docs: initialize

This commit is contained in:
thecodrr
2021-05-25 11:41:29 +05:00
parent 43dc3dc577
commit 4d94de8047
4 changed files with 27 additions and 0 deletions

26
docs/retype.json Normal file
View File

@@ -0,0 +1,26 @@
{
"input": ".",
"output": ".retype",
"branding": {
"title": "Notesnook",
"label": "Docs",
"colors": {
"label": {
"text": "#ffffff",
"background": "#00c853"
}
}
},
"favicon": "favicon.png",
"meta": {
"title": " | Notesnook Docs"
},
"edit": {
"repo": "https://github.com/streetwriters/notesnook",
"base": "docs"
},
"links": [],
"footer": {
"copyright": "© Copyright {{ year }}. All rights reserved."
}
}