This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 548
/
mkdocs.yml
37 lines (37 loc) · 2.37 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
nav:
- Home: index.md
- User Manual:
- Introduction: manual/cluster-user/README.md
- Quick Start: manual/cluster-user/quick-start.md
- Docker Images and Job Examples: manual/cluster-user/docker-images-and-job-examples.md
- How to Manage Data: manual/cluster-user/how-to-manage-data.md
- How to Debug Jobs: manual/cluster-user/how-to-debug-jobs.md
- How to Use Advanced Job Settings: manual/cluster-user/how-to-use-advanced-job-settings.md
- How to Run Distributed Job: manual/cluster-user/how-to-run-distributed-job.md
- How to Use New Job Submission Page: manual/cluster-user/how-to-use-new-submission-page.md
- Use Marketplace: manual/cluster-user/use-marketplace.md
- Use VSCode Extension: manual/cluster-user/use-vscode-extension.md
- Use Jupyter Notebook Extension: manual/cluster-user/use-jupyter-notebook-extension.md
- Frequently Asked Questions: manual/cluster-user/frequently-asked-questions.md
- Admin Manual:
- Introduction: manual/cluster-admin/README.md
- Installation Guide: manual/cluster-admin/installation-guide.md
- Installation FAQs and Troubleshooting: manual/cluster-admin/installation-faqs-and-troubleshooting.md
- Basic Management Operations: manual/cluster-admin/basic-management-operations.md
- How to Manage Users and Groups: manual/cluster-admin/how-to-manage-users-and-groups.md
- How to Set Up Storage: manual/cluster-admin/how-to-set-up-storage.md
- How to Set Up Virtual Clusters: manual/cluster-admin/how-to-set-up-virtual-clusters.md
- How to Add and Remove Nodes: manual/cluster-admin/how-to-add-and-remove-nodes.md
- How to Set Up Docker Image Cache: manual/cluster-admin/how-to-set-up-docker-image-cache.md
- How to Customize Cluster by Plugins: manual/cluster-admin/how-to-customize-cluster-by-plugins.md
- How to Use Alert System: manual/cluster-admin/how-to-use-alert-system.md
- How to autoscale the cluster: manual/cluster-admin/how-to-autoscale-the-cluster.md
- Troubleshooting: manual/cluster-admin/troubleshooting.md
- Recommended Practice: manual/cluster-admin/recommended-practice.md
- How to Uninstall OpenPAI: manual/cluster-admin/how-to-uninstall-openpai.md
- Upgrade Guide: manual/cluster-admin/upgrade-guide.md
plugins:
- search
site_name: OpenPAI Handbook
theme: readthedocs
use_directory_urls: false