Skip to content

Commit

Permalink
Moved docs to root
Browse files Browse the repository at this point in the history
  • Loading branch information
silvae86 committed Apr 22, 2019
1 parent 0151f2d commit b13bd94
Show file tree
Hide file tree
Showing 21 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/jsdoc-config.json
@@ -1,6 +1,6 @@
{
"templates" : {
"applicationName": "Demo",
"applicationName": "Dendro",
"disqus": "",
"googleAnalytics": "",
"openGraph": {
Expand Down
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.
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.
1 change: 1 addition & 0 deletions src/bootup/middleware/load_misc_middlewares.js
Expand Up @@ -62,6 +62,7 @@ const loadMiscMiddlewares = function (app, callback)

app.use(require("stylus").middleware(rlequire.absPathInApp("dendro", "public/")));

app.use("/docs", express.static(rlequire.absPathInApp("dendro", "docs/")));
app.use(express.static(rlequire.absPathInApp("dendro", "public/")));

app.set("title", "Dendro");
Expand Down

0 comments on commit b13bd94

Please sign in to comment.