docs: update canonical site URL and CI path filters#21
Conversation
📝 WalkthroughWalkthroughAll hardcoded references to ChangesDomain Migration: locanara.com → locanara.hyo.dev
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the domain name of the Locanara SDK website and documentation from locanara.com to locanara.hyo.dev across all project files, including READMEs, configuration files, examples, SEO components, tests, and automated scripts. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
acd4279 to
8b5a090
Compare
8b5a090 to
ccaf0ee
Compare
Overview
Updates Locanara's public website references from
locanara.comtolocanara.hyo.devand narrows library CI triggers so documentation/help-link-only changes do not fan out into unnecessary platform builds.Scope
packages/site.llms.txt,llms-full.txt, library READMEs, and example settings links to the new domain.Compatibility
This change intentionally does not rename Android packages, Kotlin imports, app bundle IDs, or Maven coordinates. Existing SDK consumers can continue using
com.locanarawithout migration.CI Behavior
SDK and site workflows still run when their implementation or workflow files change. Library platform CI now skips markdown-only and example Settings-link-only changes, but still runs when the corresponding workflow file changes so CI configuration edits are validated at least once.
Validation
bun run test src/seo.test.tsfrompackages/sitegit diff --checkpackages/sitetypecheck and Prettier for the site/doc commit