Skip to content

docs: update IA#7364

Merged
mergify[bot] merged 58 commits intodevfrom
eh/DOC-435/router-config-ref
May 13, 2025
Merged

docs: update IA#7364
mergify[bot] merged 58 commits intodevfrom
eh/DOC-435/router-config-ref

Conversation

@shorgi
Copy link
Contributor

@shorgi shorgi commented Apr 29, 2025

Reorganize router docs content. (See related https://github.com/apollographql/docs-rewrite/pull/607 for preview)

  • Separate single configuration page into env var, CLI, YAML reference pages
  • Add router-specific changelog page, getting changelog content from latest release
  • Add simple Get Started for running local binary in dev mode
  • Add deployment guides for AWS, Azure, GCP. Update deployment overview.

@svc-apollo-docs
Copy link
Collaborator

svc-apollo-docs commented Apr 29, 2025

✅ Docs preview ready

The preview is ready to be viewed. View the preview

File Changes

0 new, 19 changed, 7 removed
* graphos/routing/(latest)/customization/coprocessor.mdx
* graphos/routing/(latest)/observability/telemetry/trace-exporters/datadog.mdx
* graphos/routing/(latest)/observability/telemetry/trace-exporters/dynatrace.mdx
* graphos/routing/(latest)/observability/telemetry/trace-exporters/new-relic.mdx
* graphos/routing/(latest)/observability/telemetry/trace-exporters/jaeger.mdx
* graphos/routing/(latest)/operations/defer.mdx
* graphos/routing/(latest)/operations/file-upload.mdx
* graphos/routing/(latest)/performance/caching/index.mdx
* graphos/routing/(latest)/query-planning/native-query-planner.mdx
* graphos/routing/(latest)/security/authorization.mdx
* graphos/routing/(latest)/security/tls.mdx
* graphos/routing/(latest)/self-hosted/containerization/index.mdx
* graphos/routing/(latest)/self-hosted/containerization/docker.mdx
* graphos/routing/(latest)/self-hosted/index.mdx
* graphos/routing/(latest)/upgrade/from-router-v1.mdx
* graphos/routing/(latest)/request-lifecycle.mdx
* graphos/routing/(latest)/about-v2.mdx
* graphos/routing/(latest)/federation-version-support.mdx
* graphos/routing/(latest)/graphos-features.mdx
- graphos/routing/(latest)/customization/rhai.mdx
- graphos/routing/(latest)/customization/rhai-reference.mdx
- graphos/routing/(latest)/operations/subscriptions/index.mdx
- graphos/routing/(latest)/operations/index.mdx
- graphos/routing/(latest)/self-hosted/install.mdx
- graphos/routing/(latest)/about-router.mdx
- graphos/routing/(latest)/configuration.mdx

Build ID: ab3304edcfb002513de5e505

URL: https://www.apollographql.com/docs/deploy-preview/ab3304edcfb002513de5e505

@github-actions
Copy link
Contributor

@shorgi, please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

Co-authored-by: Danielle Man <man.danielleh@gmail.com>
@shorgi shorgi requested a review from daniman May 12, 2025 17:00
@Meschreiber
Copy link
Contributor

@Meschreiber I have a PR to add new pages for AWS.

@smyrick , @shorgi , oh nice! If there are additional pages, we can definitely have a nested structure. I just felt that the current structure that required an additional click to get to the only page in the section was weird.

If we wanted additional content we could also add a general page for each cloud vendor

We shouldn't add pages just for the sake just adding pages, but if there's helpful generic info to be shared via these pages let'd do it.

Copy link
Contributor

@Meschreiber Meschreiber left a comment

Choose a reason for hiding this comment

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

Approved, pending addition of redirects

@shorgi shorgi added the backport-1.x Backport this PR to 1.x label May 13, 2025
@shorgi
Copy link
Contributor Author

shorgi commented May 13, 2025

@Mergifyio queue

@mergify
Copy link
Contributor

mergify bot commented May 13, 2025

queue

🛑 The pull request has been removed from the queue default

Details

The following conditions don't match anymore:

  • any of: [📌 queue requirement]
    • check-neutral = Mergify Merge Protections
    • check-skipped = Mergify Merge Protections
    • check-success = Mergify Merge Protections
  • any of: [🔀 queue conditions]
    • all of: [📌 queue conditions of queue default]
      • any of: [🛡 GitHub repository ruleset rule]
        • check-neutral = CLA
        • check-skipped = CLA
        • check-success = CLA
      • any of: [🛡 GitHub repository ruleset rule]
        • check-neutral = ci/circleci: check_compliance-amd_linux_build
        • check-skipped = ci/circleci: check_compliance-amd_linux_build
        • check-success = ci/circleci: check_compliance-amd_linux_build
      • any of: [🛡 GitHub repository ruleset rule]
        • check-neutral = ci/circleci: check_helm-amd_linux_helm
        • check-skipped = ci/circleci: check_helm-amd_linux_helm
        • check-success = ci/circleci: check_helm-amd_linux_helm
      • any of: [🛡 GitHub repository ruleset rule]
        • check-neutral = ci/circleci: test-amd_linux_test
        • check-skipped = ci/circleci: test-amd_linux_test
        • check-success = ci/circleci: test-amd_linux_test
      • any of: [🛡 GitHub repository ruleset rule]
        • check-neutral = ci/circleci: test-arm_linux_test
        • check-skipped = ci/circleci: test-arm_linux_test
        • check-success = ci/circleci: test-arm_linux_test
      • any of: [🛡 GitHub repository ruleset rule]
        • check-neutral = ci/circleci: test-macos_test
        • check-skipped = ci/circleci: test-macos_test
        • check-success = ci/circleci: test-macos_test
      • any of: [🛡 GitHub repository ruleset rule]
        • check-neutral = ci/circleci: test-windows_test
        • check-skipped = ci/circleci: test-windows_test
        • check-success = ci/circleci: test-windows_test
      • any of: [🛡 GitHub repository ruleset rule]
        • check-neutral = Mergify Merge Protections
        • check-skipped = Mergify Merge Protections
        • check-success = Mergify Merge Protections

@mergify
Copy link
Contributor

mergify bot commented May 13, 2025

This pull request has been removed from the queue for the following reason: checks failed.

The merge conditions cannot be satisfied due to failing checks.

You may have to fix your CI before adding the pull request to the queue again.
If you update this pull request, to fix the CI, it will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue instead, you can requeue the pull request, without updating it, by posting a @mergifyio requeue comment.

@shorgi
Copy link
Contributor Author

shorgi commented May 13, 2025

@Mergifyio queue

@mergify
Copy link
Contributor

mergify bot commented May 13, 2025

queue

✅ The pull request has been merged automatically

Details

The pull request has been merged automatically at cc598ee

@mergify mergify bot merged commit cc598ee into dev May 13, 2025
16 checks passed
@mergify mergify bot deleted the eh/DOC-435/router-config-ref branch May 13, 2025 17:21
@shorgi
Copy link
Contributor Author

shorgi commented May 14, 2025

@Mergifyio backport 1.x

@mergify
Copy link
Contributor

mergify bot commented May 14, 2025

backport 1.x

❌ No backport have been created

Details
  • Backport to branch 1.x failed

Git reported the following error:

error: commit 8bd0d549ffad3ea9b7bbcfeffa1cb1d8b2f4c740 is a merge but no -m option was given.
fatal: cherry-pick failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-1.x Backport this PR to 1.x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Comments