## Summary
Move/mirror blockchain specs from Notion into GitHub/mdBook
## Changes
- Imported missing blockchain raw/deprecated specs, appendices, images,
PDFs, notebooks, and local assets.
- Replaced remaining Notion-hosted resources/links with local GitHub
files where applicable.
- Renamed/updated Nomos references to Logos Blockchain terminology.
- Deprecated DA-related specs and other specs that are deprecated in
Notion.
- Fixed Markdown/mdBook/GitHub rendering issues for math, tables, code
blocks, captions, Mermaid/SVG diagrams, local links, and navigation.
- Added/updated rendering validation so future broken math, raw Notion
links, and migration artifacts are caught by lint.
- Cleaned markdownlint/remark issues across affected specs.
## Validation
- `make lint`
- `mdbook build`
## Summary
- Require specs to use the canonical Markdown metadata table and reject
YAML front matter.
- Add generated-output validation to ensure specs are present in both
`docs/SUMMARY.md` and `docs/logos-lips.json`.
- Exclude `template.md` from generated summary/index outputs.
- Run generated-output validation after summary/index generation in
build/lint flows.
- Add missing fenced-code languages in `docs/storage/raw/merkle-tree.md`
so markdownlint passes.
## Testing
- `python scripts/validate_metadata.py --check`
- `python scripts/gen_rfc_index.py && python scripts/gen_summary.py &&
python scripts/validate_generated_outputs.py`
- `make lint`
Added:
- math support using katex
- headers validator
- new button to show by deafault only non-depreacted/deleted specs
- unique slug generator for new specs