mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-08 22:03:01 +02:00
docs: normalize capitalization (#7613)
This commit is contained in:
parent
56e7c3102e
commit
aeb6c971c0
22 changed files with 43 additions and 43 deletions
|
@ -45,9 +45,9 @@ The headers are well-spaced so that the hierarchy is clear.
|
|||
- and you may nest them
|
||||
- multiple times
|
||||
|
||||
## Custom id headers {#custom-id}
|
||||
## Custom ID headers {#custom-id}
|
||||
|
||||
With `{#custom-id}` syntax you can set your own header id.
|
||||
With `{#custom-id}` syntax you can set your own header ID.
|
||||
```
|
||||
|
||||
:::note
|
||||
|
@ -92,7 +92,7 @@ How the Markdown files are arranged under the `docs` folder can have multiple im
|
|||
|
||||
Every document has a unique `id`. By default, a document `id` is the name of the document (without the extension) relative to the root docs directory.
|
||||
|
||||
For example, `greeting.md` id is `greeting` and `guide/hello.md` id is `guide/hello`.
|
||||
For example, the ID of `greeting.md` is `greeting`, and the ID of `guide/hello.md` is `guide/hello`.
|
||||
|
||||
```bash
|
||||
website # Root directory of your site
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue