Skip to content

Commit

Permalink
hiding specific-project links until I finish them
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyBontecou committed Sep 6, 2024
1 parent f2eea44 commit 38c5e10
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ export default defineConfig({
'/': sortedSidebar,
'/projects/': [
{ text: 'X Feed Muter', link: '/projects/xfeedmuter' },
{ text: 'i18n Locale', link: '/projects/i18nlocale' },
{ text: 'Costream', link: '/projects/costream' },
{ text: 'Daniela Bontecou', link: '/projects/danielabontecou' },
{ text: 'HideYTCDColumn', link: '/projects/hideYTCDColumn' },
{
text: 'Screencast Automation',
link: '/projects/screencastautomation',
},
{ text: 'Hotspringers', link: '/projects/hotspringers' }
// { text: 'i18n Locale', link: '/projects/i18nlocale' },
// { text: 'Costream', link: '/projects/costream' },
// { text: 'Daniela Bontecou', link: '/projects/danielabontecou' },
// { text: 'HideYTCDColumn', link: '/projects/hideYTCDColumn' },
// {
// text: 'Screencast Automation',
// link: '/projects/screencastautomation',
// },
// { text: 'Hotspringers', link: '/projects/hotspringers' }
],
},
},
Expand Down

0 comments on commit 38c5e10

Please sign in to comment.