mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
Moved from stf-docs to GitHub's stf-wiki.
This commit is contained in:
@@ -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'
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user