We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2afb4c commit 64c126eCopy full SHA for 64c126e
build/doctool.js
@@ -105,7 +105,7 @@ if (argc > 3) {
105
data = loadIncludes(data, filename);
106
// go markdown.
107
html = convertData(data);
108
- filename = path.basename(filename, '.markdown');
+ filename = path.basename(filename, '.md');
109
110
if (filename != "_toc" && filename != "index") {
111
if (data) {
doc/md/_toc.md
@@ -0,0 +1,7 @@
1
+## Table of Contents
2
+
3
+* [Overview](overview.html)
4
+* [Core](core.html)
5
+* [Distributions](distributions.html)
6
+* [Special Functions](special-functions.html)
7
+* [Flot Integration](flot-integration.html)
doc/md/index.md
@@ -0,0 +1 @@
+@include _toc.md
0 commit comments