diff --git a/.zed/settings.json b/.zed/settings.json
index 77f9b95..d70c7a9 100644
--- a/.zed/settings.json
+++ b/.zed/settings.json
@@ -1,8 +1,9 @@
{
"languages": {
"CSS": {
+ "language_servers": ["tailwindcss-language-server"],
"tab_size": 2,
- "formatter": "auto"
- }
- }
+ "formatter": "auto",
+ },
+ },
}
diff --git a/templates/docs.templ b/templates/docs.templ
index c549fb2..e789261 100644
--- a/templates/docs.templ
+++ b/templates/docs.templ
@@ -11,32 +11,11 @@ templ DocsLayout(nav Navigation, doc Document, user User) {
{ doc.Title } - Bookhoard Documentation
-
+
-
@@ -354,39 +333,18 @@ templ DocsLayout(nav Navigation, doc Document, user User) {
}
- templ DocsLayoutWithExplorer(nav Navigation, doc Document, user User, explorer APIExplorerData) {
+ templ DocsLayoutWithExplorer(nav Navigation, doc Document, user User, explorer APIExplorerData) {
{ doc.Title } - Bookhoard Documentation
-
+
-
diff --git a/templates/docs_templ.go b/templates/docs_templ.go
index 0180556..781dade 100644
--- a/templates/docs_templ.go
+++ b/templates/docs_templ.go
@@ -46,7 +46,7 @@ func DocsLayout(nav Navigation, doc Document, user User) templ.Component {
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
- templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, " - Bookhoard Documentation