Skip to content

Commit 3053f69

Browse files
author
Vlad Balin
committed
moved dosc to folder, removed redundant files
1 parent cba491d commit 3053f69

File tree

12 files changed

+133
-155
lines changed

12 files changed

+133
-155
lines changed

docs/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fs.readFile('./docs/index.md', 'utf8', function (err, content) {
9292
// create partials
9393
for (var i = 0; i < data.includes.length; i++) {
9494
var includeFileName = data.includes[i]
95-
var includeFilePath = path.resolve(__dirname, './', includeFileName + '.md')
95+
var includeFilePath = path.resolve(__dirname, './chapters', includeFileName + '.md')
9696
var includeContent = fs.readFileSync(includeFilePath, {encoding: 'utf8'})
9797
var markedInclude = marked(includeContent)
9898
Handlebars.registerPartial(includeFileName, markedInclude)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/index.html

Lines changed: 129 additions & 129 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)