Skip to content

Commit

Permalink
Merge pull request #1 from pnstack/feature/template-docusaurus
Browse files Browse the repository at this point in the history
Add template docusaurus
  • Loading branch information
npv2k1 authored Jul 24, 2023
2 parents af7220c + 12e0f13 commit 026e8e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ url = https://github.com/pnstack/template-node-typescript.git
[submodule "templates/template-svelte-tailwind-ts"]
path = "templates/template-svelte-tailwind-ts"
url = https://github.com/pnstack/template-svelte-tailwind-ts.git
[submodule "templates/template-docusaurus"]
path = "templates/template-docusaurus"
url = https://github.com/pnstack/template-docusaurus.git
12 changes: 12 additions & 0 deletions src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,18 @@ export const FRAMEWORKS: Framework[] = [
},
],
},
{
name: "docs",
display: "Documentation",
color: blue,
variants: [
{
name: "docusaurus",
display: "Docusaurus",
color: magenta,
},
],
},
{
name: "node",
display: "node",
Expand Down
1 change: 1 addition & 0 deletions templates/template-docusaurus
Submodule template-docusaurus added at 6cd7c8

0 comments on commit 026e8e2

Please sign in to comment.