From c558da5bebfebf239dde867f36cc35d56849accf Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sat, 25 Feb 2023 23:29:59 +0000 Subject: Add fancy web docs (#725) * Add initial site * WIP again * Replace docs with web docs * Bring back translations * Update README.md * remove images --- docs/static/.nojekyll | 0 docs/static/img/activity-graph-example.png | Bin 0 -> 59199 bytes docs/static/img/favicon.ico | Bin 0 -> 3626 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/static/.nojekyll create mode 100644 docs/static/img/activity-graph-example.png create mode 100644 docs/static/img/favicon.ico (limited to 'docs/static') diff --git a/docs/static/.nojekyll b/docs/static/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/docs/static/img/activity-graph-example.png b/docs/static/img/activity-graph-example.png new file mode 100644 index 00000000..3d63fa0a Binary files /dev/null and b/docs/static/img/activity-graph-example.png differ diff --git a/docs/static/img/favicon.ico b/docs/static/img/favicon.ico new file mode 100644 index 00000000..c01d54bc Binary files /dev/null and b/docs/static/img/favicon.ico differ -- cgit v1.3.1