Skip to content

Commit 562929d

Browse files
committed
add mkdocs nav entries
1 parent 397753c commit 562929d

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

build-tools/static/mkdocs/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,11 +298,14 @@ nav:
298298
- Properties: Ledger.Dijkstra.Specification.Utxo.Properties.md
299299
- Properties/:
300300
- Computational: Ledger.Dijkstra.Specification.Utxo.Properties.Computational.md
301+
- Base: Ledger.Dijkstra.Specification.Utxo.Properties.Base.md
302+
- PoV: Ledger.Dijkstra.Specification.Utxo.Properties.PoV.md
301303
- Utxow: Ledger.Dijkstra.Specification.Utxow.md
302304
- Utxow/:
303305
- Properties: Ledger.Dijkstra.Specification.Utxow.Properties.md
304306
- Properties/:
305307
- Computational: Ledger.Dijkstra.Specification.Utxow.Properties.Computational.md
308+
- PoV: Ledger.Dijkstra.Specification.Utxow.Properties.PoV.md
306309
- Appendix:
307310
- Background:
308311
- Definitions: Definitions.md

src/Ledger/Dijkstra/Specification/Utxow.lagda.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,3 +543,10 @@ pattern UTXOW-legacy-⋯ p₀ p₁ p₂ p₃ p₄ p₅ p₆ p₇ p₈ p₉ p₁
543543
pattern SUBUTXOW-⋯ p₀ p₁ p₂ p₃ p₄ p₅ p₆ p₇ p₈ p₉ p₁₀ p₁₁ h = SUBUTXOW (p₀ , p₁ , p₂ , p₃ , p₄ , p₅ , p₆ , p₇ , p₈ , p₉ , p₁₀ , p₁₁ , h)
544544
```
545545
-->
546+
547+
# References {#references .unnumbered}
548+
549+
**\[VK21\]** <span id="alonzo-ledger-spec"
550+
label="alonzo-ledger-spec"></span> Polina Vinogradova and Andre Knispel.
551+
*A Formal Specification of the Cardano Ledger integrating Plutus Core*.
552+
2021.

0 commit comments

Comments
 (0)