Skip to content

Commit

Permalink
docs: clean up config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Jun 12, 2019
1 parent 748b20e commit a02efbf
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const path = require("path");
const { version } = require("../../package.json");
console.log("TCL: version", version);

module.exports = {
head: [
Expand Down Expand Up @@ -33,16 +32,6 @@ module.exports = {
require("./plugin.js"),
"live",
"demo-block",
// [
// "demo-code",
// {
// onlineBtns: {
// codepen: false,
// jsfiddle: false,
// codesandbox: false
// }
// }
// ],

[
"@vuepress/google-analytics",
Expand Down Expand Up @@ -95,22 +84,3 @@ module.exports = {
}
}
};

// module.exports = {
// title: "Vue2Editor",
// description:
// "Your editor for rich text editing built with Vue.js and Quill.js",
// ga: "UA-56060335-4",
// themeConfig: {
// sidebar: "auto",
// editLinks: true,
// // sidebar: 'auto',
// docsDir: "docs",
// nav: [
// { text: "Guide", link: "/guide/" },
// { text: "Examples", link: "/examples/" },
// // { text: "FAQ", link: "/faq/" },
// { text: "Github", link: "https://github.com/davidroyer/vue2-editor" }
// ]
// }
// };

0 comments on commit a02efbf

Please sign in to comment.