docs(readme): For operators pointer to ops runbook (XDE-98) - #3
Conversation
Link REFERENCE_REGISTRY_OPERATIONS_RU.md from the README intro so operators see the runbook above the full contents list. Co-Authored-By: Paperclip <[email protected]> Made-with: Cursor
There was a problem hiding this comment.
Pull request overview
Surfaces the existing Russian operations runbook more prominently by adding an “operators” pointer near the top of the root README, improving discoverability for deploy/ops tasks.
Changes:
- Add a new “For operators” section near the top of
README.md. - Link to
docs/REFERENCE_REGISTRY_OPERATIONS_RU.mdfrom that section (in addition to the existing Contents entry).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| Central registry and skill marketplace for the [getskillpack](https://github.com/getskillpack) ecosystem. | ||
|
|
||
| ## For operators / Для операторов |
There was a problem hiding this comment.
The new section heading includes Russian text ("Для операторов"), but the org policy requires English-only text in the root README. To comply, keep the heading/body fully English and indicate the runbook language in English (e.g., "(RU)") while linking to the Russian doc.
| ## For operators / Для операторов | |
| ## For operators (RU) |
|
|
||
| ## For operators / Для операторов | ||
|
|
||
| Russian-language ops quick reference (deploy/update, environment variables, health/readiness, logs, rollback outlines, escalation): [`docs/REFERENCE_REGISTRY_OPERATIONS_RU.md`](https://github.com/getskillpack/registry/blob/main/docs/REFERENCE_REGISTRY_OPERATIONS_RU.md). |
There was a problem hiding this comment.
This link hard-codes a GitHub "blob/main" URL. The rest of the README uses relative links (e.g., ./docs/...). Using a relative link here avoids branch-coupling and works in forks/offline renderers.
| Russian-language ops quick reference (deploy/update, environment variables, health/readiness, logs, rollback outlines, escalation): [`docs/REFERENCE_REGISTRY_OPERATIONS_RU.md`](https://github.com/getskillpack/registry/blob/main/docs/REFERENCE_REGISTRY_OPERATIONS_RU.md). | |
| Russian-language ops quick reference (deploy/update, environment variables, health/readiness, logs, rollback outlines, escalation): [`docs/REFERENCE_REGISTRY_OPERATIONS_RU.md`](./docs/REFERENCE_REGISTRY_OPERATIONS_RU.md). |
Summary
Adds For operators / Для операторов near the top of the root README, linking to
docs/REFERENCE_REGISTRY_OPERATIONS_RU.md(see XDE-95 context in company tracker).Checklist