Commit Graph
5 Commits
Author SHA1 Message Date
fbarbu15 124f895791 chore: fix broken links (#357) 2026-06-12 17:41:41 +03:00
fbarbu15 d45eed23b0 Chore: mirror blochain specs into github/mdbook (#347)
## 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`
2026-05-28 14:05:24 +03:00
fbarbu15 7c47307916 chore: metadata validator improvements (#320)
## 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`
2026-04-28 19:29:58 +03:00
fbarbu15 afd94c8bc1 chore: add math support (#287)
Added:
- math support using katex
- headers validator
- new button to show by deafault only non-depreacted/deleted specs
- unique slug generator for new specs
2026-02-09 14:28:19 +02:00
fbarbu15 e356a076ae Chore/add makefile (#271) 2026-01-22 11:27:03 +02:00