This commit is contained in:
凉茶是帅哥 2024-07-14 11:21:06 +08:00
commit df48be099c
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ sidebar_position: 2
# 服务端核心选择
> 目前有三类主流的选择: Mod插件Mod 和插件混合。但其实,插件核心只要是同版本的分支基本可以后期再替换(如使用 Purpur 替换 Paper 或 pigot等
> 目前有三类主流的选择: Mod插件Mod 和插件混合。但其实,插件核心只要是同版本的分支基本可以后期再替换(如使用 Purpur 替换 Paper 或 Spigot等
Mod 服最开始就必须选好核心,也就是 Forge 还是 Fabric 的问题。

View File

@ -72,7 +72,7 @@ const config = {
{
id: 'docs-java',
path: 'docs-java',
routeBasePath: 'Java',
routeBasePath: 'Java',
editUrl: 'https://github.com/postyizhan/NitWikit/tree/main',
sidebarPath: require.resolve('./sidebars.js'),
editCurrentVersion: true,
@ -85,7 +85,7 @@ const config = {
{
id: 'docs-bedrock',
path: 'docs-bedrock',
routeBasePath: '基岩版',
routeBasePath: 'Bedrock',
editUrl: 'https://github.com/postyizhan/NitWikit/tree/main',
sidebarPath: require.resolve('./sidebars.js'),
editCurrentVersion: true,