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:
parent
43fff42ec6
commit
fbd59d031b
8 changed files with 10 additions and 10 deletions
|
@ -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'
|
||||
}))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue