mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
docs: remove extra comma in site creation steps
This commit is contained in:
parent
11615695d1
commit
ca7c3cebc1
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ All of your documentation files should be placed inside the `docs` directory as
|
|||
|
||||
To create a fully functional site, you only need to do a few steps:
|
||||
|
||||
1. Add your documentation to the `/docs` directory as `.md` files, ensuring you have the proper [header](api-doc-markdown.md#documents) in each file. The simplest header would be the following, where `id` is the link name (e.g., `docs/intro.html`) and the `title`, is, of course, the title of the browser page.
|
||||
1. Add your documentation to the `/docs` directory as `.md` files, ensuring you have the proper [header](api-doc-markdown.md#documents) in each file. The simplest header would be the following, where `id` is the link name (e.g., `docs/intro.html`) and the `title` is the webpage's title.
|
||||
|
||||
```yaml
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue