diff --git a/.gitignore b/.gitignore index 4ed75b7f..3749e736 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,6 @@ presentation test.coffee test.litcoffee parser.output -test/fixtures/underscore test/*.js -examples/beautiful_code/parse.coffee -*.gem /node_modules +npm-debug.log diff --git a/docs/v1/index.html b/docs/v1/index.html index afdf6d2f..78418b7e 100644 --- a/docs/v1/index.html +++ b/docs/v1/index.html @@ -516,6 +516,7 @@ pre .xml .cdata { +
@@ -604,7 +605,6 @@ pre .xml .cdata {
-
diff --git a/documentation/index.html b/documentation/index.html index 77e20e38..03fb9572 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -16,7 +16,6 @@ <%= include('styles.html') %> -<%= include('nav.html') %> <%= include('body.html') %> diff --git a/documentation/v1/body.html b/documentation/v1/body.html index 1f3751d6..f9a711b6 100644 --- a/documentation/v1/body.html +++ b/documentation/v1/body.html @@ -1,3 +1,85 @@ +
+ +
+ + + + +
+
<%= htmlFor('introduction', 'top') %> <%= htmlFor('overview') %> diff --git a/documentation/v1/nav.html b/documentation/v1/nav.html deleted file mode 100644 index 2580c04d..00000000 --- a/documentation/v1/nav.html +++ /dev/null @@ -1,81 +0,0 @@ -
- - diff --git a/package.json b/package.json index 772c372c..e0e82d63 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "google-closure-compiler-js": "^20161024.0.0", "highlight.js": "~9.8.0", "jison": ">=0.4.17", + "marked": "^0.3.6", "underscore": "~1.8.3" }, "dependencies": {