feat: convert from mdbook to Grav format
- Rename src/ to pages/ - Add Grav frontmatter to markdown files - Create numbered folder structure - Remove mdbook-specific files Migration from mdbook to Grav CMS.
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
[book]
|
||||
authors = ["Charles N Wyble"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "Suborbital Systems - Business/Product/Operations Plan"
|
||||
@@ -1,3 +1,8 @@
|
||||
---
|
||||
title: 'Suborbital Systems - - Business/Operations/Product Plan - Introduction
'
|
||||
menu: 'Suborbital Systems - - Business/Operations/Product Plan - Introduction
'
|
||||
---
|
||||
|
||||
# Suborbital Systems - - Business/Operations/Product Plan - Introduction
|
||||
|
||||
## Executive Summary for Suborbital Systems
|
||||
6
pages/02.chapter_1/default.md
Normal file
6
pages/02.chapter_1/default.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: 'Chapter 1'
|
||||
menu: 'Chapter 1'
|
||||
---
|
||||
|
||||
# Chapter 1
|
||||
@@ -1,3 +0,0 @@
|
||||
# Summary
|
||||
|
||||
- [Introduction](./introduction.md)
|
||||
@@ -1 +0,0 @@
|
||||
# Chapter 1
|
||||
Reference in New Issue
Block a user