Skip to content

Conversation

@jimsynz
Copy link
Contributor

@jimsynz jimsynz commented Jan 28, 2026

Summary

  • Add the "Register Your Domains" section to the ash.install scribe generator so it's included when documentation is regenerated
  • Fix typo: "protocolc onsolidation" → "protocol consolidation"

The ash.install --scribe task generates documentation/topics/advanced/manual-installation.md. The "Register Your Domains" section added in #2533 was added directly to the markdown file rather than to the generator, so it was being overwritten whenever mix docs or mix check ran.

Test plan

  • Run mix check and verify manual-installation.md no longer shows unexpected changes
  • Verify the "Register Your Domains" section is present in the generated docs
  • Verify the typo is fixed
The `ash.install --scribe` task was missing the "Register Your Domains"
section that was manually added in #2533. This caused the documentation
to be overwritten whenever `mix docs` or `mix check` ran.

Also fixes a typo: "protocolc onsolidation" -> "protocol consolidation"
@zachdaniel
Copy link
Contributor

🤦 I forgot that file was generated. Thanks.

@zachdaniel zachdaniel merged commit b97e798 into main Jan 28, 2026
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants