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:
Charles N Wyble
2026-03-02 16:32:23 -05:00
parent b9c0ddeac1
commit 5418b03a87
9 changed files with 35 additions and 16 deletions

View File

@@ -1,6 +0,0 @@
[book]
authors = ["Charles N Wyble"]
language = "en"
multilingual = false
src = "src"
title = "Known Element Enterprises - Business/Product/Operations Plan"

View File

@@ -1,3 +1,8 @@
---
title: 'Known Element Enterprises (KNEL) - Business/Product/Operations Plan - Introduction '
menu: 'Known Element Enterprises (KNEL) - Business/Product/Operations Plan - Introduction '
---
# Known Element Enterprises (KNEL) - Business/Product/Operations Plan - Introduction
## Executive Summary of Known Element Enterprises

View File

@@ -1,3 +1,8 @@
---
title: 'KNEL — Internal Price Book (Draft)'
menu: 'KNEL — Internal Price Book (Draft)'
---
# KNEL — Internal Price Book (Draft)
Intent

View File

@@ -1,3 +1,8 @@
---
title: 'KNEL — Shared Services Questions (STEP0)'
menu: 'KNEL — Shared Services Questions (STEP0)'
---
# KNEL — Shared Services Questions (STEP0)
Context (confirmed)

View File

@@ -1,3 +1,8 @@
---
title: 'KNEL — Overview (STEP0 import)'
menu: 'KNEL — Overview (STEP0 import)'
---
# KNEL — Overview (STEP0 import)
This section captures shared-services planning content for KNEL imported from the IBP STEP0 phase. Content is additive and public.

View File

@@ -1,3 +1,8 @@
---
title: 'KNEL — Policy Drafts (STEP0)'
menu: 'KNEL — Policy Drafts (STEP0)'
---
# KNEL — Policy Drafts (STEP0)
Intercompany Recharge Policy (Draft)

View File

@@ -1,3 +1,8 @@
---
title: 'KNEL — Shared Services Proposal (Draft)'
menu: 'KNEL — Shared Services Proposal (Draft)'
---
# KNEL — Shared Services Proposal (Draft)
Purpose

View File

@@ -1,3 +1,8 @@
---
title: 'KNEL — Inventory Template (STEP0)'
menu: 'KNEL — Inventory Template (STEP0)'
---
# KNEL — Inventory Template (STEP0)
CSV headers (example)

View File

@@ -1,10 +0,0 @@
# Summary
- [Introduction](./introduction.md)
## KNEL — Shared Services
- [Overview](./knel/overview.md)
- [Questions](./knel/questions.md)
- [Policies](./knel/policies.md)
- [Internal Price Book](./knel/internal-price-book.md)
- [Inventory Template](./knel/inventory-template.md)