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" title: "About PVC"
--- ---
# About PVC - [Project Motivation](#project-motivation)
- [Building Blocks](#building-blocks)
- [About the Parallel Virtual Cluster system](#about-the-parallel-virtual-cluster-system) - [Cluster Architecture](#cluster-architecture)
* [Project Motivation](#project-motivation) - [Clients](#clients)
* [Building Blocks](#building-blocks) * [API Client](#api-client)
* [Cluster Architecture](#cluster-architecture) * [Direct Bindings](#direct-bindings)
* [Clients](#clients) * [CLI Client](#cli-client)
+ [API Client](#api-client) - [Deployment](#deployment)
+ [Direct Bindings](#direct-bindings) - [Frequently Asked Questions](#frequently-asked-questions)
+ [CLI Client](#cli-client) * [General Questions](#general-questions)
* [Deployment](#deployment) * [Feature Questions](#feature-questions)
* [Frequently Asked Questions](#frequently-asked-questions) * [Storage Questions](#storage-questions)
+ [General Questions](#general-questions) - [About The Author](#about-the-author)
+ [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

View File

@ -7,15 +7,15 @@ markdown_extensions:
- toc: - toc:
permalink: yes permalink: yes
toc_depth: '1-4' toc_depth: '1-4'
nav: #nav:
- 'Home': 'index.md' # - 'Home': 'index.md'
- 'About PVC': 'about-pvc.md' # - 'About PVC': 'about-pvc.md'
- 'Deployment': # - 'Deployment':
- 'Cluster Architecture': 'cluster-architecture.md' # - 'Cluster Architecture': 'cluster-architecture.md'
- 'Getting Started': 'getting-started.md' # - 'Getting Started': 'getting-started.md'
- 'Manuals': # - 'Manuals':
- 'PVC CLI': 'manuals/cli.md' # - 'PVC CLI': 'manuals/cli.md'
- 'PVC HTTP API': 'manuals/api.md' # - 'PVC HTTP API': 'manuals/api.md'
- 'PVC Node Daemon': 'manuals/daemon.md' # - 'PVC Node Daemon': 'manuals/daemon.md'
- 'PVC Provisioner': 'manuals/provisioner.md' # - 'PVC Provisioner': 'manuals/provisioner.md'
- 'PVC Node Health Plugins': 'manuals/health-plugins.md' # - 'PVC Node Health Plugins': 'manuals/health-plugins.md'