diff --git a/docs/about-pvc.md b/docs/about-pvc.md index 3744fd7..cb81e2f 100644 --- a/docs/about-pvc.md +++ b/docs/about-pvc.md @@ -2,24 +2,19 @@ title: "About PVC" --- -# About PVC - -- [About the Parallel Virtual Cluster system](#about-the-parallel-virtual-cluster-system) - * [Project Motivation](#project-motivation) - * [Building Blocks](#building-blocks) - * [Cluster Architecture](#cluster-architecture) - * [Clients](#clients) - + [API Client](#api-client) - + [Direct Bindings](#direct-bindings) - + [CLI Client](#cli-client) - * [Deployment](#deployment) - * [Frequently Asked Questions](#frequently-asked-questions) - + [General Questions](#general-questions) - + [Feature Questions](#feature-questions) - + [Storage Questions](#storage-questions) - * [About The Author](#about-the-author) - -This document contains information about the project itself, the software stack, its motivations, and a number of frequently-asked questions. +- [Project Motivation](#project-motivation) +- [Building Blocks](#building-blocks) +- [Cluster Architecture](#cluster-architecture) +- [Clients](#clients) + * [API Client](#api-client) + * [Direct Bindings](#direct-bindings) + * [CLI Client](#cli-client) +- [Deployment](#deployment) +- [Frequently Asked Questions](#frequently-asked-questions) + * [General Questions](#general-questions) + * [Feature Questions](#feature-questions) + * [Storage Questions](#storage-questions) +- [About The Author](#about-the-author) ## Project Motivation diff --git a/mkdocs.yml b/mkdocs.yml index da4a21f..c6c2fb8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,15 +7,15 @@ markdown_extensions: - toc: permalink: yes toc_depth: '1-4' -nav: - - 'Home': 'index.md' - - 'About PVC': 'about-pvc.md' - - 'Deployment': - - 'Cluster Architecture': 'cluster-architecture.md' - - 'Getting Started': 'getting-started.md' - - 'Manuals': - - 'PVC CLI': 'manuals/cli.md' - - 'PVC HTTP API': 'manuals/api.md' - - 'PVC Node Daemon': 'manuals/daemon.md' - - 'PVC Provisioner': 'manuals/provisioner.md' - - 'PVC Node Health Plugins': 'manuals/health-plugins.md' +#nav: +# - 'Home': 'index.md' +# - 'About PVC': 'about-pvc.md' +# - 'Deployment': +# - 'Cluster Architecture': 'cluster-architecture.md' +# - 'Getting Started': 'getting-started.md' +# - 'Manuals': +# - 'PVC CLI': 'manuals/cli.md' +# - 'PVC HTTP API': 'manuals/api.md' +# - 'PVC Node Daemon': 'manuals/daemon.md' +# - 'PVC Provisioner': 'manuals/provisioner.md' +# - 'PVC Node Health Plugins': 'manuals/health-plugins.md'