Skip to content

Commit

Permalink
chore: config gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfuturist committed Apr 16, 2024
1 parent 2a94fbf commit 23d4ed7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default defineConfig({
title: "Strigi",
description: "CLI command assistance utilizing GenAI-powered natural language prompts.",
lang: "en-US",
base: "/strigi/",
themeConfig: {
nav: [
{ text: "Home", link: "/" },
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"release": "release-it",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
"docs:preview": "vitepress preview docs",
"docs:deploy": "gh-pages -d ./docs/.vitepress/dist"
},
"peerDependencies": {
"typescript": "^5.0.0"
Expand All @@ -61,7 +62,8 @@
"@types/bun": "latest",
"@types/inquirer": "^9.0.7",
"eslint": "^8.57.0",
"gh-pages": "^6.1.1",
"release-it": "^17.1.1",
"vitepress": "^1.1.0"
}
}
}

0 comments on commit 23d4ed7

Please sign in to comment.