github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/doc/themes/docsy/assets/stubs/new-page-template.md (about)

     1  ---
     2  title: "Long Page Title"
     3  linkTitle: "Short Nav Title"
     4  weight: 100
     5  description: >-
     6       Page description for heading and indexes.
     7  ---
     8  
     9  ## Heading
    10  
    11  Edit this template to create your new page.
    12  
    13  * Give it a good name, ending in `.md` - e.g. `getting-started.md`
    14  * Edit the "front matter" section at the top of the page (weight controls how its ordered amongst other pages in the same directory; lowest number first).
    15  * Add a good commit message at the bottom of the page (<80 characters; use the extended description field for more detail).
    16  * Create a new branch so you can preview your new file and request a review via Pull Request.