Skip to content

Commit

Permalink
docs: add coming soon API guide
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWoelki committed Aug 13, 2024
1 parent 5eb5ee9 commit ec86a81
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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,
Expand Down
11 changes: 11 additions & 0 deletions docs/api/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: API Getting Started | Obsidian Iconize
---

# Getting Started

*Coming Soon*

## What is possible?

## Installation
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
---

0 comments on commit ec86a81

Please sign in to comment.