Skip to content

Commit

Permalink
docs: add vuepress website
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Feb 14, 2024
1 parent 9adb72b commit 14771e6
Show file tree
Hide file tree
Showing 9 changed files with 1,894 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/website/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
src/.vuepress/.temp
src/.vuepress/.cache
20 changes: 20 additions & 0 deletions docs/website/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "onagre",
"version": "0.0.1",
"description": "A general purpose application launcher for X and wayland inspired by rofi/wofi and alfred, build with iced and pop-launcher.",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/client": "^2.0.0-rc.2",
"@vuepress/bundler-vite": "^2.0.0-rc.2",
"@vuepress/theme-default": "^2.0.0-rc.2",
"vue": "^3.4.0",
"vuepress": "^2.0.0-rc.2"
}
}
Loading

0 comments on commit 14771e6

Please sign in to comment.