Manual Data
Slide Spec does not require a connector. Author generated.yaml yourself when metrics come from spreadsheets, internal tools, or other systems.
When to use this
- Internal briefings with data from Jira, Linear, or other trackers
- Repos hosted outside GitHub
- Any pipeline that exports numbers you can map into the schema
Workflow
- Run
init - Edit
site.yaml,presentations/index.yaml, andpresentation.yaml - Write
generated.yamlby hand (or generate it from your own pipeline) - Run
validate, thenbuildorserve
Example generated.yaml snippet
Metric ids are arbitrary. Use whatever fits your data source:
yaml
generated:
id: 2026-spring-briefing
period:
start: 2026-03-01
end: 2026-05-31
stats:
issues_closed:
label: Issues closed
current: 14
previous: 9
delta: 5
metadata:
comparison_status: complete
warning_codes: []
releases: []
contributors:
total: 0
authors: []For the full shape, see the generated.yaml schema or the reference fixture.
Assets
Prefer local files under content/assets/. HTTPS URLs work when you need a hosted image:
yaml
site:
presentation_logo:
url: https://cdn.example.com/brand/logo.svg
alt: Company logo