Skip to content

Commit f62dd59

Browse files
committed
cards fix
1 parent 0409203 commit f62dd59

File tree

5 files changed

+6
-16
lines changed

5 files changed

+6
-16
lines changed

awesome-ergo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
- [Single Transaction Swap](https://www.single-tx-swap.com/) – UI for single TX atomic swaps *(Live)*. [GitHub](https://github.com/danieloravec/ergo-token-swap) *(Active)*
374374
- [Arbit](https://github.com/ConnecMent/arbit) – simple arbitrage platform. [`JS`] *(Active?)*
375375
- [Analog Ergo](https://github.com/dzyphr/ScalaSigmaParticle) – P2P atomic swap protocol. [Contract](https://github.com/dzyphr/ScalaSigmaParticle/blob/main/ScalarLock/src/main/scala/ScalarLock.scala) | [UI PoC](https://github.com/dzyphr/AtomicAnalogSwapWebsite)
376-
- [Mew Finance](https://mewfinance.com/) – DEX, NFT marketplace, and DeFi suite *(Live)*. [Docs](docs/eco/mew-finance.md) | [Telegram](https://t.me/MewFinance) *(Active)*
376+
- [Mew Finance](https://mewfinance.com/) – DEX, NFT marketplace, and DeFi suite *(Live)*. [Docs](mew-finance.md) | [Telegram](https://t.me/MewFinance) *(Active)*
377377

378378
### 🏦 Stablecoins & Lending <a id="stablecoins--lending"></a>
379379

docs/dev/contracts/contracts-contributing.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@ Standardize how new contract patterns are added so developers can rely on consis
6363
- If your pattern has a clear MCP composition path, add a stub section describing inputs/outputs.
6464
- If not ready, mark MCP section as N/A with a short note.
6565

66-
## Linking rules (ErgoDocs)
67-
68-
- Use direct filenames for internal links outside of ::cards:: blocks (e.g., [pattern-whitelist-token.md](pattern-whitelist-token.md)).
69-
- Do not use relative paths like ../folder/file.md outside ::cards:: blocks.
70-
- Ensure filenames are globally unique.
71-
- Always include a blank line before bullet lists for proper mkdocs rendering.
7266

7367
## Acceptance checklist (include in your PR description)
7468

docs/dev/contracts/contracts-library.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ Many contract ideas and implementations are scattered across forums, hackathon r
5757
- Off-chain/UI reference collection: contracts-offchain-references.md
5858
- MCP usage examples: contracts-mcp-examples.md
5959

60-
## Linking rules (ErgoDocs)
6160

62-
- Use direct filenames for internal links outside of ::cards:: blocks (e.g., contracts-tokens.md).
63-
- Ensure globally unique filenames to avoid ambiguity.
64-
- Within ::cards:: blocks, use relative paths.
6561

6662
## Roadmap (docs sync)
6763

docs/dev/contracts/pattern-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Pattern Template
44

55
# Pattern Name (concise, capability-focused)
66

7-
Use this template when adding a new contract pattern. Follow ErgoDocs linking rules: use direct filenames for internal links outside of ::cards:: blocks, and always include a blank line before bullet lists for proper mkdocs rendering.
7+
Use this template when adding a new contract pattern.
88

99
## Summary
1010

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ plugins:
8282
# - bibtex:
8383
# bib_file: refs.bib
8484
#- categories
85-
- exclude-search
85+
#- exclude-search
8686
#- semiliterate
8787
#- pagenav-generator
88-
- mkdocs-simple-hooks:
89-
hooks:
90-
on_page_markdown: "hooks:fix_lists"
88+
#- mkdocs-simple-hooks:
89+
# hooks:
90+
# on_page_markdown: "hooks:fix_lists"
9191

9292
markdown_extensions:
9393
- footnotes

0 commit comments

Comments
 (0)