Skip to content

Commit

Permalink
chore: 移除 Discord 链接
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Oct 1, 2024
1 parent 4ed9e8b commit b7a33a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 89 deletions.
16 changes: 4 additions & 12 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {themes as prismThemes} from 'prism-react-renderer';
import type {Config} from '@docusaurus/types';
import { themes as prismThemes } from 'prism-react-renderer';
import type { Config } from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';
import remarkMath from 'remark-math';
import rehypeKatex from 'rehype-katex';
Expand Down Expand Up @@ -41,8 +41,8 @@ const config: Config = {
sidebarPath: './sidebars.ts',
editUrl:
'https://github.com/SlimefunGuguProject/Slimefun-Wiki/tree/master/',
remarkPlugins: [ remarkMath ],
rehypePlugins: [ rehypeKatex ],
remarkPlugins: [remarkMath],
rehypePlugins: [rehypeKatex],
},
blog: false,
theme: {
Expand Down Expand Up @@ -91,14 +91,6 @@ const config: Config = {
label: 'GitHub 仓库',
href: 'https://github.com/Slimefun/Slimefun4',
},
{
label: 'Discord 服务器',
href: 'https://discord.gg/slimefun',
},
{
label: 'Discord 附属社区服务器',
href: 'https://discord.gg/SqD3gg5SAUn',
},
],
},
{
Expand Down
77 changes: 0 additions & 77 deletions index.html

This file was deleted.

0 comments on commit b7a33a6

Please sign in to comment.