From 435ade29c99f5b36a062d3af31fe16b52ea46baa Mon Sep 17 00:00:00 2001 From: Kalila <69767640+digisomni@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:42:16 +1000 Subject: [PATCH] Refactor positions of files and folders. --- docs/ecosystem/client/_category_.json | 4 ---- docs/ecosystem/sdk/_category_.json | 3 +++ docs/ecosystem/sdk/typescript | 2 +- docs/ecosystem/server | 2 +- docs/ecosystem/tools/_category_.json | 4 ++++ docs/ecosystem/tools/blender | 2 +- docusaurus.config.js | 2 +- 7 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 docs/ecosystem/client/_category_.json create mode 100644 docs/ecosystem/sdk/_category_.json create mode 100644 docs/ecosystem/tools/_category_.json diff --git a/docs/ecosystem/client/_category_.json b/docs/ecosystem/client/_category_.json deleted file mode 100644 index 48949e8..0000000 --- a/docs/ecosystem/client/_category_.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "label": "Clients" -} - diff --git a/docs/ecosystem/sdk/_category_.json b/docs/ecosystem/sdk/_category_.json new file mode 100644 index 0000000..c4c1e42 --- /dev/null +++ b/docs/ecosystem/sdk/_category_.json @@ -0,0 +1,3 @@ +{ + "label": "SDKs" +} diff --git a/docs/ecosystem/sdk/typescript b/docs/ecosystem/sdk/typescript index b052f67..57b242e 160000 --- a/docs/ecosystem/sdk/typescript +++ b/docs/ecosystem/sdk/typescript @@ -1 +1 @@ -Subproject commit b052f678b217e72d5bc747462c81a1ad157db2fb +Subproject commit 57b242e6a7737a0dc25ef932563333d5a59aec00 diff --git a/docs/ecosystem/server b/docs/ecosystem/server index 1c8fe43..d405241 160000 --- a/docs/ecosystem/server +++ b/docs/ecosystem/server @@ -1 +1 @@ -Subproject commit 1c8fe43c9a844e80bf0b9ef297c072bcd5326613 +Subproject commit d405241f95629466e37a931b5fb4a7d1ba1233eb diff --git a/docs/ecosystem/tools/_category_.json b/docs/ecosystem/tools/_category_.json new file mode 100644 index 0000000..a6cd2ed --- /dev/null +++ b/docs/ecosystem/tools/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Tools" +} + diff --git a/docs/ecosystem/tools/blender b/docs/ecosystem/tools/blender index 7a57870..7ab8d8a 160000 --- a/docs/ecosystem/tools/blender +++ b/docs/ecosystem/tools/blender @@ -1 +1 @@ -Subproject commit 7a578702e89e762fcb39501d8fb54c6e4afde12f +Subproject commit 7ab8d8a8b3fd5ec956364e809d62c4bc9e9e70c8 diff --git a/docusaurus.config.js b/docusaurus.config.js index ec72fc1..b32f563 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -31,7 +31,7 @@ const config = { sidebarPath: require.resolve('./sidebars.js'), routeBasePath: '/', editUrl: 'https://github.com/vircadia/vircadia-dev-docs/edit/master/', - exclude: ['**/vircadia-world-blender-tools/vircadia-world-meta'], + exclude: [], }, theme: { customCss: require.resolve('./src/css/custom.css'),