1 Star 0 Fork 1

cestr/es6tutorial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.js 539 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruanyf 提交于 2015-12-14 21:43 . edit ditto.js
var CONFIG = {
// your website's title
document_title: "ECMAScript 6入门",
// index page
index: "README.md",
// sidebar file
sidebar_file: "sidebar.md",
// where the docs are actually stored on github - so you can edit
base_url: "https://github.com/ruanyf/es6tutorial/edit/gh-pages",
};
// **************************
// DON'T EDIT FOLLOWING CODES
// **************************
addConfig(ditto, CONFIG);
function addConfig(obj, conf) {
Object.keys(conf).forEach(function (key) {
obj[key] = conf[key];
});
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cestr/es6tutorial.git
[email protected]:cestr/es6tutorial.git
cestr
es6tutorial
es6tutorial
gh-pages

搜索帮助