Skip to content

Commit 7b4913e

Browse files
authored
Merge pull request #569 from bob-collective/dom/docs-update
Remove build dependencies
2 parents dacc670 + 634fb8e commit 7b4913e

File tree

7 files changed

+6
-193
lines changed

7 files changed

+6
-193
lines changed

docs/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Website
22

3-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
3+
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
44

55
### Installation
66

77
```
88
$ yarn
99
```
1010

11-
You also need to run `yarn` in the `/sdk` root folder (required for the the automatic generation of the API documentation).
12-
1311
### Local Development
1412

1513
```

docs/docs/drafts/comparison.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/docs/drafts/ideal-l2.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/docs/drafts/roadmap.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

docs/docs/drafts/vision.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const ONE_PAGER =
2323
/** @type {import('@docusaurus/types').Config} */
2424
const config = {
2525
title: "BOB - Build on Bitcoin",
26-
tagline: "A hybrid layer-2 powered by Bitcoin and Ethereum.",
26+
tagline: "A hybrid L2 powered by Bitcoin and Ethereum.",
2727
favicon: "img/favicon.ico",
2828
url: DOCS_PAGE,
2929
baseUrl: "/",

docs/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"name": "BOB-docs",
2+
"name": "bob-docs",
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
7-
"install:sdk": "cd ../sdk && yarn install",
8-
"typedoc:sdk": "npx typedoc --tsconfig ../sdk/tsconfig.json --out docs/api/ts-sdk ../sdk/src/*",
9-
"start": "yarn typedoc:sdk && docusaurus start",
10-
"build:docs": "yarn typedoc:sdk && docusaurus build && cp static/documents/BOB_Hybrid_L2_Vision_Paper_EN.pdf build/whitepaper.pdf",
11-
"build": "yarn install:sdk && yarn build:docs",
7+
"start": "docusaurus start",
8+
"build:docs": "docusaurus build && cp static/documents/BOB_Hybrid_L2_Vision_Paper_EN.pdf build/whitepaper.pdf",
9+
"build": "yarn build:docs",
1210
"swizzle": "docusaurus swizzle",
1311
"deploy": "docusaurus deploy",
1412
"clear": "docusaurus clear",

0 commit comments

Comments
 (0)