...vibing UI

This commit is contained in:
2026-06-17 22:04:42 -04:00
parent 36bd610ca4
commit 1d05e18306
26 changed files with 7210 additions and 6 deletions
+20
View File
@@ -0,0 +1,20 @@
---
category: AI Task
status: Done
---
Check fellowship.docs for frontmatter and markdown docs.
Create a document page with all the docs as markdown files.
For the frontmatter of the docs, generate classes in the Model project.
Also save all the data as C# data in the Model project, using those classes.
These generated docs will be created via scripts in the build project.
The build project will be ran as a pre-step to the Web project.
The Web project will consume the the data in the Model project to display the docs and their frontmatter.
See Omnistrike.md as one example of a markdown file with a lot of frontmatter.