feat(Docs) Added FrontMatter and Git edit links

This commit is contained in:
2022-04-11 23:31:23 -04:00
parent ddb6318186
commit 1939bbe70a
31 changed files with 254 additions and 299 deletions
+7
View File
@@ -1,3 +1,10 @@
---
title: Cheat Sheet
summary: Handy links or quick information on this project.
created_date: 2022-04-11
updated_date: 2022-04-11
---
# Overview
This document will contain quick reference information on this project.
+9 -8
View File
@@ -1,3 +1,10 @@
---
title: Project Data
summary: Using data in this project.
created_date: 2022-04-11
updated_date: 2022-04-11
---
# Overview
This document will contain general information on data in this project.
@@ -87,12 +94,6 @@ Most text isn't using localized strings yet. And English is the only plan of sup
## Markdown Files
Documents are currently handled in the SQL database. But ideally, they will be markdown documents instead, with links to GitHub.
Documents and Notes are markdown files located in the `wwwroot/content` folder.
Basically long term, this website will perhaps also act as a public wiki. Who knows? With GitHub as the public CMS.
So if Blazor WASM doesn't support some markdown generation that is not cumbersome, then the `IGP_Convert` tool will need to be extended to convert Markup files to files Blazor WASM can use.
And ideally, any generation systems we write will use any front-matter in the markdown documents.
Each of these pages will have one of those `edit on github` buttons.
Navigation to these pages is handled via the SQL data.
+8
View File
@@ -1,3 +1,11 @@
---
title: Setup
summary: Get set up on developing this web project.
created_date: 3/30/2022
updated_date: 4/7/2022
---
# Overview
This document will contain general setup notes for the project.