1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +02:00

feat: single docs item in navbar

This commit is contained in:
Pete Davison 2024-03-10 19:34:32 +00:00
parent faa9e07627
commit 0c3c2d70a2
2 changed files with 3 additions and 15 deletions

View File

@ -149,21 +149,9 @@ const config: Config = {
items: [
{
type: 'doc',
docId: 'installation',
docId: 'intro',
position: 'left',
label: 'Installation'
},
{
type: 'doc',
docId: 'usage',
position: 'left',
label: 'Usage'
},
{
type: 'doc',
docId: 'api_reference',
position: 'left',
label: 'API'
label: 'Docs'
},
{
to: 'blog',

View File

@ -15,7 +15,7 @@
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--ifm-navbar-link-color: #fffdf9;
--ifm-navbar-link-hover-color: #fffdf9;
--ifm-navbar-link-hover-color: #43aba2;
}
.menu__link--sublist.menu__link--active,
.menu__link--sublist.menu__link--active:hover {