From ca9bd7a6fdbe9b345838e0e65e0edb411cc52fbe Mon Sep 17 00:00:00 2001 From: despiegk Date: Mon, 10 Feb 2025 15:33:06 +0300 Subject: [PATCH] ... --- .gitignore | 14 +++++++++++--- cfg/main.json | 3 ++- 2 files changed, 13 insertions(+), 4 deletions(-) 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": {