csharpfritz / InstantAPIs

A library that generates Minimal API endpoints for an Entity Framework context.
MIT License
448 stars 57 forks source link

Docs site #32

Closed csharpfritz closed 2 years ago

csharpfritz commented 2 years ago

Let's put together a docs folder along with a GitHub action to generate a docs site to live on the ghpages branch and GitHub static site that goes with this repository.

We should also add a link/shield to the README that points to the docs site

QuinntyneBrown commented 2 years ago

I can grab this one.

QuinntyneBrown commented 2 years ago

Is there an existing repo that basically implementing the same behaviour you are looking for? We are going to need a branch named gh-pages and a bit of configuration in this repository for starters.

csharpfritz commented 2 years ago

Is there an existing repo that basically implementing the same behaviour you are looking for? We are going to need a branch named gh-pages and a bit of configuration in this repository for starters.

Check out the configuration for the BlazorWebFormsComponents at: https://github.com/fritzandfriends/blazorwebformscomponents

csharpfritz commented 2 years ago

Initial docs site is online at https://csharpfritz.github.io/InstantAPIs/

Documentation is generated from the /docs folder.