Content
This section is about the source of your site: the Markdown files you write, and everything bdoctor does with them while publishing.
Sections
Section titled “Sections”- Pages: the front matter every Markdown page supports, like the title, slug, template, and page level settings.
- Navigation: how the Quick Launch and top navigation get built from your pages and folder structure.
- Markdown syntax: custom web part rendering, code copy, Mermaid, opt-in math, and HTML compatibility.
- Shortcodes: built-in and custom HTML snippets like callouts, icons, Mermaid diagrams, and a table of contents.
- Partials: reusable Markdown snippets which you write once and add to multiple pages.
- Multilingual: linking pages to their translations, manually or with machine translation.
Where your content lives
Section titled “Where your content lives”By default bdoctor reads your Markdown files from the ./src folder. You can change this with the -f, --folder option, or the folder property in your bdoctor.json file.
.├── bdoctor.json├── partials/ # reusable snippets├── shortcodes/ # custom shortcodes└── src/ # your markdown pages and images