Skip to content

Commit

Permalink
Add Extensions link to sidebar and index page
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Jan 15, 2025
1 parent 80b1e62 commit 371f029
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/.vitepress/config/navigation/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ function defaultSidebar(): DefaultTheme.SidebarItem[] {
text: 'Changelogs',
link: '/changelogs/',
},
{
text: 'Extensions',
link: 'https://komikku-repo.github.io',
},
{
text: 'Forks',
link: '/forks/',
Expand Down
2 changes: 2 additions & 0 deletions website/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ features:
- title: Extensions
details: Bring your own content from a variety of sources.
icon: <svg height="24" width="24" viewBox="0 -960 960 960" fill="var(--vp-c-yellow-2)" xmlns="http://www.w3.org/2000/svg"><path d="M352-120H200q-33 0-56.5-23.5T120-200v-152q48 0 84-30.5t36-77.5q0-47-36-77.5T120-568v-152q0-33 23.5-56.5T200-800h160q0-42 29-71t71-29q42 0 71 29t29 71h160q33 0 56.5 23.5T800-720v160q42 0 71 29t29 71q0 42-29 71t-71 29v160q0 33-23.5 56.5T720-120H568q0-50-31.5-85T460-240q-45 0-76.5 35T352-120Zm-152-80h85q24-66 77-93t98-27q45 0 98 27t77 93h85v-240h80q8 0 14-6t6-14q0-8-6-14t-14-6h-80v-240H480v-80q0-8-6-14t-14-6q-8 0-14 6t-6 14v80H200v88q54 20 87 67t33 105q0 57-33 104t-87 68v88Zm310-310Z"/></svg>
link: https://komikku-repo.github.io
linkText: Extensions Repositories
---

0 comments on commit 371f029

Please sign in to comment.