This commit is contained in:
TheGiddyLimit
2024-01-01 19:34:49 +00:00
parent 332769043f
commit 8117ebddc5
1748 changed files with 2544409 additions and 1 deletions

9
prerelease/index.json Normal file
View File

@@ -0,0 +1,9 @@
{
"readme": [
"NOTE: This feature is designed for use in user-hosted copies of the site, and not for integrating \"official\" 5etools content.",
"The \"production\" version of the site (i.e., not the development ZIP) has this feature disabled. You can re-enable it by replacing `IS_DEPLOYED = \"X.Y.Z\";` in the file `js/utils.js`, with `IS_DEPLOYED = undefined;`",
"This file contains as an index for other prerelease files, which should be placed in the same directory.",
"For example, add \"UA - Cool Stuff.json\" to the \"toImport\" array below, and have a valid JSON prerelease file in this (\"prerelease/\") directory."
],
"toImport": []
}