Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Two distinct content types used throughout the documentation:
- **Conceptual articles** - Explain _why_ something exists or works. No steps. Confident and friendly tone. Structure: (1) intro, (2) what it is, (3) why it's essential, (4) related topics, (5) summary.

### Formatting Rules
- **Titles** follow sentence structure — only names and places are capitalized, e.g., `## Distributed key generation` not `## Distributed Key Generation`
- **Headings** use title case (including entries in `SUMMARY.md`), e.g., `## Distributed Key Generation`. Lowercase short function words inside multi-word headings (a, an, the, of, to, with, in, on, for, at, by, vs, and, or, but) unless they are the first word. Proper nouns and product names (e.g. *Obol*, *Charon*, *OBOL Token*, *DV Launchpad*) are capitalized everywhere.
- **Inline prose** uses sentence case — don't capitalize concept nouns mid-sentence ("distributed validator", "key share", "cluster lock file"); only proper nouns and product names.
- **Bold** (`**text**`) for UI elements the reader interacts with (buttons, fields, window names)
- **Italics** (`_text_`) for names of things (products, documents, concepts)
- **Lists** use `-` for unordered items; each item ends with a period `.`
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ Whether you’re here to learn about DVT, integrate it into your staking stack,
</tr>
</tbody>
</table>

> **Browsing as an AI agent?** Start with [obol.org/llms.txt](https://obol.org/llms.txt) for a terse index of the ecosystem, or [obol.org/llms-full.txt](https://obol.org/llms-full.txt) for a self-contained briefing. The [`ObolNetwork/skills`](https://github.com/ObolNetwork/skills) repo publishes Claude Code skills for running DVs and the Obol Stack.
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
* [Self-Host a Relay](advanced-and-troubleshooting/advanced/self-relay.md)
* [Advanced Docker Configs](advanced-and-troubleshooting/advanced/adv-docker-configs.md)
* [Assign OVM Roles](advanced-and-troubleshooting/advanced/assign-ovm-roles.md)
* [NAT Hole Punching](advanced-and-troubleshooting/advanced/hole-punching.md)
* [Troubleshooting](advanced-and-troubleshooting/troubleshooting/README.md)
* [Errors & Resolutions](advanced-and-troubleshooting/troubleshooting/errors.md)
* [Handling DKG Failure](advanced-and-troubleshooting/troubleshooting/dkg_failure.md)
Expand Down
7 changes: 0 additions & 7 deletions adv/_category_.json

This file was deleted.

5 changes: 0 additions & 5 deletions adv/advanced/_category_.json

This file was deleted.

168 changes: 0 additions & 168 deletions adv/advanced/quickstart-builder-api.mdx

This file was deleted.

129 changes: 0 additions & 129 deletions adv/advanced/quickstart-sdk.mdx

This file was deleted.

5 changes: 0 additions & 5 deletions adv/security/_category_.json

This file was deleted.

Loading