You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .vitepress/config.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ export default defineConfig({
4
4
srcDir: ".",
5
5
srcExclude: ["README.md"],
6
6
base: "/",
7
-
title: "Official documentation for goserve",
7
+
title: "goserve Docs",
8
8
description:
9
9
"Official documentation for goserve - Production-ready Go framework for building REST APIs with PostgreSQL, MongoDB, microservices, JWT authentication, Redis caching, and clean architecture. Complete guides, examples, and tutorials.",
0 commit comments