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:
parent
faa9e07627
commit
0c3c2d70a2
@ -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',
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user