Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Feb 7, 2024
1 parent b554d8a commit 754170e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import md from "./md";
export default defineConfig({
title: "Bootsharp",
titleTemplate: ":title • Bootsharp",
description: "Compile C# solution into ES module with auto-generated bindings and type definitions.",
appearance: "dark",
cleanUrls: true,
lastUpdated: true,
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"devDependencies": {
"typescript": "^5.3.3",
"@types/node": "^20.11.16",
"vitepress": "^1.0.0-rc.41",
"typedoc-vitepress-theme": "^1.0.0-next.8",
"vitepress": "^1.0.0-rc.42",
"typedoc-vitepress-theme": "^1.0.0-next.9",
"imgit": "^0.1.3"
}
}

0 comments on commit 754170e

Please sign in to comment.