Skip to content

Commit

Permalink
更改模板信息
Browse files Browse the repository at this point in the history
  • Loading branch information
postyizhan committed Mar 23, 2024
1 parent abc31e6 commit 48f518c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Docusaurus 插件文档模板
# 笨蛋开服教程

[点击查看](https://postyizhan.github.io/Wiki-Template/)
正在编写ing...

[点击查看](https://postyizhan.github.io/Dumb_Service_Guide/)
16 changes: 8 additions & 8 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Wiki-Template',
tagline: 'Docusaurus 插件文档模板',
title: '笨蛋开服教程',
tagline: '一群笨蛋们写的开服教程',
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://postyizhan.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/Wiki-Template/',
baseUrl: '/Dumb_Service_Guide/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'postyizhan', // Usually your GitHub org/user name.
projectName: 'Wiki-Template', // Usually your repo name.
projectName: 'Dumb_Service_Guide', // Usually your repo name.
deploymentBranch: 'gh-pages',
trailingSlash: false,

Expand All @@ -43,7 +43,7 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'),
routeBasePath: '/',
editUrl:
'https://github.com/postyizhan/Wiki-Template/blob/main'
'https://github.com/postyizhan/Dumb_Service_Guide/blob/main'
},
blog: false,
theme: {
Expand All @@ -59,7 +59,7 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'Wiki-Template',
title: 'Dumb_Service_Guide',
logo: {
alt: 'Logo',
src: 'img/logo.svg',
Expand All @@ -78,7 +78,7 @@ const config = {
position: 'right',
},
{
href: 'https://github.com/postyizhan/Wiki-Template',
href: 'https://github.com/postyizhan/Dumb_Service_Guide',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -115,7 +115,7 @@ const config = {
items: [
{
label: 'GitHub',
href: 'https://github.com/postyizhan/Wiki-Template',
href: 'https://github.com/postyizhan/Dumb_Service_Guide',
},
],
},
Expand Down

0 comments on commit 48f518c

Please sign in to comment.