Skip to content

Commit

Permalink
Address Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olijeffers0n committed Feb 23, 2024
1 parent fadfc1e commit dedb2a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/paper/admin/reference/configuration/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ import ConfigurationStructureDiagram from '@site/src/components/ConfigurationStr

## Paper Configuration Files

:::info

Many of our files have been comprehensively documented. If this is the case, they will offer a link to their page.
If this is not the case, they offer a brief explanation to what they are.

:::

<ConfigurationStructureDiagram/>

## Per World Configuration
Expand Down
2 changes: 1 addition & 1 deletion src/components/ConfigurationStructureDiagram.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const folderData: ExplorerNode[] = [
name: "<world>",
type: "folder",
children: [
{ name: "paper-world.yml", type: "file", url: "/paper/reference/configuration#per-world-values" },
{ name: "paper-world.yml", type: "file", url: "/paper/reference/configuration#per-world-values", description: "Every world folder will have this file. The values here only apply to this world." },
],
},
{ name: "banned-ips.json", type: "file", description: "This file stores all the banned IP addresses on the server." },
Expand Down

0 comments on commit dedb2a4

Please sign in to comment.