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

Metadata for sharing & content hiding #13

Merged
merged 4 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
11 changes: 11 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
- [Anvil](./anvil/README.md)
- [Chisel](./chisel/README.md)

<!-- Hide Configuration for now

# Configuration

- [Configuring with `foundry.toml`](./config/README.md)
Expand All @@ -79,6 +81,9 @@
- [Integrating with Hardhat](./config/hardhat.md)
- [Vyper support](./config/vyper.md)


<!-- Hide Tutorials for now

# Tutorials

- [Best Practices](./tutorials/best-practices.md)
Expand All @@ -91,6 +96,9 @@
<!-- - [Learning Foundry Videos](./tutorials/learn-foundry.md) -->
<!-- - [Incremental Adoption]() !-->


<!-- Hide Appendix for now

# Appendix

- [FAQ](./faq.md)
Expand Down Expand Up @@ -382,6 +390,9 @@
- [cast wallet list](./reference/cast/cast-wallet-list.md)
<!-- - [`anvil` Reference](./reference/anvil/README.md) -->
<!-- - [`chisel` Reference](./reference/chisel/README.md) -->

<!-- Hide References for now

- [Config Reference](./reference/config/README.md)
- [Overview](./reference/config/overview.md)
- [Project](./reference/config/project.md)
Expand Down
2 changes: 1 addition & 1 deletion src/getting-started/installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Installation

If you face any issues while installing, check out the [FAQ](../faq.md).
<!-- If you face any issues while installing, check out the [FAQ](../faq.md). -->

### Precompiled binaries

Expand Down
4 changes: 2 additions & 2 deletions theme/head.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<meta name="twitter:card" content="summary">
<meta property="og:title" content="Foundry Book" />
<meta property="og:description" content="A book on all things Foundry" />
<meta property="og:title" content="ZKsync Foundry Book 📖" />
<meta property="og:description" content="A book on all things ZKsync Foundry." />
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/foundry-rs/book/master/theme/card.png" />
Loading