-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): Integrate Rust docs to our general mkDocs (#173)
* Add rust docs deployment * fix * fix * update * embed Rust docs * add dependency graphs * update * fix * update * fix * fix * update Earthly versions * fix Rust build
- Loading branch information
Showing
12 changed files
with
74 additions
and
23 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
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 |
---|---|---|
@@ -1 +1 @@ | ||
allow-unwrap-in-tests = true | ||
allow-expect-in-tests = true |
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
arrange: | ||
- index.md | ||
nav: | ||
- 'Home': index.md | ||
- getting-started | ||
- catalyst-standards | ||
- 'API': api | ||
- architecture | ||
- appendix |
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,3 @@ | ||
nav: | ||
- index.md | ||
- 'Catalyst gateway': catalyst-gateway.md |
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,46 @@ | ||
--- | ||
icon: material/gate | ||
--- | ||
|
||
<!-- cspell: words RUSTDOC graphviz --> | ||
|
||
# Catalyst Gateway Rust docs | ||
|
||
<!-- markdownlint-disable no-inline-html --> | ||
<iframe src="rust-docs/index.html" title="RUSTDOC Documentation" style="height:800px;width:100%;"></iframe> | ||
|
||
[OPEN FULL PAGE](./catalyst-gateway/rust-docs/index.html) | ||
|
||
## Workspace Dependency Graph | ||
|
||
```kroki-graphviz | ||
@from_file:./api/catalyst-gateway/rust-docs/workspace.dot | ||
``` | ||
|
||
## External Dependencies Graph | ||
|
||
```kroki-graphviz | ||
@from_file:./api/catalyst-gateway/rust-docs/full.dot | ||
``` | ||
|
||
## Build and Development Dependencies Graph | ||
|
||
```kroki-graphviz | ||
@from_file:./api/catalyst-gateway/rust-docs/all.dot | ||
``` | ||
|
||
## Module trees | ||
|
||
### cat-gateway crate | ||
|
||
```rust | ||
{{ include_file('src/api/catalyst-gateway/rust-docs/cat-gateway.cat-gateway.bin.modules.tree') }} | ||
``` | ||
## Module graphs | ||
### cat-gateway crate | ||
```kroki-graphviz | ||
@from_file:./api/catalyst-gateway/rust-docs/cat-gateway.cat-gateway.bin.modules.dot | ||
``` |
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,5 @@ | ||
--- | ||
icon: material/api | ||
--- | ||
|
||
# Catalyst Voices API docs |
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,4 +1,4 @@ | ||
arrange: | ||
nav: | ||
- index.md | ||
- contributing.md | ||
- coc.md | ||
|
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,4 +1,4 @@ | ||
arrange: | ||
nav: | ||
- index.md | ||
- 01_introduction_and_goals.md | ||
- 02_architecture_constraints.md | ||
|
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