From aa5603f8f5dd5f334301a45bb0fcfc0d31801067 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Mon, 2 Mar 2026 16:32:25 -0500 Subject: [PATCH] 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. --- book.toml | 6 ------ src/introduction.md => pages/01.home/default.md | 5 +++++ pages/02.chapter_1/default.md | 6 ++++++ src/SUMMARY.md | 3 --- src/chapter_1.md | 1 - 5 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 book.toml rename src/introduction.md => pages/01.home/default.md (79%) create mode 100644 pages/02.chapter_1/default.md delete mode 100644 src/SUMMARY.md delete mode 100644 src/chapter_1.md diff --git a/book.toml b/book.toml deleted file mode 100644 index 9664bfe..0000000 --- a/book.toml +++ /dev/null @@ -1,6 +0,0 @@ -[book] -authors = ["Charles N Wyble"] -language = "en" -multilingual = false -src = "src" -title = "Suborbital Systems - Business/Product/Operations Plan" diff --git a/src/introduction.md b/pages/01.home/default.md similarity index 79% rename from src/introduction.md rename to pages/01.home/default.md index 735d7cc..42857af 100644 --- a/src/introduction.md +++ b/pages/01.home/default.md @@ -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 diff --git a/pages/02.chapter_1/default.md b/pages/02.chapter_1/default.md new file mode 100644 index 0000000..14848ed --- /dev/null +++ b/pages/02.chapter_1/default.md @@ -0,0 +1,6 @@ +--- +title: 'Chapter 1' +menu: 'Chapter 1' +--- + +# Chapter 1 diff --git a/src/SUMMARY.md b/src/SUMMARY.md deleted file mode 100644 index e0ff9f9..0000000 --- a/src/SUMMARY.md +++ /dev/null @@ -1,3 +0,0 @@ -# Summary - -- [Introduction](./introduction.md) diff --git a/src/chapter_1.md b/src/chapter_1.md deleted file mode 100644 index b743fda..0000000 --- a/src/chapter_1.md +++ /dev/null @@ -1 +0,0 @@ -# Chapter 1