Skip to content
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
4 changes: 2 additions & 2 deletions docs/docs/concepts/advanced/contract_creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,6 @@ As an extension of this example, the deployer might wish bake-into the private c

Adds initial public state variables to the public data tree.

## Participate
Comment thread
critesjosh marked this conversation as resolved.
## Further reading

Keep up with the latest discussion and join the conversation in the [Aztec forum](https://discourse.aztec.network).
To see how to deploy a contract in practice, check out the [dapp development tutorial](../../dev_docs/dapps/tutorials/main.md).
4 changes: 4 additions & 0 deletions docs/docs/concepts/foundation/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ The only information leaked about the transaction is:
2. The set of public calls generated

The addresses of all private calls are hidden from observers.

## Further reading

Read more about writing Aztec contracts [here](../../dev_docs/contracts/main.md).
4 changes: 4 additions & 0 deletions docs/docs/concepts/foundation/state_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ This is achieved with two main features:
- Custom nullifiers
- Emission of custom note data to L1
- Decrypting and storing encrypted note data

## Further reading

Read more about how to leverage the Aztec state model in Aztec contracts [here](../../dev_docs/contracts/syntax/state_variables.md).
2 changes: 2 additions & 0 deletions docs/docs/concepts/foundation/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ import Disclaimer from '../../misc/common/\_disclaimer.mdx';
See [here](https://miro.com/app/board/uXjVMQbDwNk=/?share_link_id=47681418582) for a gigantic diagram (readonly) showing the flow from user to L2, to L1, back to user.

> Note: the protocol and its implementation are rapidly evolving, so some info in this diagram will be out of date.

See the page on [contract communication](./communication/main.md) for more context on transactions execute.
66 changes: 64 additions & 2 deletions docs/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,69 @@
to = "/dev_docs/cli"

[[redirects]]
from = "/aztec/overview"
from = "/aztec/cryptography/cryptography-roadmap"
to = "/about_aztec/roadmap/cryptography_roadmap"

[[redirects]]
from = "/aztec/milestones"
to = "/about_aztec/roadmap/engineering_roadmap"

[[redirects]]
from = "/aztec/milestones/features-initial-ldt"
to = "/about_aztec/roadmap/features_initial_ldt"

[[redirects]]
from = "/aztec/protocol/trees"
to = "/concepts/advanced/data_structures/trees"

[[redirects]]
from = "/aztec/protocol/trees/indexed-merkle-tree"
to = "/concepts/advanced/data_structures/indexed_merkle_tree"

[[redirects]]
from = "/aztec/protocol/circuits/private-kernel"
to = "/concepts/advanced/circuits/kernels/private_kernel"

[[redirects]]
from = "/aztec/protocol/circuits/public-kernel"
to = "/concepts/advanced/circuits/kernels/public_kernel"

[[redirects]]
from = "/aztec/protocol/circuits/rollup"
to = "/concepts/advanced/circuits/rollup_circuits/main"

[[redirects]]
from = "/aztec/protocol/public-functions-vm-architectures"
to = "/concepts/advanced/public_vm"

[[redirects]]
from = "/aztec/how-it-works/private-smart-contracts"
to = "/concepts/foundation/contracts"

[[redirects]]
from = "/aztec/how-it-works/private-state"
to = "/concepts/foundation/state_model"

[[redirects]]
from = "/aztec/how-it-works/private-public-execution"
to = "/concepts/foundation/communication/public_private_calls"

[[redirects]]
from = "/aztec/how-it-works/l1-l2-messaging"
to = "/concepts/foundation/communication/cross_chain_calls"

[[redirects]]
from = "/noir"
to = "/"


[[redirects]]
from = "/aztec-connect-sunset"
to = "/misc/aztec-connect-sunset"

[[redirects]]
from = "/glossary"
to = "/misc/glossary"

[[redirects]]
from = "/aztec/*"
to = "/"