forked from Gitlink/gitlink_help_center
style
This commit is contained in:
parent
7e7b6b158c
commit
1e4c0751b9
|
@ -2,7 +2,7 @@
|
|||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Tutorial Intro
|
||||
# 仓库管理
|
||||
|
||||
Let's discover **Docusaurus in less than 5 minutes**.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"label": "Tutorial - Basics",
|
||||
"label": "基本",
|
||||
"position": 2
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"label": "Tutorial - Extras",
|
||||
"label": "其它",
|
||||
"position": 3
|
||||
}
|
||||
|
|
|
@ -3,11 +3,11 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
|
|||
|
||||
/** @type {import('@docusaurus/types').DocusaurusConfig} */
|
||||
module.exports = {
|
||||
title: '前端周同学\'s Blog',
|
||||
tagline: '📖 公众号: 前端周同学',
|
||||
title: 'gitlink',
|
||||
tagline: 'gitlink帮助中心',
|
||||
onBrokenLinks: 'throw',
|
||||
onBrokenMarkdownLinks: 'warn',
|
||||
favicon: 'img/favicon.ico',
|
||||
favicon: 'img/icon.ico',
|
||||
url: 'https://luffyzh.github.io',
|
||||
baseUrl: '/',
|
||||
organizationName: 'luffyZh', // Usually your GitHub org/user name.
|
||||
|
@ -18,32 +18,32 @@ module.exports = {
|
|||
indexName: 'docsearch',
|
||||
},
|
||||
navbar: {
|
||||
title: '前端周同学',
|
||||
title: '',
|
||||
logo: {
|
||||
alt: 'website logo',
|
||||
src: 'img/logo.svg',
|
||||
alt: 'gitlink',
|
||||
src: 'img/gitlink.png',
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: 'doc',
|
||||
docId: 'intro',
|
||||
position: 'left',
|
||||
label: '文档',
|
||||
},
|
||||
{
|
||||
position: 'left',
|
||||
to: '/blog',
|
||||
label: '博客',
|
||||
},
|
||||
{
|
||||
href: 'https://github.com/luffyZh/docusaurus-luffyzh-website',
|
||||
label: 'GitHub',
|
||||
position: 'right',
|
||||
},
|
||||
{
|
||||
type: 'localeDropdown',
|
||||
position: 'right',
|
||||
label: '帮助中心',
|
||||
},
|
||||
// {
|
||||
// position: 'left',
|
||||
// to: '/blog',
|
||||
// label: '博客',
|
||||
// },
|
||||
// {
|
||||
// href: 'https://github.com/luffyZh/docusaurus-luffyzh-website',
|
||||
// label: 'GitHub',
|
||||
// position: 'right',
|
||||
// },
|
||||
// {
|
||||
// type: 'localeDropdown',
|
||||
// position: 'right',
|
||||
// },
|
||||
],
|
||||
},
|
||||
footer: {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -16,7 +16,20 @@
|
|||
--ifm-color-primary-lightest: rgb(146, 224, 208);
|
||||
--ifm-code-font-size: 95%;
|
||||
}
|
||||
|
||||
.navbar{
|
||||
background-color: rgba(27, 36, 64, 1);
|
||||
}
|
||||
.navbar__link--active,a:hover,.menu__link--active{
|
||||
color: rgba(70, 106, 255, 1)!important;
|
||||
}
|
||||
.navbar__link{
|
||||
color: #fff;
|
||||
}
|
||||
.menu{
|
||||
background-image:linear-gradient(180deg,#f3f5f8 0%,#ffffff 100%);
|
||||
box-shadow:8px 6px 18px rgba(171, 202, 255, 0.24) inset;
|
||||
margin-bottom: 0px!important;
|
||||
}
|
||||
.docusaurus-highlight-code-line {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
display: block;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 9.4 KiB |
Loading…
Reference in New Issue