Skip to content

docs(gds-framework): add API quick-reference page - #64

Merged
rororowyourboat merged 1 commit into
devfrom
docs/api-reference
Feb 28, 2026
Merged

docs(gds-framework): add API quick-reference page#64
rororowyourboat merged 1 commit into
devfrom
docs/api-reference

Conversation

@rororowyourboat

Copy link
Copy Markdown
Member

Summary

  • Adds docs/framework/quick-reference.md with complete API surface documentation
  • Covers all public constructors with typed signatures: typedef, entity, state_var, space, interface, block roles, composition operators, GDSSpec, parameters, canonical projection, compilation, and verification
  • Includes common patterns section (minimal model, explicit wiring, feedback)
  • Placed in nav directly after "Overview" for high visibility

Closes #54

Test plan

  • uv run mkdocs build --strict passes with no errors
  • Quick Reference page renders correctly on local mkdocs serve
  • All code examples are syntactically valid

Comprehensive cheatsheet covering every public constructor and helper
in gds-framework: types, state, spaces, blocks, composition operators,
specification registry, parameters, canonical projection, compilation,
and verification. Includes short examples for each and a minimal
complete model pattern. Closes #62.
@rororowyourboat
rororowyourboat merged commit a5abd5d into dev Feb 28, 2026
@rororowyourboat
rororowyourboat deleted the docs/api-reference branch February 28, 2026 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: add constructor signature quick-reference page

1 participant