diff --git a/docs/10.GettingStarted.md b/docs/10.GettingStarted.md index 5749d85..948b618 100644 --- a/docs/10.GettingStarted.md +++ b/docs/10.GettingStarted.md @@ -1,3 +1,8 @@ +--- +title: Getting Started +nav_order: 2 +--- + # Getting Started ## Setup Vault diff --git a/docs/20.Features.md b/docs/20.Features.md new file mode 100644 index 0000000..4447757 --- /dev/null +++ b/docs/20.Features.md @@ -0,0 +1,11 @@ +--- +title: Features +nav_order: 3 +has_children: true +--- + +# Features + +- [Slides Preview](21.SlidesPreview.md) +- [Slides Export](22.SlidesExport.md) +- [Slides Custom Theme](23.SlidesCustomTheme.md) \ No newline at end of file diff --git a/docs/21.SlidesPreview.md b/docs/21.SlidesPreview.md index 52d56e6..31c3b78 100644 --- a/docs/21.SlidesPreview.md +++ b/docs/21.SlidesPreview.md @@ -1,3 +1,8 @@ +--- +title: Slides Preview +parent: Features +--- + # Preview Slides Marp for Obsidian lets you preview your Marp Markdown in real time, allowing you to instantly view changes as you make them! With this feature, you can quickly refine and perfect your Markdown documents. diff --git a/docs/22.SlidesExport.md b/docs/22.SlidesExport.md index 7a8af1f..c202b9d 100644 --- a/docs/22.SlidesExport.md +++ b/docs/22.SlidesExport.md @@ -1,3 +1,8 @@ +--- +title: Slides Preview +parent: Features +--- + # Export slide deck (html, pdf, pptx, img) We have integrated [Marp CLI](https://github.com/marp-team/marp-cli/) to export your deck into several formats. diff --git a/docs/23.SlidesCustomTheme.md b/docs/23.SlidesCustomTheme.md index d42c248..2764c7a 100644 --- a/docs/23.SlidesCustomTheme.md +++ b/docs/23.SlidesCustomTheme.md @@ -1,3 +1,8 @@ +--- +title: Slides Preview +parent: Features +--- + # Use custom theme CSS You can register and use [custom theme CSS for Marpit](https://marpit.marp.app/theme-css) / [Marp Core](https://github.com/marp-team/marp-core/tree/main/themes#readme) by setting `ThemePath`, that includes relative paths to local files in the current vault. diff --git a/docs/30.Examples.md b/docs/30.Examples.md index 6826012..3b0dca0 100644 --- a/docs/30.Examples.md +++ b/docs/30.Examples.md @@ -1,3 +1,8 @@ +--- +title: Examples +nav_order: 4 +--- + # Examples ## Setup Vault diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ca75bab..ecb2cb9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,8 @@ +--- +title: Changelog +nav_order: 99 +--- + # Changelog ## [0.38.0](https://github.com/samuele-cozzi/obsidian-marp-slides/compare/0.37.1...0.38.0) (2023-09-10) diff --git a/docs/_config.yml b/docs/_config.yml index 9b7928d..7399aef 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -10,7 +10,7 @@ ############################ # Name of website -title: Obsidian Marp Slides +title: Obsidian Marp # Your name to show in the footer author: Samuele Cozzi diff --git a/docs/index.md b/docs/index.md index 1aa4b09..29ff7f4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,8 @@ +--- +title: Home +nav_order: 1 +--- + # Index ## Getting Started