1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Moved documentation to its own repository.

This commit is contained in:
Gunther Brunner 2014-08-29 15:17:11 +09:00
parent 656c2d66e7
commit fe4deaccff
6 changed files with 3 additions and 229 deletions

View file

@ -35,7 +35,7 @@ module.exports = function(options) {
})
app.use('/static/docs', markdownServe.middleware({
rootDirectory: pathutil.resource('docs')
rootDirectory: pathutil.root('node_modules/stf-docs')
, view: 'docs'
}))