Skip to content

Commit

Permalink
Add API reference link to documentation sidebar and update title in A…
Browse files Browse the repository at this point in the history
…PI docs

The API docs page is actually a kind of reference documenation that provides a deep dive into the intrinsics of Emmet.
Change the page title to reflect this change and make the page accessible via the sidebar navigation.
  • Loading branch information
tburny committed Feb 24, 2025
1 parent 072c09b commit 6192fd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ export default defineConfig({
sidebar: [
{
text: 'Documentation',
items: [{ text: 'Getting Started', link: '/getting-started' }],
items: [
{ text: 'Getting Started', link: '/getting-started' },
{ text: 'API reference', link: '/api-docs' },
],
},
],

Expand Down
2 changes: 1 addition & 1 deletion src/docs/api-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
outline: deep
---

# API docs
# API reference

## Event

Expand Down

0 comments on commit 6192fd7

Please sign in to comment.