Skip to content

Commit

Permalink
Merge pull request #39 from vircadia/feature/v2
Browse files Browse the repository at this point in the history
Feature/v2
  • Loading branch information
digisomni authored Sep 30, 2024
2 parents 9d2891d + 144c5de commit c0fe4af
Show file tree
Hide file tree
Showing 64 changed files with 1,679 additions and 2,408 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "docs/ecosystem/tools/blender"]
path = docs/ecosystem/tools/blender
url = https://github.com/vircadia/vircadia-world-blender-tools.git
[submodule "docs/ecosystem/server"]
path = docs/ecosystem/server
url = https://github.com/vircadia/vircadia-world-server.git
[submodule "docs/ecosystem/sdk/typescript"]
path = docs/ecosystem/sdk/typescript
url = https://github.com/vircadia/vircadia-world-sdk-ts.git
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,17 @@ $ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

### Cloning with Submodules

To clone this repository including all submodules, use the following command:

```sh
git clone --recursive https://github.com/vircadia/vircadia-dev-docs.git
```

If you forgot to clone with the submodules, you can initialize and update them with:

```sh
git submodule update --init --recursive
```
Binary file removed docs/_images/domain-server.png
Binary file not shown.
Binary file removed docs/_images/overview.png
Binary file not shown.
Binary file removed docs/_images/services.png
Binary file not shown.
28 changes: 0 additions & 28 deletions docs/comparisons/hubs/README.md

This file was deleted.

66 changes: 0 additions & 66 deletions docs/domain-server/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/domain-server/_category_.json

This file was deleted.

This file was deleted.

36 changes: 0 additions & 36 deletions docs/domain-server/command-line-parameters.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/domain-server/environment-variables.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/domain-server/host/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/domain-server/host/_category_.json

This file was deleted.

Binary file not shown.
Binary file removed docs/domain-server/host/_images/configure-cloud.png
Binary file not shown.
Binary file removed docs/domain-server/host/_images/domain-id.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/domain-server/host/_images/goto-bar.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/domain-server/host/_images/info-icon.png
Binary file not shown.
Binary file removed docs/domain-server/host/_images/my-places.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/domain-server/host/_images/places-dialog.png
Binary file not shown.
Binary file removed docs/domain-server/host/_images/update-cloud.png
Binary file not shown.
Binary file removed docs/domain-server/host/_images/user-permissions.png
Binary file not shown.
25 changes: 0 additions & 25 deletions docs/domain-server/host/network-settings.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs/domain-server/host/quick-start.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/domain-server/host/server_setup/_category_.json

This file was deleted.

Loading

0 comments on commit c0fe4af

Please sign in to comment.