Revamp nav in About page as test

This commit is contained in:
Joshua Boniface 2023-09-15 12:13:31 -04:00
parent 2a3cfc5b58
commit 91b5edb35a
2 changed files with 25 additions and 30 deletions

View File

@ -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

View File

@ -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'