21 lines
637 B
Markdown
21 lines
637 B
Markdown
---
|
|
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.
|
|
|