بنقرة واحدة
sync-docs
Check consistency between public docs in the platform repo and the website repo
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Check consistency between public docs in the platform repo and the website repo
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Guide through creating a new kuberise.io release with release notes, changelog, version badge, GitHub release, and LinkedIn post
Walk through adding a new external Helm component to the kuberise platform
Scaffold a new local Helm chart and register it in the app-of-apps
Check for newer versions of external Helm charts referenced in the platform
Test kr CLI changes on a local k3d cluster
Scaffold a new blog post for the kuberise.io website
استنادا إلى تصنيف SOC المهني
| name | sync-docs |
| description | Check consistency between public docs in the platform repo and the website repo |
Check that public docs in docs/public/ are consistent with their copies in the website repo. Public docs should only be edited in the platform repo - the website fetches them at build time.
Source of truth:
docs/public/
Website copy (populated at build time, should NOT be manually edited):
../https.kuberise.io/content/1.docs/
For each file in docs/public/:
Look for files in ../https.kuberise.io/content/1.docs/ that don't have a corresponding source in docs/public/. These may be:
Present a summary:
docs/public/, never directly in the website reposcripts/build.sh fetches docs from the platform repo at build time.github/workflows/trigger-website.yml triggers a Cloudflare Pages rebuild when docs/public/** changes on main../https.kuberise.io/docs/ (root level) are internal developer docs for website contributors - ignore these