Skip to content

Sync Upsun skill with latest configuration guidance (c3ef3e52f7ab)#27

Open
pjcdawkins wants to merge 1 commit intomainfrom
auto/sync-upsun-skill-c3ef3e52f7ab
Open

Sync Upsun skill with latest configuration guidance (c3ef3e52f7ab)#27
pjcdawkins wants to merge 1 commit intomainfrom
auto/sync-upsun-skill-c3ef3e52f7ab

Conversation

@pjcdawkins
Copy link
Copy Markdown
Collaborator

Automated sync of the Upsun skill with configuration guidance in the
internal platformsh/ai repository.

Signature: c3ef3e52f7ab

Files updated (regenerated deterministically from the Jinja guides):

  • plugins/upsun/skills/upsun/references/config/directus.md
  • plugins/upsun/skills/upsun/references/config/django.md
  • plugins/upsun/skills/upsun/references/config/drupal.md
  • plugins/upsun/skills/upsun/references/config/echo.md
  • plugins/upsun/skills/upsun/references/config/express.md
  • plugins/upsun/skills/upsun/references/config/flask.md
  • plugins/upsun/skills/upsun/references/config/gatsby.md
  • plugins/upsun/skills/upsun/references/config/generated-index.md
  • plugins/upsun/skills/upsun/references/config/gin.md
  • plugins/upsun/skills/upsun/references/config/go.md
  • plugins/upsun/skills/upsun/references/config/hugo.md
  • plugins/upsun/skills/upsun/references/config/jekyll.md
  • plugins/upsun/skills/upsun/references/config/js.md
  • plugins/upsun/skills/upsun/references/config/laravel.md
  • plugins/upsun/skills/upsun/references/config/nextjs.md
  • plugins/upsun/skills/upsun/references/config/nuxt.md
  • plugins/upsun/skills/upsun/references/config/php.md
  • plugins/upsun/skills/upsun/references/config/python.md
  • plugins/upsun/skills/upsun/references/config/rails.md
  • plugins/upsun/skills/upsun/references/config/reactjs.md
  • plugins/upsun/skills/upsun/references/config/ruby.md
  • plugins/upsun/skills/upsun/references/config/sinatra.md
  • plugins/upsun/skills/upsun/references/config/static.md
  • plugins/upsun/skills/upsun/references/config/strapi.md
  • plugins/upsun/skills/upsun/references/config/sylius.md
  • plugins/upsun/skills/upsun/references/config/symfony.md
  • plugins/upsun/skills/upsun/references/config/vite.md
  • plugins/upsun/skills/upsun/references/config/vuejs.md
  • plugins/upsun/skills/upsun/references/config/wordpress.md

Source locations in platformsh/ai:

  • guides/per-group/<lang>.md.jinja — per-language references.
  • guides/per-result/<framework>.md.jinja — per-framework references.
  • The chapter index (references/config.md) is built from the file list.

Rendering reuses internal/registry in platformsh/ai, so versions here
match what the configuration-generation API recommends.

If these changes aren't wanted, close the PR; a subsequent run will open a
fresh PR on a new branch (the closed PR stays closed). A new PR is opened
automatically when the source guidance changes.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR deterministically syncs the Upsun skill’s per-language and per-framework configuration reference docs from upstream guidance, adding a generated index and a set of new Markdown reference pages under plugins/upsun/skills/upsun/references/config/.

Changes:

  • Add new per-framework configuration reference documents (e.g., Drupal, Symfony, Next.js, Nuxt, WordPress, etc.).
  • Add new per-language configuration reference documents (Go, Node.js, PHP, Python, Ruby, Static).
  • Add an auto-generated index linking all reference pages.

Reviewed changes

Copilot reviewed 29 out of 29 changed files in this pull request and generated 19 comments.

Show a summary per file
File Description
plugins/upsun/skills/upsun/references/config/directus.md Adds Directus (Node.js) reference configuration guidance
plugins/upsun/skills/upsun/references/config/django.md Adds Django reference configuration guidance
plugins/upsun/skills/upsun/references/config/drupal.md Adds Drupal reference configuration guidance
plugins/upsun/skills/upsun/references/config/echo.md Adds Echo (Go) framework guidance
plugins/upsun/skills/upsun/references/config/express.md Adds Express (Node.js) framework guidance
plugins/upsun/skills/upsun/references/config/flask.md Adds Flask framework guidance
plugins/upsun/skills/upsun/references/config/gatsby.md Adds Gatsby framework guidance
plugins/upsun/skills/upsun/references/config/generated-index.md Adds an auto-generated index of reference documents
plugins/upsun/skills/upsun/references/config/gin.md Adds Gin (Go) framework guidance
plugins/upsun/skills/upsun/references/config/go.md Adds Go language reference guidance
plugins/upsun/skills/upsun/references/config/hugo.md Adds Hugo framework guidance
plugins/upsun/skills/upsun/references/config/jekyll.md Adds Jekyll framework guidance
plugins/upsun/skills/upsun/references/config/js.md Adds Node.js language (base) reference guidance
plugins/upsun/skills/upsun/references/config/laravel.md Adds Laravel framework guidance
plugins/upsun/skills/upsun/references/config/nextjs.md Adds Next.js framework guidance
plugins/upsun/skills/upsun/references/config/nuxt.md Adds Nuxt framework guidance
plugins/upsun/skills/upsun/references/config/php.md Adds PHP language reference guidance
plugins/upsun/skills/upsun/references/config/python.md Adds Python language reference guidance
plugins/upsun/skills/upsun/references/config/rails.md Adds Rails framework guidance
plugins/upsun/skills/upsun/references/config/reactjs.md Adds React framework guidance
plugins/upsun/skills/upsun/references/config/ruby.md Adds Ruby language reference guidance
plugins/upsun/skills/upsun/references/config/sinatra.md Adds Sinatra framework guidance
plugins/upsun/skills/upsun/references/config/static.md Adds static site hosting guidance
plugins/upsun/skills/upsun/references/config/strapi.md Adds Strapi framework guidance
plugins/upsun/skills/upsun/references/config/sylius.md Adds Sylius framework guidance
plugins/upsun/skills/upsun/references/config/symfony.md Adds Symfony framework guidance
plugins/upsun/skills/upsun/references/config/vite.md Adds Vite framework guidance
plugins/upsun/skills/upsun/references/config/vuejs.md Adds Vue.js framework guidance
plugins/upsun/skills/upsun/references/config/wordpress.md Adds WordPress framework guidance

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread plugins/upsun/skills/upsun/references/config/laravel.md
Comment thread plugins/upsun/skills/upsun/references/config/vuejs.md
Comment thread plugins/upsun/skills/upsun/references/config/drupal.md
Comment thread plugins/upsun/skills/upsun/references/config/symfony.md
Comment thread plugins/upsun/skills/upsun/references/config/rails.md
Comment thread plugins/upsun/skills/upsun/references/config/sylius.md
Comment thread plugins/upsun/skills/upsun/references/config/wordpress.md
Comment thread plugins/upsun/skills/upsun/references/config/django.md
Comment thread plugins/upsun/skills/upsun/references/config/directus.md
Comment thread plugins/upsun/skills/upsun/references/config/django.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants