From ec86a81ca030e8f4367a8228f7329ebc7fb43b3d Mon Sep 17 00:00:00 2001 From: FlorianWoelki Date: Tue, 13 Aug 2024 09:31:11 +0200 Subject: [PATCH] docs: add coming soon API guide --- docs/.vitepress/config.mts | 6 ++++++ docs/api/getting-started.md | 11 +++++++++++ docs/index.md | 4 +++- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/api/getting-started.md diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index ff6ea028..e09af4fe 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -11,6 +11,7 @@ export default defineConfig({ nav: [ { text: 'Home', link: '/' }, { text: 'Get Started', link: '/guide/getting-started' }, + { text: 'API', link: '/api/getting-started' }, ], search: { @@ -56,6 +57,11 @@ export default defineConfig({ { text: 'Icon above Title', link: '/notes/title-icon' }, ], }, + { + text: 'API', + collapsed: false, + items: [{ text: 'Getting Started', link: '/api/getting-started' }], + }, { text: 'Compatibility with Plugins', collapsed: true, diff --git a/docs/api/getting-started.md b/docs/api/getting-started.md new file mode 100644 index 00000000..777511aa --- /dev/null +++ b/docs/api/getting-started.md @@ -0,0 +1,11 @@ +--- +title: API Getting Started | Obsidian Iconize +--- + +# Getting Started + +*Coming Soon* + +## What is possible? + +## Installation diff --git a/docs/index.md b/docs/index.md index bffc4466..d96aa352 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,6 +10,9 @@ hero: - theme: brand text: Get Started link: /guide/getting-started + - theme: brand + text: API + link: /api/getting-started - theme: alt text: Files and Folders link: /files-and-folders/icon-before-file-or-folder @@ -25,4 +28,3 @@ features: - title: Community Driven details: The plugin is open source and everyone can contribute bug reports, features, or ideas to it. --- -