Skip to content

Commit 12e0f13

Browse files
committed
Add template
1 parent af7220c commit 12e0f13

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ url = https://github.com/pnstack/template-node-typescript.git
1010
[submodule "templates/template-svelte-tailwind-ts"]
1111
path = "templates/template-svelte-tailwind-ts"
1212
url = https://github.com/pnstack/template-svelte-tailwind-ts.git
13+
[submodule "templates/template-docusaurus"]
14+
path = "templates/template-docusaurus"
15+
url = https://github.com/pnstack/template-docusaurus.git

src/templates.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,18 @@ export const FRAMEWORKS: Framework[] = [
7878
},
7979
],
8080
},
81+
{
82+
name: "docs",
83+
display: "Documentation",
84+
color: blue,
85+
variants: [
86+
{
87+
name: "docusaurus",
88+
display: "Docusaurus",
89+
color: magenta,
90+
},
91+
],
92+
},
8193
{
8294
name: "node",
8395
display: "node",

templates/template-docusaurus

Submodule template-docusaurus added at 6cd7c87

0 commit comments

Comments
 (0)