mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
feat: single docs item in navbar
This commit is contained in:
@@ -149,21 +149,9 @@ const config: Config = {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
type: 'doc',
|
type: 'doc',
|
||||||
docId: 'installation',
|
docId: 'intro',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
label: 'Installation'
|
label: 'Docs'
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'doc',
|
|
||||||
docId: 'usage',
|
|
||||||
position: 'left',
|
|
||||||
label: 'Usage'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'doc',
|
|
||||||
docId: 'api_reference',
|
|
||||||
position: 'left',
|
|
||||||
label: 'API'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
to: 'blog',
|
to: 'blog',
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
|
||||||
|
|
||||||
--ifm-navbar-link-color: #fffdf9;
|
--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,
|
||||||
.menu__link--sublist.menu__link--active:hover {
|
.menu__link--sublist.menu__link--active:hover {
|
||||||
|
Reference in New Issue
Block a user