docs: populate initial content from project context #107

Merged
forbes merged 1 commits from docs/populate-content into main 2026-02-09 14:22:46 +00:00
Owner

Expand documentation pages with real content sourced from the codebase.

Closes #104

Changes

guide/ztools.md (48 → 133 lines)

  • Full 16 datum mode reference table (7 planes, 4 axes, 5 points) with inputs
  • All 24+ command classes documented with registration names
  • PartDesign injection table showing which commands go into which toolbars
  • Spreadsheet formatting command table (9 commands)
  • Internal properties (ZTools_Type, ZTools_Params, ZTools_SourceRefs)
  • Known gaps section (Datum Manager stub, recalculation, taper angle)

guide/silo.md (67 → 204 lines)

  • All 14 commands with keyboard shortcuts and detailed descriptions
  • ASCII architecture diagram (workbench → API → PostgreSQL/MinIO)
  • Origin capability table (SiloOrigin interface)
  • Full migration inventory (10 migrations with purposes)
  • Deployment directory structure with systemd details
  • Part numbering schema documentation
  • Complete directory structure

reference/configuration.md (45 → 117 lines)

  • Full Silo FreeCAD parameter table (6 params with types and defaults)
  • Keyboard shortcuts table
  • Update checker parameter table with behavior details
  • Theme configuration notes (canonical stylesheet vs preference pack copy)
  • Build version constants and CMake presets
  • ccache settings table
  • Server configuration overview

introduction.md (25 → 37 lines)

  • Added origin system description
  • Added "How it relates to FreeCAD" section listing core additions
  • Expanded theme description with UI details
Expand documentation pages with real content sourced from the codebase. Closes #104 ## Changes **guide/ztools.md** (48 → 133 lines) - Full 16 datum mode reference table (7 planes, 4 axes, 5 points) with inputs - All 24+ command classes documented with registration names - PartDesign injection table showing which commands go into which toolbars - Spreadsheet formatting command table (9 commands) - Internal properties (`ZTools_Type`, `ZTools_Params`, `ZTools_SourceRefs`) - Known gaps section (Datum Manager stub, recalculation, taper angle) **guide/silo.md** (67 → 204 lines) - All 14 commands with keyboard shortcuts and detailed descriptions - ASCII architecture diagram (workbench → API → PostgreSQL/MinIO) - Origin capability table (SiloOrigin interface) - Full migration inventory (10 migrations with purposes) - Deployment directory structure with systemd details - Part numbering schema documentation - Complete directory structure **reference/configuration.md** (45 → 117 lines) - Full Silo FreeCAD parameter table (6 params with types and defaults) - Keyboard shortcuts table - Update checker parameter table with behavior details - Theme configuration notes (canonical stylesheet vs preference pack copy) - Build version constants and CMake presets - ccache settings table - Server configuration overview **introduction.md** (25 → 37 lines) - Added origin system description - Added "How it relates to FreeCAD" section listing core additions - Expanded theme description with UI details
forbes added 1 commit 2026-02-09 14:18:43 +00:00
docs: populate initial content from project context (#104)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
c47eb26312
Expand documentation pages with real content sourced from the codebase:

- guide/ztools.md: full 16 datum mode reference, all 24+ command classes,
  PartDesign injection table, internal properties, known gaps
- guide/silo.md: all 14 commands with shortcuts, origin capability table,
  architecture diagram, migration inventory, deployment configs, schema docs
- reference/configuration.md: full Silo parameter table, keyboard shortcuts,
  update checker params, theme settings, build config, server config
- introduction.md: added origin system, FreeCAD relationship section,
  expanded theme description
forbes merged commit 1f793a6b71 into main 2026-02-09 14:22:46 +00:00
forbes deleted branch docs/populate-content 2026-02-09 14:22:56 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#107