docs: expanded a little on documentation

This commit is contained in:
D. Moonfire 2024-03-07 22:19:36 -06:00
parent d9fb34291e
commit c42015f73c
3 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,3 @@
{
"slug": "mfgames-cil"
}

View file

@ -2,4 +2,5 @@
## Libraries
- [Gallium](./gallium/) - A simple Entity-Component-System (ECS) based on `System.Linq`
- [Gallium](./gallium/index.md) - A simple Entity-Component-System (ECS) based on `System.Linq`
- [Nitride](./nitride/index.md) - A static site generator (plus others) library based on Gallium.

View file

@ -0,0 +1,3 @@
# MfGames' Nitride
Nitride is a C# static site generator built on a simple and designed around the concept of concurrent pipelines to produce the results. It is flexible in how it generates it files but does not come as a "batteries included" package.