Commit9ce33549Recorded2 Aug 2026Repositorysigil-site
Declare this repo for the estate render
Message
.docket.json gives the Docket render this repo status, its one-line summary, and the group it sits in on the Sigil project page. Without it the repo lands in the ungrouped "Other" row, which was visible on the live site.
Changed
.docket.json | 5 +++++
1 file changed, 5 insertions(+)Diff
.docket.jsonadded
@@ -0,0 +1,5 @@
+1
{+2
"status": "active",+3
"summary": "The official Sigil website.",+4
"group": "The toolchain"+5
}