Re-levelization: move non-docs content, rename content→docs

For better URLs, the content folder has been renamed 'docs' and all
other files have been moved up a level. Also, non-docs images have been
moved to the static folder at the top level where they belong.

Many relative paths had to be fixed to make this work.
This commit is contained in:
mDuo13
2024-01-31 17:53:52 -08:00
parent 971053ebcc
commit 7645140477
844 changed files with 3136 additions and 3458 deletions

View File

@@ -31,29 +31,29 @@
- icon: ./static/img/icons/docs.svg
# Note: arbitrary keys are dropped from these items, so the label & description are split on " || "
label: Documentation || Dive into XRP Ledger technology and start integrating.
page: ./docs.page.tsx
page: ./docs/index.page.tsx
- group: Article Types
items:
- page: ./concepts/index.md
- page: ./tutorials/index.md
- page: ./references/index.md
- page: ./infrastructure/index.md
- page: ./docs/concepts/index.md
- page: ./docs/tutorials/index.md
- page: ./docs/references/index.md
- page: ./docs/infrastructure/index.md
- group: Use Cases
items:
- page: ./use-cases/payments/index.md
- page: ./use-cases/tokenization/index.md
- page: ./use-cases/defi/index.md
- page: ./docs/use-cases/payments/index.md
- page: ./docs/use-cases/tokenization/index.md
- page: ./docs/use-cases/defi/index.md
- group: Get Started
items:
- page: ./tutorials/get-started/get-started-using-javascript.md
- page: ./docs/tutorials/get-started/get-started-using-javascript.md
label: JavaScript
- page: ./tutorials/get-started/get-started-using-python.md
- page: ./docs/tutorials/get-started/get-started-using-python.md
label: Python
- page: ./tutorials/get-started/get-started-using-java.md
- page: ./docs/tutorials/get-started/get-started-using-java.md
label: Java
- page: ./tutorials/get-started/get-started-using-php.md
- page: ./docs/tutorials/get-started/get-started-using-php.md
label: PHP
- page: ./tutorials/get-started/get-started-using-http-websocket-apis.md
- page: ./docs/tutorials/get-started/get-started-using-http-websocket-apis.md
label: HTTP / WebSocket
- group: Resources