Skip to content

Commit 33d63c8

Browse files
committed
chore(docs): update book metadata
1 parent 68b0766 commit 33d63c8

File tree

2 files changed

+4
-34
lines changed

2 files changed

+4
-34
lines changed

README.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1 @@
1-
# rust-state-machine-mdbook
2-
3-
[Rust state machine tutorial](https://github.com/shawntabrizi/rust-state-machine) rendered by [mdBook](https://github.com/rust-lang/mdBook).
4-
5-
## Generate
6-
7-
To re-generate the book:
8-
9-
1. Install node dependencies:
10-
11-
```sh
12-
yarn --cwd generate
13-
```
14-
15-
2. Run the `generate` script:
16-
17-
```sh
18-
yarn --cwd generate rust-state-machine
19-
```
20-
21-
3. Remove the existing `src` folder:
22-
23-
```sh
24-
rm -rf src
25-
```
26-
27-
4. Move the generated `rust-state-machine` folder into the root with the name `src`.
28-
29-
```sh
30-
mv generate/rust-state-machine src
31-
```
1+
# Building Bitcoin-like Blockchain in Substrate Book

book.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[book]
2-
authors = ["Shawn Tabrizi"]
2+
authors = ["@danielbui12"]
33
language = "en"
44
multilingual = false
55
src = "src"
6-
title = "Rust State Machine"
6+
title = "Substrate Bitcoin-like Blockchain"
77

88
[output.html]
99
additional-css = ["custom/styles.css"]
1010
additional-js = ["custom/tabs.js"]
11-
git-repository-url = "https://github.com/shawntabrizi/rust-state-machine"
11+
git-repository-url = "https://github.com/danielbui12/substrate-bitcoin-like-blockchain"
1212
git-repository-icon = "fa-github"

0 commit comments

Comments
 (0)