-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #418 from phklive/phklive-add-mdbook
Update structure of SUMMARY.md
- Loading branch information
Showing
5 changed files
with
23 additions
and
31 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,31 +1,19 @@ | ||
# Reference | ||
|
||
[Getting Started](getting_started.md) | ||
|
||
--- | ||
|
||
# Usage | ||
|
||
- [As an Executable](usage/midenc.md) | ||
- [As a Cargo extension](usage/cargo-miden.md) | ||
|
||
# Guides | ||
|
||
- [Rust To WebAssembly](guides/rust_to_wasm.md) | ||
- [WebAssembly To Miden Assembly](guides/wasm_to_masm.md) | ||
- [Developing Miden Programs In Rust](guides/develop_miden_in_rust.md) | ||
- [Developing Miden Rollup Accounts And Note Scripts In Rust](guides/develop_miden_rollup_accounts_and_note_scripts_in_rust.md) | ||
- [Debugging programs](usage/debugger.md) | ||
|
||
# Compiler architecture | ||
|
||
- [Overview](design/overview.md) | ||
- [Frontends](design/frontends.md) | ||
|
||
--- | ||
# Appendices: | ||
|
||
- [Known limitations](appendix/known-limitations.md) | ||
- [Calling Conventions](appendix/calling_conventions.md) | ||
- [Canonical ABI vs Miden ABI](appendix/canonabi-adhocabi-mismatch.md) | ||
|
||
# Summary | ||
|
||
- [Compiler](./getting_started.md) | ||
* [Usage](./usage/index.md) | ||
+ [As an Executable](./usage/midenc.md) | ||
+ [As a Cargo extension](./usage/cargo-miden.md) | ||
* [Guides](./guides/index.md) | ||
+ [Rust To WebAssembly](./guides/rust_to_wasm.md) | ||
+ [WebAssembly To Miden Assembly](./guides/wasm_to_masm.md) | ||
+ [Developing Miden Programs In Rust](./guides/develop_miden_in_rust.md) | ||
+ [Developing Miden Rollup Accounts And Note Scripts In Rust](./guides/develop_miden_rollup_accounts_and_note_scripts_in_rust.md) | ||
+ [Debugging programs](./usage/debugger.md) | ||
* [Architecture](./design/index.md) | ||
+ [Overview](./design/overview.md) | ||
+ [Frontends](./design/frontends.md) | ||
* [Appendices](./appendix/index.md) | ||
+ [Known limitations](./appendix/known-limitations.md) | ||
+ [Calling Conventions](./appendix/calling_conventions.md) | ||
+ [Canonical ABI vs Miden ABI](./appendix/canonabi-adhocabi-mismatch.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 @@ | ||
# Appendices |
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 @@ | ||
# Architecture |
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 @@ | ||
# Guides |
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 @@ | ||
# Usage |