feat(Docs) Notes and Docs are now Markdown. SQL is just for page Navigation

This commit is contained in:
2022-04-11 20:23:55 -04:00
parent 3e226a6a9e
commit ddb6318186
21 changed files with 429 additions and 98 deletions
@@ -1,13 +1,6 @@
using System.Net.Http.Json;
using Model.Doc;
#if NO_SQL
#else
using Contexts;
using Microsoft.EntityFrameworkCore;
#endif
namespace Services.Development;
public class DocumentationService : IDocumentationService