...
This commit is contained in:
parent
f038db50be
commit
ca9bd7a6fd
14
.gitignore
vendored
14
.gitignore
vendored
@ -18,9 +18,17 @@
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.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
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
"title": "Build Your Own Internet",
|
"title": "Build Your Own Internet",
|
||||||
"tagline": "Learn how to build your own internet",
|
"tagline": "Learn how to build your own internet",
|
||||||
"favicon": "img/favicon.png",
|
"favicon": "img/favicon.png",
|
||||||
"url": "https://threefold.info/byoi",
|
"url": "https://threefold.info",
|
||||||
|
"url_home": "docs/introduction",
|
||||||
"baseUrl": "/byoi/",
|
"baseUrl": "/byoi/",
|
||||||
"image": "img/tf_graph.png",
|
"image": "img/tf_graph.png",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
Loading…
Reference in New Issue
Block a user