Skip to content

Commit

Permalink
Refactor positions of files and folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
digisomni committed Sep 30, 2024
1 parent e6d8cc2 commit 435ade2
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/ecosystem/client/_category_.json

This file was deleted.

3 changes: 3 additions & 0 deletions docs/ecosystem/sdk/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"label": "SDKs"
}
2 changes: 1 addition & 1 deletion docs/ecosystem/sdk/typescript
Submodule typescript updated 37 files
+3 −7 README.md
+0 −0 browser/README.md
+0 −0 browser/client.ts
+0 −0 browser/deno.json
+0 −0 browser/dev/app.ts
+0 −0 browser/dev/deno.json
+0 −0 browser/dev/index.html
+0 −0 browser/dev/server.ts
+0 −0 browser/index.ts
+55 −56 deno.json
+0 −0 deno/README.md
+0 −0 deno/client.ts
+0 −0 deno/client_test.ts
+0 −0 deno/deno.json
+0 −0 deno/deno.lock
+0 −0 deno/index.ts
+0 −0 deno/vite.config.ts
+0 −0 shared/modules/client/agent/agent.ts
+0 −0 shared/modules/client/agent/agent_store.ts
+0 −0 shared/modules/client/agent/helpers/audio.ts
+0 −0 shared/modules/client/agent/helpers/index.ts
+0 −0 shared/modules/client/agent/helpers/script.ts
+0 −0 shared/modules/client/agent/helpers/script_test.ts
+0 −0 shared/modules/client/agent/helpers/webRTC.ts
+0 −0 shared/modules/client/agent/helpers/webTransport.ts
+0 −0 shared/modules/client/agent/index.ts
+0 −0 shared/modules/client/agent/store.ts
+0 −0 shared/modules/client/agent/world.ts
+0 −0 shared/modules/client/agent/world_client.ts
+0 −0 shared/modules/client/agent/world_test.ts
+0 −0 shared/modules/general/log.ts
+201 −0 shared/modules/vircadia-world-meta/LICENSE
+321 −0 shared/modules/vircadia-world-meta/python/meta.py
+1 −0 shared/modules/vircadia-world-meta/python/requirements.txt
+10 −0 shared/modules/vircadia-world-meta/typescript/deno.json
+520 −0 shared/modules/vircadia-world-meta/typescript/meta.ts
+0 −1 src/shared/modules/vircadia-world-meta
2 changes: 1 addition & 1 deletion docs/ecosystem/server
4 changes: 4 additions & 0 deletions docs/ecosystem/tools/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Tools"
}

2 changes: 1 addition & 1 deletion docs/ecosystem/tools/blender
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 435ade2

Please sign in to comment.