diff --git a/app/pages/templates.vue b/app/pages/templates.vue index 9e0a3ab..5503c4a 100644 --- a/app/pages/templates.vue +++ b/app/pages/templates.vue @@ -48,7 +48,10 @@ const templates: Template[] = [ name: "Docs", description: "A documentation template for product guides, references, and content-heavy sites.", features: ["Content-first structure", "Documentation navigation", "Responsive reading layout"], - status: "coming-soon", + preview: "https://docs-template.stackhacker.io/", + github: "https://github.com/stackhacker-ui/docs", + status: "available", + image: { light: "/templates/docs-light.png", dark: "/templates/docs-dark.png" }, }, { name: "Landing", diff --git a/public/templates/docs-dark.png b/public/templates/docs-dark.png new file mode 100644 index 0000000..c7f8a98 Binary files /dev/null and b/public/templates/docs-dark.png differ diff --git a/public/templates/docs-light.png b/public/templates/docs-light.png new file mode 100644 index 0000000..7c5276c Binary files /dev/null and b/public/templates/docs-light.png differ