feat(Database) Direct database/Throne links now work in the database. Added a Detailed/Plain view button

This commit is contained in:
2022-04-03 20:09:21 -04:00
parent 8584570a1e
commit 28087b58d9
28 changed files with 1123 additions and 296 deletions
@@ -4,7 +4,8 @@
@using Markdig
@implements IDisposable
@page "/docs"
@page "/docs/{text?}"
@if (!DocumentationService.IsLoaded())
{
@@ -119,6 +120,9 @@ else
@code {
[Parameter]
public string? Text { get; set; }
string selectedSection = "All";
protected override void OnInitialized()