Skip to content

Commit 82e4e13

Browse files
committed
Fix mkdocs nav toc to reflect new location of Test
1 parent f1a6475 commit 82e4e13

File tree

1 file changed

+63
-9
lines changed

1 file changed

+63
-9
lines changed

build-tools/static/md/nav.yml

Lines changed: 63 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,6 @@
112112
- Properties: Ledger.Conway.Specification.Utxow.Properties.md
113113
- Properties/:
114114
- Computational: Ledger.Conway.Specification.Utxow.Properties.Computational.md
115-
- Test:
116-
- Examples: Ledger.Conway.Specification.Test.Examples.md
117-
- Examples/:
118-
- HelloWorld: Ledger.Conway.Specification.Test.Examples.HelloWorld.md
119-
- SucceedIfNumber: Ledger.Conway.Specification.Test.Examples.SucceedIfNumber.md
120-
- LedgerImplementation: Ledger.Conway.Specification.Test.LedgerImplementation.md
121-
- Lib: Ledger.Conway.Specification.Test.Lib.md
122-
- Prelude: Ledger.Conway.Specification.Test.Prelude.md
123-
- StructuredContracts: Ledger.Conway.Specification.Test.StructuredContracts.md
124115
- Types/:
125116
- GovStructure: Ledger.Conway.Specification.Types.GovStructure.md
126117
- Dijkstra:
@@ -178,6 +169,69 @@
178169
- HaskellTypes/:
179170
- Deriving: Foreign.HaskellTypes.Deriving.md
180171
- MyDebugOptions: MyDebugOptions.md
172+
- Test/:
173+
- Examples: Test.Examples.md
174+
- Examples/:
175+
- HelloWorld: Test.Examples.HelloWorld.md
176+
- SucceedIfNumber: Test.Examples.SucceedIfNumber.md
177+
- AccountSim/:
178+
- Datum: Test.Examples.AccountSim.Datum.md
179+
- OffChain/:
180+
- Cleanup: Test.Examples.AccountSim.OffChain.Cleanup.md
181+
- Close: Test.Examples.AccountSim.OffChain.Close.md
182+
- Deposit: Test.Examples.AccountSim.OffChain.Deposit.md
183+
- Lib: Test.Examples.AccountSim.OffChain.Lib.md
184+
- OffChain: Test.Examples.AccountSim.OffChain.OffChain.md
185+
- Open: Test.Examples.AccountSim.OffChain.Open.md
186+
- Start: Test.Examples.AccountSim.OffChain.Start.md
187+
- Transfer: Test.Examples.AccountSim.OffChain.Transfer.md
188+
- Withdraw: Test.Examples.AccountSim.OffChain.Withdraw.md
189+
- Test/:
190+
- Trace: Test.Examples.AccountSim.Test.Trace.md
191+
- Validator: Test.Examples.AccountSim.Validator.md
192+
- DEx/:
193+
- Datum: Test.Examples.DEx.Datum.md
194+
- OffChain/:
195+
- Close: Test.Examples.DEx.OffChain.Close.md
196+
- Exchange: Test.Examples.DEx.OffChain.Exchange.md
197+
- Lib: Test.Examples.DEx.OffChain.Lib.md
198+
- OffChain: Test.Examples.DEx.OffChain.OffChain.md
199+
- Start: Test.Examples.DEx.OffChain.Start.md
200+
- Update: Test.Examples.DEx.OffChain.Update.md
201+
- Test/:
202+
- Trace: Test.Examples.DEx.Test.Trace.md
203+
- Validator: Test.Examples.DEx.Validator.md
204+
- MultiSig/:
205+
- Datum: Test.Examples.MultiSig.Datum.md
206+
- OffChain/:
207+
- AddSig: Test.Examples.MultiSig.OffChain.AddSig.md
208+
- Lib: Test.Examples.MultiSig.OffChain.Lib.md
209+
- OffChain: Test.Examples.MultiSig.OffChain.OffChain.md
210+
- Open: Test.Examples.MultiSig.OffChain.Open.md
211+
- Pay: Test.Examples.MultiSig.OffChain.Pay.md
212+
- Propose: Test.Examples.MultiSig.OffChain.Propose.md
213+
- Test/:
214+
- Trace: Test.Examples.MultiSig.Test.Trace.md
215+
- Validator: Test.Examples.MultiSig.Validator.md
216+
- MultiSigV2/:
217+
- Datum: Test.Examples.MultiSigV2.Datum.md
218+
- OffChain/:
219+
- AddSig: Test.Examples.MultiSigV2.OffChain.AddSig.md
220+
- Cancel: Test.Examples.MultiSigV2.OffChain.Cancel.md
221+
- Cleanup: Test.Examples.MultiSigV2.OffChain.Cleanup.md
222+
- Lib: Test.Examples.MultiSigV2.OffChain.Lib.md
223+
- OffChain: Test.Examples.MultiSigV2.OffChain.OffChain.md
224+
- Open: Test.Examples.MultiSigV2.OffChain.Open.md
225+
- Pay: Test.Examples.MultiSigV2.OffChain.Pay.md
226+
- Propose: Test.Examples.MultiSigV2.OffChain.Propose.md
227+
- Test/:
228+
- Trace: Test.Examples.MultiSigV2.Test.Trace.md
229+
- Validator: Test.Examples.MultiSigV2.Validator.md
230+
- AbstractImplementation: Test.AbstractImplementation.md
231+
- LedgerImplementation: Test.LedgerImplementation.md
232+
- Lib: Test.Lib.md
233+
- Prelude: Test.Prelude.md
234+
- SymbolicData: Test.SymbolicData.md
181235
- Era-dependent Modules:
182236
- Dijkstra:
183237
- Ledger.Dijkstra: Ledger.Dijkstra.md

0 commit comments

Comments
 (0)