diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 000000000..9c8be68e6 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +.retype \ No newline at end of file diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 000000000..2994e3a2b Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/favicon.png b/docs/favicon.png new file mode 100644 index 000000000..05b68e4cd Binary files /dev/null and b/docs/favicon.png differ diff --git a/docs/retype.json b/docs/retype.json new file mode 100644 index 000000000..57387ca85 --- /dev/null +++ b/docs/retype.json @@ -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." + } +}