Skip to content

Commit

Permalink
add markdown to config.mts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jstn2004 committed Jun 17, 2024
1 parent 5e6746a commit b40a03f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,13 @@ export default withMermaid({
{
text: 'Frontend',
link: '/development/frontend/overview',
items: [{ text: 'Testing', link: '/development/frontend/testing' }],
items: [
{ text: 'Testing', link: '/development/frontend/testing' },
{
text: 'Technical documentation',
link: '/development/frontend/technical documentation.md',
},
],
},
],
},
Expand Down

0 comments on commit b40a03f

Please sign in to comment.