diff --git a/templates/docs.templ b/templates/docs.templ
index 8964cae..3ad9fa2 100644
--- a/templates/docs.templ
+++ b/templates/docs.templ
@@ -36,20 +36,7 @@ templ DocsLayout(nav Navigation, doc Document, user User) {
},
}
}
- }
-
@@ -396,342 +383,3 @@ templ DocsLayoutWithExplorer(nav Navigation, doc Document, user User, explorer A
border: '#414868',
accent: '#7aa2f7',
},
- typography: ({ theme }) => ({
- invert: {
- css: {
- code: {
- backgroundColor: theme('colors.background.primary'),
- color: theme('colors.text.primary'),
- },
- 'pre code': {
- backgroundColor: 'transparent',
- },
- pre: {
- backgroundColor: '#14151f',
- },
- },
- },
- }),
- }
- }
- }
-
-
-
-
-
-
- if len(doc.Breadcrumb) > 0 {
-
- }
-
-
- { doc.Title }
-
-
- if len(doc.TOC) > 0 {
-
- }
-
-
-
- @UnsafeHTML(doc.Content).ToComponent()
-
-
-
- @APIExplorer(explorer)
-
-
-
-
-