From 1f9031389704e8eda59bc7b41ac33c77f8878f7f Mon Sep 17 00:00:00 2001 From: Mik <77026219+Mik-TF@users.noreply.github.com> Date: Sun, 25 Aug 2024 15:21:59 -0400 Subject: [PATCH] Update README.md --- README.md | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98cb727..9a96911 100644 --- a/README.md +++ b/README.md @@ -1 +1,38 @@ -# mik-tf.github.io \ No newline at end of file +# ThreeFold Docs Website + +This repository contains the code to the ThreeFold Docs website. + +It is currently hosted at `docs.threefold.pro` as a staging version. + +## Branches + +- `development` + - code version of website +- `gh-pages` + - deploy version of website + +## Todo + +- upgrade support page + - with mdx, nice UX +- add support interactive chat button (crisp) +- upgrade UX + - fit ThreeFold brand + - see https://threefold.io/ update + - branch: https://github.com/threefoldfoundation/www_threefol_io + - Parameters + - colors + - icons + - images +- Set light/dark theme + - adjust pictures, icons and colors to fit +- Add search bar on top right +- Set docs.threefold.io + - on threefoldfoundation repo + - or on git.ourworld.tf + +## References + +This website is written with [Docusaurus](https://docusaurus.io/). + +The docusaurus website itself has amazing features and the code can be read here: https://github.com/facebook/docusaurus/tree/main/website