This commit is contained in:
caishi 2023-03-15 13:56:22 +08:00
parent 7e7b6b158c
commit 1e4c0751b9
9 changed files with 35528 additions and 6559 deletions

View File

@ -2,7 +2,7 @@
sidebar_position: 1
---
# Tutorial Intro
# 仓库管理
Let's discover **Docusaurus in less than 5 minutes**.

View File

@ -1,4 +1,4 @@
{
"label": "Tutorial - Basics",
"label": "基本",
"position": 2
}

View File

@ -1,4 +1,4 @@
{
"label": "Tutorial - Extras",
"label": "其它",
"position": 3
}

View File

@ -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: {

28774
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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;

BIN
static/img/gitlink.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
static/img/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

13250
yarn.lock

File diff suppressed because it is too large Load Diff