Skip to content

Commit

Permalink
Update back to default plugins for Vuepress
Browse files Browse the repository at this point in the history
  • Loading branch information
saiakhil2012 committed Dec 1, 2022
1 parent fc34952 commit 66b7eeb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 215 deletions.
4 changes: 0 additions & 4 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
import { defaultTheme } from '@vuepress/theme-default'
import { vuepressPluginCodeCopy } from "vuepress-plugin-code-copy";

export default {
lang: 'en-US',
title: 'VMware Blockchain Ethereum Developer Kit',
description: 'Description goes Here',
base: '/vmware-blockchain-samples/',
plugins: [
vuepressPluginCodeCopy({}),
],
theme: defaultTheme({
sidebar: 'auto',
repo: 'vmware-samples/vmware-blockchain-samples',
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"docs:copy": "cp -r vmware-blockchain-ethereum-developer-kit/* docs/"
},
"devDependencies": {
"vuepress": "^2.0.0-beta.53",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-copy-code2": "^2.0.0-beta.99"
"vuepress": "^2.0.0-beta.53"
}
}
Loading

0 comments on commit 66b7eeb

Please sign in to comment.