This directory contains the static website for Oro Computer, including landing pages and documentation for:
- Oro Runtime (
website/runtime/) - Silk (
website/silk/)
Runtime docs use the same docs viewer UX as Silk docs (sidebar, search, prev/next, deep links).
- Viewer:
website/runtime/docs/index.html - Markdown sources:
website/runtime/docs/source/ - Generated indexes:
website/runtime/docs/index.jsonwebsite/runtime/docs/search.json
- LLM pack:
website/runtime/llms.txt
Rebuild generated files after changing sources:
python3 website/runtime/tools/build-indexes.py
python3 website/runtime/tools/build-llms-txt.py- Docs viewer:
website/silk/docs/index.html - Wiki viewer:
website/silk/wiki/index.html - Generators live in
website/silk/tools/.
Rebuild generated files:
python3 website/silk/tools/build-indexes.py
python3 website/silk/tools/build-llms-txt.pyBoth Runtime and Silk use the shared docs viewer:
website/assets/docs-viewer.js