docs: normalize capitalization (#7613)

This commit is contained in:
Joshua Chen 2022-06-14 14:01:06 +08:00 committed by GitHub
parent 56e7c3102e
commit aeb6c971c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 43 additions and 43 deletions

View file

@ -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