πŸ“‚ Folder notes

Notes on folders

    • _meta.json
    • notes.mdx
  • The name of this file is folder/notes.mdx, which sets the URL path to /folder/notes.

    The heading above is Notes on folders, which becomes the page <title>.

    In folder/_meta.json, we set the notes key to πŸ“‚ Folder notes to set the title of the sidebar link.

    _meta.json
    // use `{5}` to highlight line 5
    // use `copy` to add a copy button (on hover)
    {
      "notes": {
        "title": "πŸ“‚ Folder notes"
      }
    }