forked from mozilla/webmaker-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.js
More file actions
10 lines (10 loc) · 395 Bytes
/
Copy pathbook.js
File metadata and controls
10 lines (10 loc) · 395 Bytes
1
2
3
4
5
6
7
8
9
10
// This is the configuration for the documentation gitbook
module.exports = {
"links": {
"sidebar": {
"Contribute to these docs": "https://github.com/mozilla/webmaker-app",
"File an issue": "https://github.com/mozilla/webmaker-app/issues",
"Download": "https://www.gitbook.com/download/pdf/book/k88hudson/webmaker-mobile-guide"
}
}
};