Options;
+
+OpenAPI definitions
+Please select a OpenAPI document below.
+
+
+ Document |
+ Links |
+
+ @foreach (var doc in Options.Value.SwaggerGeneratorOptions.SwaggerDocs)
+ {
+
+ @doc.Value.Title |
+
+ JSON -
+ SwaggerUI -
+ ScalarUI
+ |
+
+ }
+
\ No newline at end of file
diff --git a/Iceshrimp.Backend/Pages/OpenApi.razor.css b/Iceshrimp.Backend/Pages/OpenApi.razor.css
new file mode 100644
index 00000000..8c9f7a5f
--- /dev/null
+++ b/Iceshrimp.Backend/Pages/OpenApi.razor.css
@@ -0,0 +1,8 @@
+.width0 {
+ width: 0;
+}
+
+.auto-table {
+ table-layout: auto;
+ width: 100%;
+}
\ No newline at end of file