Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
Co-Authored-By: aayush <177418358+aayushrg7@users.noreply.github.com>
  • Loading branch information
harilvfs and aayushrg7 committed Nov 26, 2024
1 parent bba8825 commit 689e65f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
6 changes: 6 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ export default {
themeConfig: {
logo: "/penguin.webp",
siteTitle: "Carch",
repo: "harilvfs/carch",
docsDir: "site/docs",
editLink: {
pattern: "https://github.com/harilvfs/carch/tree/main/docs/:path",
text: "Edit this page on GitHub",
},
nav: [
{ text: "Home", link: "/" },
{ text: "Contact", link: "/contact" },
Expand Down
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
{
"name": "site",
"version": "1.0.0",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"vitepress": "^1.4.1"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve doc"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"vitepress": "^1.5.0",
"vue": "^3.5.13"
"docs:preview": "vitepress preview docs"
}
}

0 comments on commit 689e65f

Please sign in to comment.