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"
}
}