-
Notifications
You must be signed in to change notification settings - Fork 296
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: move guide docs to separate repo
The Penumbra Guide has been moved to its own repo [0], and ported from mdbook [1] to nextra [2] in the process. As a follow-up, I'm removing the deprecated mdbook-based guide from the protocol repo, as well as the corresponding CI workflows. [0] https://github.com/penumbra-zone/guide [1] https://rust-lang.github.io/mdBook [2] https://nextra.site
- Loading branch information
Showing
59 changed files
with
9 additions
and
3,263 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
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 |
---|---|---|
|
@@ -35,18 +35,6 @@ jobs: | |
# Make sure to install with `+nightly`, because that's the toolchain we'll use for building docs. | ||
run: cargo +nightly install mdbook mdbook-katex mdbook-mermaid mdbook-linkcheck | ||
|
||
- name: Build software guide | ||
working-directory: docs/guide | ||
run: mdbook build | ||
|
||
- name: Deploy software guide to firebase | ||
uses: w9jds/[email protected] | ||
with: | ||
args: deploy | ||
env: | ||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} | ||
PROJECT_PATH: docs/guide | ||
|
||
- name: Build protocol spec | ||
run: cd docs/protocol && mdbook build | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Penumbra guide | ||
|
||
The source code for the [Penumbra guide](https://guide.penumbra.zone) | ||
has moved to a [separate repository](https://github.com/penumbra-zone/guide). |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.