forked from mirror/NitWikit
Merge branch 'main' of https://github.com/liangcha385/NitWikit
This commit is contained in:
commit
df48be099c
@ -5,7 +5,7 @@ sidebar_position: 2
|
||||
|
||||
# 服务端核心选择
|
||||
|
||||
> 目前有三类主流的选择: Mod,插件,Mod 和插件混合。但其实,插件核心只要是同版本的分支基本可以后期再替换(如使用 Purpur 替换 Paper 或 pigot等),
|
||||
> 目前有三类主流的选择: Mod,插件,Mod 和插件混合。但其实,插件核心只要是同版本的分支基本可以后期再替换(如使用 Purpur 替换 Paper 或 Spigot等),
|
||||
|
||||
Mod 服最开始就必须选好核心,也就是 Forge 还是 Fabric 的问题。
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user