mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 18:07:00 +02:00
docs: add note about partials on Create doc page (#5543)
This commit is contained in:
parent
453d9c099d
commit
9a089d4886
1 changed files with 8 additions and 0 deletions
|
@ -84,6 +84,14 @@ With <code>{#custom-id}</code> syntax you can set your own header id.
|
|||
</BrowserWindow>
|
||||
```
|
||||
|
||||
:::note
|
||||
|
||||
All files prefixed with an underscore (`_`) under the `docs` directory are treated as "partial" pages and will be ignored by default.
|
||||
|
||||
Read more about [importing partial pages](../markdown-features/markdown-features-react.mdx#importing-markdown).
|
||||
|
||||
:::
|
||||
|
||||
## Doc tags {#doc-tags}
|
||||
|
||||
Optionally, you can add tags to your doc pages, which introduces another dimension of categorization in addition to the [docs sidebar](./sidebar.md). Tags are passed in the front matter as a list of labels:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue