title | weight | description |
---|---|---|
Create a New Page |
10 |
Learn how to create a new page.
|
- Create a new branch for your new page. See {{< linkWithTitle "local-clone.md" >}}.
- Decide what type of content your new page will be. See the {{< linkWithTitle "content-guide.md" >}} for details and structure.
- Decide which directory your new page should go into. If you need to create a new section, be sure to include the
_index.md
file, which functions as the section's landing page. See the Docsy docs for details. - Create a blank markdown file or copy an existing one of the same content type.
- Pay special attention to
weight
in the front matter. It determines where a page shows up in the left nav for its section. If there isn't a weight OR if multiple pages in a section have the same weight, the default is to display alphabetically.
- Pay special attention to
- Add your content following the {{< linkWithTitle "docs-style-guide.md" >}} and then create a pull request as outlined in {{< linkWithTitle "local-clone.md" >}}.