Skip to content

Commit

Permalink
Fix types entry
Browse files Browse the repository at this point in the history
  • Loading branch information
danlooo committed May 23, 2024
1 parent 852d4f1 commit b29a9ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export default defineConfig({
{
text: 'User Guide',
items: [
{ text: 'Types', link: '/UserGuide/types' },
{ text: 'Read', link: '/UserGuide/read' },
{ text: 'Write', link: '/UserGuide/write' },
{ text: 'Convert', link: '/UserGuide/convert' },
Expand Down Expand Up @@ -84,6 +85,7 @@ export default defineConfig({
{
text: 'User Guide',
items: [
{ text: 'Types', link: '/UserGuide/types' },
{ text: 'Read', link: '/UserGuide/read' },
{ text: 'Write', link: '/UserGuide/write' },
{ text: 'Convert', link: '/UserGuide/convert' },
Expand Down

0 comments on commit b29a9ad

Please sign in to comment.