Files
notesnook/docs/retype.json
2021-05-30 14:38:24 +05:00

28 lines
594 B
JSON

{
"input": ".",
"output": "public_html",
"branding": {
"title": "Notesnook",
"label": "Docs",
"colors": {
"label": {
"text": "#ffffff",
"background": "#00c853"
}
}
},
"exclude": ["*node_modules/", "*__generator__/"],
"favicon": "favicon.png",
"meta": {
"title": " | Notesnook Docs"
},
"edit": {
"repo": "https://github.com/streetwriters/notesnook",
"base": "docs"
},
"links": [],
"footer": {
"copyright": "© Copyright {{ year }} [Streetwriters LLC](https://streetwriters.co/). All rights reserved."
}
}