Docs schema not found #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://forge.ourworld.tf/lhumina_code/hero_livekit/src/branch/main/crates/hero_livekit_server/docs/schemas/livekit/schema.md
Implementation Spec for Issue #2
Objective
Create the missing schema documentation files at
docs/schemas/livekit/—schema.md,schema.ai.md, andschema.html— documenting all types, enums, and service methods defined in the livekit OSchema.Requirements
schema.mdfollowing thehero_os/docs/schemas/desktop/schema.mdformatschema.ai.mdfollowing thehero_os/docs/schemas/desktop/schema.ai.mdformatschema.htmlfollowing thehero_os/docs/schemas/desktop/schema.htmlformatFiles to Create
docs/schemas/livekit/schema.md— Human-readable Markdown schema documentationdocs/schemas/livekit/schema.ai.md— AI-optimized compact referencedocs/schemas/livekit/schema.html— Self-contained HTML documentationImplementation Plan
Step 1: Create schema.md
Files:
docs/schemas/livekit/schema.mdDependencies: none
Step 2: Create schema.ai.md
Files:
docs/schemas/livekit/schema.ai.mdDependencies: none
Step 3: Create schema.html
Files:
docs/schemas/livekit/schema.htmlDependencies: none
Acceptance Criteria
Test Results
Implementation Summary
Files Created
docs/schemas/livekit/schema.md— Human-readable Markdown documentation of all types, enums, and service methodsdocs/schemas/livekit/schema.ai.md— AI-optimized compact reference with YAML header, type index, dependency graphdocs/schemas/livekit/schema.html— Self-contained HTML documentation with sidebar navigation and styled tablesContent
All three files document:
The existing
docs/schemas/README.mdlink to./livekit/schema.mdnow resolves correctly.Pull request opened: #27
This PR implements the changes discussed in this issue.