Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/rfc_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

- name: Install 🦀
run: |
curl -L https://github.com/badboy/mdbook-mermaid/releases/download/v0.13.0/mdbook-mermaid-v0.13.0-x86_64-unknown-linux-gnu.tar.gz | tar xvz
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.36/mdbook-v0.4.36-x86_64-unknown-linux-gnu.tar.gz | tar xvz
curl -L https://github.com/badboy/mdbook-mermaid/releases/download/v0.17.0/mdbook-mermaid-v0.17.0-x86_64-unknown-linux-gnu.tar.gz | tar xvz
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.5.2/mdbook-v0.5.2-x86_64-unknown-linux-gnu.tar.gz | tar xvz
export PATH=$PATH:$(pwd)
mdbook --version
mdbook-mermaid --version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rfc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

- name: Install 🦀
run: |
curl -L https://github.com/badboy/mdbook-mermaid/releases/download/v0.13.0/mdbook-mermaid-v0.13.0-x86_64-unknown-linux-gnu.tar.gz | tar xvz
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.36/mdbook-v0.4.36-x86_64-unknown-linux-gnu.tar.gz | tar xvz
curl -L https://github.com/badboy/mdbook-mermaid/releases/download/v0.17.0/mdbook-mermaid-v0.17.0-x86_64-unknown-linux-gnu.tar.gz | tar xvz
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.5.2/mdbook-v0.5.2-x86_64-unknown-linux-gnu.tar.gz | tar xvz
export PATH=$PATH:$(pwd)
mdbook --version
mdbook-mermaid --version
Expand Down
8 changes: 4 additions & 4 deletions DISCLAIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

The purpose of the RFCs in this repository is for information purposes only and may be
subject to change or update without notice.
The documents in this repository are largely the result of community discussions held on #tari-dev on FreeNode IRC and
includes some preliminary concepts that are in the process of being developed by the Tari community. The release of
these documents are intended solely for review and discussion by the blockchain and cryptocurrency communities

The documents in this repository are largely the result of community discussions held on #tari-dev on FreeNode IRC and

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps just update this to include all forms here, the forum, discord etc

includes some preliminary concepts that are in the process of being developed by the Tari community. The release of
these documents are intended solely for review and discussion by the blockchain and cryptocurrency communities
regarding the technological merits of the potential system outlined herein.

Anyone in the community is welcome to contribute ideas, suggestions or constructive criticism. You can join the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can build and serve the RFCs locally while working on them, and navigate the

To do so:
- Navigate to the repository directory in a terminal
- Install the `mdbook` and `mdbook-mermaid` tools: `cargo install mdbook@0.4.36 mdbook-mermaid@0.13.0`
- Install the `mdbook` and `mdbook-mermaid` tools: `cargo install mdbook@0.5.3 mdbook-mermaid@0.17.0`
- Serve the site: `mdbook serve`
- View the rendered versions in a browser using the link provided in your terminal: `http://localhost:3000`

Expand Down
3 changes: 0 additions & 3 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ description = "The Tari network RFC library and documentation"
[build]
build-dir = "./book"
create-missing = false
#preprocess = ["links", "index"]

[output.html]
mathjax-support=true
Expand All @@ -28,7 +27,5 @@ expand = true
heading-split-level = 3
copy-js = true

[preprocessor]

[preprocessor.mermaid]
command = "mdbook-mermaid"
60 changes: 0 additions & 60 deletions build.js

This file was deleted.

Loading
Loading