1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Moved from stf-docs to GitHub's stf-wiki.

This commit is contained in:
Gunther Brunner 2015-06-22 20:25:40 +09:00
parent 43fff42ec6
commit fbd59d031b
8 changed files with 10 additions and 10 deletions

View file

@ -29,8 +29,8 @@ module.exports = function(options) {
, app = express()
, server = http.createServer(app)
app.use('/static/docs', markdownServe.middleware({
rootDirectory: pathutil.root('node_modules/stf-docs')
app.use('/static/wiki', markdownServe.middleware({
rootDirectory: pathutil.root('node_modules/stf-wiki')
, view: 'docs'
}))