This commit is contained in:
despiegk 2025-02-10 15:33:06 +03:00
parent f038db50be
commit ca9bd7a6fd
2 changed files with 13 additions and 4 deletions

14
.gitignore vendored
View File

@ -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
docusaurus.config.ts
sidebars.ts
tsconfig.json

View File

@ -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": {