We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d9129 commit 37e7a98Copy full SHA for 37e7a98
packages/docs/app.config.ts
@@ -2,15 +2,13 @@ export default defineAppConfig({
2
docus: {
3
title: "MustardCLI",
4
description: "IoC & Native ES Decorator based command-line app builder.",
5
- url: "https://github.com/LinbuduLab/Mustard",
+ url: "https://mustard-cli.netlify.app",
6
image: "/logo.png",
7
socials: {
8
- github: "LinbuduLab",
+ github: "LinbuduLab/Mustard",
9
},
10
github: {
11
- root: "content",
12
edit: true,
13
- contributors: true,
14
15
header: {
16
title: "LinbuduLab",
0 commit comments