docs: update all docs to reflect v1 live state
- template_auto_generated.wikitext: generated_at → commit parameter - SCHEMA.md: same banner fix; clarify that frontmatter-less files are silently skipped, not errors - pipelines/songs/README.md: full rewrite — v1 live status, self- contained workflow pattern, correct env table, modes, one-off setup marked done, full decisions log - README.md: architecture reflects actual pattern (no workflow_call), URL_TO_GITEA variable added, setup checklist marked complete, host network mode documented Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{{#if:{{{source|}}}|<div style="background:#f8f9fa;border:1px solid #a2a9b1;padding:0.4em 0.8em;margin-bottom:1em;font-size:0.85em;color:#54595d;">⚠️ This page is automatically published from source. Manual edits will be overwritten on the next pipeline run. • Source: [{{{source}}} view on Gitea] • Generated: {{{generated_at}}}</div>}}
|
||||
{{#if:{{{source|}}}|<div style="background:#f8f9fa;border:1px solid #a2a9b1;padding:0.4em 0.8em;margin-bottom:1em;font-size:0.85em;color:#54595d;">⚠️ This page is automatically published from source. Manual edits will be overwritten on the next pipeline run. • Source: [{{{source}}} view on Gitea] • Commit: {{{commit}}}</div>}}
|
||||
<noinclude>
|
||||
== Usage ==
|
||||
Applied automatically by the songs pipeline. Parameters:
|
||||
* <code>source</code> — URL to the source file on Gitea
|
||||
* <code>generated_at</code> — ISO 8601 timestamp of the publishing run
|
||||
* <code>source</code> — URL to the source file on Gitea at the publishing commit
|
||||
* <code>commit</code> — commit SHA of the source that produced this page
|
||||
|
||||
[[Category:Auto-generated templates]]
|
||||
</noinclude>
|
||||
|
||||
Reference in New Issue
Block a user