diff --git a/.gitignore b/.gitignore index d70fdae..77793ac 100644 --- a/.gitignore +++ b/.gitignore @@ -18,9 +18,17 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +bun.lockb +bun.lock -all_files_text.txt +yarn.lock -/test +build.sh +build_dev.sh +develop.sh -/temp \ No newline at end of file +docusaurus.config.ts + +sidebars.ts + +tsconfig.json diff --git a/cfg/main.json b/cfg/main.json index 7b52dda..0f5bb90 100644 --- a/cfg/main.json +++ b/cfg/main.json @@ -2,7 +2,8 @@ "title": "Build Your Own Internet", "tagline": "Learn how to build your own internet", "favicon": "img/favicon.png", - "url": "https://threefold.info/byoi", + "url": "https://threefold.info", + "url_home": "docs/introduction", "baseUrl": "/byoi/", "image": "img/tf_graph.png", "metadata": {