Browse Source

[Beta] Remove TOC from short pages

main
Dan Abramov 2 years ago
parent
commit
e2a0f2ebfb
  1. 2
      beta/src/content/apis/react-dom/client/index.md
  2. 2
      beta/src/content/apis/react-dom/components/index.md
  3. 2
      beta/src/content/apis/react-dom/index.md
  4. 9
      beta/src/content/apis/react-dom/legacy.md
  5. 2
      beta/src/content/apis/react-dom/server/index.md
  6. 2
      beta/src/content/apis/react/legacy.md

2
beta/src/content/apis/react-dom/client/index.md

@ -8,8 +8,6 @@ The `react-dom/client` APIs let you render React components on the client (in th
</Intro>
<InlineToc />
---
## React DOM Client APIs {/*react-dom-client-apis*/}

2
beta/src/content/apis/react-dom/components/index.md

@ -8,8 +8,6 @@ React supports all of the browser built-in [HTML](https://developer.mozilla.org/
</Intro>
<InlineToc />
---
## Common components {/*common-components*/}

2
beta/src/content/apis/react-dom/index.md

@ -8,8 +8,6 @@ The `react-dom` package contains methods that are only supported for the web app
</Intro>
<InlineToc />
---
## React DOM APIs {/*react-dom-apis*/}

9
beta/src/content/apis/react-dom/legacy.md

@ -1,9 +0,0 @@
---
title: React APIs
---
<Wip>
This section is incomplete, please see the old docs for [React.](https://reactjs.org/docs/react-api.html)
</Wip>

2
beta/src/content/apis/react-dom/server/index.md

@ -8,8 +8,6 @@ The `react-dom/server` APIs let you render React components to HTML on the serve
</Intro>
<InlineToc />
---
## React DOM Server APIs for Node.js Streams {/*react-dom-server-apis-for-nodejs-streams*/}

2
beta/src/content/apis/react/legacy.md

@ -8,8 +8,6 @@ These APIs are exported from the `react` package, but they are not recommended f
</Intro>
<InlineToc />
---
## Legacy React APIs {/*legacy-react-apis*/}

Loading…
Cancel
Save