File tree Expand file tree Collapse file tree 4 files changed +4
-21
lines changed Expand file tree Collapse file tree 4 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 7
7
.DS_Store
8
8
npm-debug.log *
9
9
.pnp. *
10
- /.meta
10
+ /.meta
11
+ .prettierrc
Original file line number Diff line number Diff line change 7
7
/paper/per-world-configuration /paper/configuration
8
8
/paper/configuration /paper/reference/configuration
9
9
/paper/reference/vanilla-command-permissions /paper/reference/permissions
10
+ /paper/dev/commands /paper/dev/commands-api/commands
Original file line number Diff line number Diff line change @@ -129,10 +129,7 @@ const paper: SidebarsConfig = {
129
129
type : "category" ,
130
130
label : "Command API (Brigadier)" ,
131
131
collapsed : true ,
132
- items : [
133
- "dev/api/commands-api/commands" ,
134
- "dev/api/commands-api/arguments"
135
- ]
132
+ items : [ "dev/api/commands-api/commands" , "dev/api/commands-api/arguments" ] ,
136
133
} ,
137
134
{
138
135
type : "category" ,
Original file line number Diff line number Diff line change @@ -279,20 +279,4 @@ const config: Config = {
279
279
} ,
280
280
} ;
281
281
282
- module . exports = {
283
- plugins : [
284
- [
285
- '@docusaurus/plugin-client-redirects' ,
286
- {
287
- redirects : [
288
- {
289
- to : '/dev/commands-api/commands' ,
290
- from : '/dev/api/commands' ,
291
- } ,
292
- ] ,
293
- } ,
294
- ] ,
295
- ] ,
296
- } ;
297
-
298
282
export = config ;
You can’t perform that action at this time.
0 commit comments