Skip to content

Commit

Permalink
doc pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
aprosail committed Jun 23, 2024
2 parents 2883259 + 0d3f136 commit 8115209
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
},
},
title: "Markdown-it Wordless",
base: "./",
themeConfig: {
socialLinks: [
{
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"markdown-it",
"vitepress"
],
"homepage": "https://github.com/treeinfra/markdown-it-wordless",
"homepage": "https://treeinfra.github.io/markdown-it-wordless/",
"repository": {
"type": "git",
"url": "https://github.com/treeinfra/markdown-it-wordless.git"
},
"author": {
"name": "James Aprosail",
"email": "[email protected]",
Expand All @@ -27,7 +31,7 @@
"scripts": {
"build": "rollup --config rollup.config.js",
"doc": "vitepress dev",
"doc.build": "vitepress build",
"doc.build": "npm run build && vitepress build",
"format": "prettier . --write",
"format.check": "prettier . --check",
"prepublishOnly": "npm run review",
Expand Down

0 comments on commit 8115209

Please sign in to comment.