Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Book: small cleanup #1148

Merged
merged 2 commits into from
Dec 3, 2024
Merged
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
29 changes: 14 additions & 15 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,23 @@
- [Using the F* backend](examples/fstar/intro.md)
- [Using the Coq backend](examples/coq/intro.md)
- [Using the ProVerif backend](examples/coq/intro.md)
- [Proofs]()
- [F*]()
- [Coq]()
- [`libcore`]()
<!-- - [Proofs]() -->
<!-- - [F*]() -->
<!-- - [Coq]() -->
<!-- - [`libcore`]() -->
- [Troubleshooting/FAQ](faq/intro.md)
- [Command line usage]()
- [The include flag: which items should be extracted, and how?](faq/include-flags.md)
- [Contributing]()
- [The include flag: which items should be extracted, and how?](faq/include-flags.md)
- [Contributing](contributing/intro.md)
- [Architecture](contributing/architecture.md)
- [Hax Cargo subcommand]()
- [Frontend: the Rustc driver]()
- [Frontend: the exporter]()
- [Engine]()
- [Backends]()
- [Utilities]()
- [Libraries & Macros](contributing/libraries_macros.md)
- [`libcore`]()
<!-- - [Hax Cargo subcommand]() -->
<!-- - [Frontend: the Rustc driver]() -->
<!-- - [Frontend: the exporter]() -->
<!-- - [Engine]() -->
<!-- - [Backends]() -->
<!-- - [Utilities]() -->
<!-- - [`libcore`]() -->

---
[Contributors]()
<!-- [Contributors]() -->
[Archive](misc/archive.md)
4 changes: 4 additions & 0 deletions book/src/contributing/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Contributing
This chapter contains information about internals of hax.

Please read the [`CONTRIBUTING.md`](https://github.com/hacspec/hax/blob/main/CONTRIBUTING.md) before opening a pull request.
Loading