From 3dba3bda3b991d5c0640525667cdeb6437808ad0 Mon Sep 17 00:00:00 2001 From: scarf Date: Sun, 10 Sep 2023 20:10:44 +0900 Subject: [PATCH] docs(migration): json_loading_order --- doc/JSON_LOADING_ORDER.md | 1 - .../src/content/docs/en/json/reference/loading_order.md | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 120000 doc/JSON_LOADING_ORDER.md rename data/json/LOADING_ORDER.md => docs/src/content/docs/en/json/reference/loading_order.md (97%) diff --git a/doc/JSON_LOADING_ORDER.md b/doc/JSON_LOADING_ORDER.md deleted file mode 120000 index f8db7c347a6b..000000000000 --- a/doc/JSON_LOADING_ORDER.md +++ /dev/null @@ -1 +0,0 @@ -../data/json/LOADING_ORDER.md \ No newline at end of file diff --git a/data/json/LOADING_ORDER.md b/docs/src/content/docs/en/json/reference/loading_order.md similarity index 97% rename from data/json/LOADING_ORDER.md rename to docs/src/content/docs/en/json/reference/loading_order.md index 9f48a405678e..389bd9af5f49 100644 --- a/data/json/LOADING_ORDER.md +++ b/docs/src/content/docs/en/json/reference/loading_order.md @@ -1,4 +1,6 @@ -# JSON Loading Order +--- +title: Loading Order +--- All files here in data/json are read eventually, but the order in which they're read can be important for objects with dependencies on other kinds of objects (e.g. recipes depend on skills).