1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

docs: make Docs point to /usage

This commit is contained in:
Andrey Nering
2025-08-09 19:03:55 -03:00
parent 299c16481c
commit 69b4db4a30

View File

@@ -115,7 +115,7 @@ export default defineConfig({
{ text: 'Home', link: '/' },
{
text: 'Docs',
link: '/getting-started',
link: '/usage',
activeMatch: '^/(?!donate|team|blog).'
},
{ text: 'Blog', link: '/blog', activeMatch: '^/blog' },