hyperspace/docs/_data/navigation.yml

86 строки
2.9 KiB
YAML

# main links
main:
- title: "Quick-Start Guide"
url: /docs/ug-quick-start-guide/
- title: "Code"
url: https://github.com/microsoft/hyperspace
- title: "Releases"
url: https://github.com/microsoft/hyperspace/releases
# documentation links
docs:
- title: User Guide
children:
- title: "Quick-Start Guide"
url: /docs/ug-quick-start-guide/
- title: "Configuration"
url: /docs/ug-configuration/
- title: "Mutable dataset"
url: /docs/ug-mutable-dataset/
- title: "Optimize index"
url: /docs/ug-optimize-index/
- title: "Supported data formats"
url: /docs/ug-supported-data-formats/
- title: "Release Notes"
url: https://github.com/microsoft/hyperspace/releases
# Needs to be written later
# - title: "Best Practices"
# url: /docs/ug-best-practices/
- title: "Frequently asked Questions"
url: /docs/ug-faqs/
# Needs to be written for next version
# - title: "Upgrading"
# url: /docs/ug-upgrading/
- title: Developer Guide
children:
- title: "Building from Source"
url: /docs/dg-building-from-source/
- title: "Code Structure"
url: /docs/dg-code-structure/
# - title: "Hacking Hyperspace"
# url: /docs/dg-hack-hyperspace/
- title: "Roadmap"
url: https://github.com/microsoft/hyperspace/blob/master/ROADMAP.md
- title: "Contributing"
url: https://github.com/microsoft/hyperspace/blob/master/CONTRIBUTING.md
- title: "Code of Conduct"
url: https://github.com/microsoft/hyperspace/blob/master/CODE_OF_CONDUCT.md
- title: Tour of Hyperspace
children:
- title: "Introduction"
url: /docs/toh-introduction/
- title: "Design Goals"
url: /docs/toh-design-goals/
- title: "Indexes et al."
url: /docs/toh-indexes/
- title: "Architectural Overview"
url: /docs/toh-overview/
- title: "Indexes on the Lake"
url: /docs/toh-indexes-on-the-lake/
- title: Meta
children:
- title: "License"
url: https://github.com/microsoft/hyperspace/blob/master/LICENSE
- title: "Notice"
url: https://github.com/microsoft/hyperspace/blob/master/NOTICE.txt
- title: "Security"
url: https://github.com/microsoft/hyperspace/blob/master/SECURITY.md
# Need to be written
# - title: Serverless Index Management
# children:
# - title: "Metadata on Lake"
# url: /docs/sim-metadata-on-lake/
# - title: "Index State Management"
# url: /docs/sim-index-state-management/
# - title: "Concurrency Control"
# url: /docs/sim-concurrency-control/
# - title: Query Processing
# children:
# - title: "Intuition"
# url: /docs/qp-intuition/
# - title: "Rule-based Optimization"
# url: /docs/qp-rule-based-optimization/
# - title: "Hyperspace & Spark's Catalyst"
# url: /docs/qp-integration-with-spark-catalyst/