Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init commit of docs migration #187

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from node:16
from node:18
workdir docs
copy . .
run cd website && npm install && npm run build

from nginx:alpine
workdir /var/www/docs
copy --from=0 /docs/website/build/hubs-docs/ .
copy --from=0 /docs/website/build/docs/ .
copy scripts/docker/nginx.config /etc/nginx/conf.d/default.conf
659 changes: 0 additions & 659 deletions docs/creators-blender-components.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/creators-content-guidelines.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/dev-build-custom-client.md

This file was deleted.

85 changes: 0 additions & 85 deletions docs/dev-client-basics.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/doc1.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/hubs-cloud-content-cdn.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/hubs-cloud-enable-scene-editor.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/hubs-cloud-getting-started.md

This file was deleted.

131 changes: 0 additions & 131 deletions docs/hubs-features.md

This file was deleted.

Loading
Loading