From 82fa592cc68c3227439537dc7aba1448c07bc193 Mon Sep 17 00:00:00 2001 From: axadrn Date: Tue, 10 Feb 2026 14:55:01 +0400 Subject: [PATCH] wip --- internal/docs/ui/blocks/content.templ | 29 ++++--- internal/docs/ui/modules/footer.templ | 10 +-- internal/docs/ui/modules/navbar.templ | 8 +- internal/docs/ui/pages/doc.templ | 32 +++---- internal/docs/ui/pages/landing.templ | 115 +++++++++++++------------- internal/shared/assets/css/input.css | 1 + 6 files changed, 103 insertions(+), 92 deletions(-) diff --git a/internal/docs/ui/blocks/content.templ b/internal/docs/ui/blocks/content.templ index 5a4c27b..baed622 100644 --- a/internal/docs/ui/blocks/content.templ +++ b/internal/docs/ui/blocks/content.templ @@ -3,18 +3,23 @@ package blocks // ContentWithProse uses the Tailwind Typography plugin for styling // Requires: @plugin "@tailwindcss/typography" in input.css templ ContentWithProse(htmlContent string) { -
code:py-3 prose-pre>code:px-4 prose-pre>code:bg-transparent prose-pre>code:block", - ), +
code:py-3 prose-pre>code:px-4 prose-pre>code:bg-transparent prose-pre>code:block", + ), } > @templ.Raw(htmlContent) diff --git a/internal/docs/ui/modules/footer.templ b/internal/docs/ui/modules/footer.templ index 060ad49..e7dd707 100644 --- a/internal/docs/ui/modules/footer.templ +++ b/internal/docs/ui/modules/footer.templ @@ -3,24 +3,24 @@ package modules import "github.com/deeploy-sh/deeploy/internal/shared/utils" templ FooterLinks(stars int) { -