-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# Linera Developer Documentation | ||
|
||
Repository for the developer documentation of Linera to be hosted on https://linera.dev | ||
Repository for the developer documentation of Linera (eventually) to be hosted on https://linera.dev | ||
|
||
## Browse developer docs locally | ||
## Browse the developer docs on github.io | ||
|
||
You may preview the website (refreshed after every commit): | ||
|
||
* here: https://linera-io.github.io/linera-documentation/364a04086bc8f2bf91ec3406a2aac5f7e4e675b9/index.html | ||
|
||
* or equivalently: https://linera-io.github.io/linera-documentation then password: “2023lineraftw” | ||
|
||
## Browse the developer docs locally (including local changes) | ||
|
||
``` | ||
cargo install mdbook | ||
mdbook serve roadmap | ||
mdbook serve | ||
``` | ||
Then open URL as instructed. | ||
Then, open the URL as instructed. |