From 6263cf419f194d17a4d9e712a6509e77edffa986 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Tue, 2 Jan 2024 14:37:54 -0600 Subject: [PATCH] docs: clarify the variables page (#2573) --- docs/{variables/index.md => variables.md} | 28 ++++++++++++++--------- 1 file changed, 17 insertions(+), 11 deletions(-) rename docs/{variables/index.md => variables.md} (95%) diff --git a/docs/variables/index.md b/docs/variables.md similarity index 95% rename from docs/variables/index.md rename to docs/variables.md index 02504495..c5e5492a 100644 --- a/docs/variables/index.md +++ b/docs/variables.md @@ -1,5 +1,11 @@ -### **OS OPTIONS** +!!! warning + + The variables listed on this page are manually documented and may be out-of-date or inaccurate. + + All other documentation pages are actively maintained, so please use the search box above to find the desired topic. + +### General options @@ -108,7 +114,7 @@ alternatively, you can mount: /etc/localtime:/etc/localtime:ro
-### **SERVER** +### Server @@ -448,7 +454,7 @@ alternatively, you can mount: /etc/localtime:/etc/localtime:ro
-### **CUSTOM RESOURCE PACK** +### Custom resource pack @@ -481,7 +487,7 @@ alternatively, you can mount: /etc/localtime:/etc/localtime:ro
-### **WHITELIST** +### Whitelist @@ -520,7 +526,7 @@ alternatively, you can mount: /etc/localtime:/etc/localtime:ro
-### **RCON** +### RCON @@ -589,7 +595,7 @@ alternatively, you can mount: /etc/localtime:/etc/localtime:ro
-### **AUTOPAUSE** +### Auto-Pause !!! note @@ -652,7 +658,7 @@ alternatively, you can mount: /etc/localtime:/etc/localtime:ro -### **AUTOSTOP** +### Auto-Stop !!! note @@ -702,11 +708,11 @@ alternatively, you can mount: /etc/localtime:/etc/localtime:ro -### **CURSEFORGE** +### CurseForge -!!! note - - A CurseForge API key is required to use a CurseForge type server. Go to their [developer console](https://console.curseforge.com/), generate an API key, and set the environment variable CF_API_KEY +!!! tip + + Refer to the [main documentation page](types-and-platforms/mod-platforms/auto-curseforge.md) for more details and up-to-date information.