- Notifications
You must be signed in to change notification settings - Fork1k
docs: replace offline deployments terminology to air-gapped#19625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- Change title from 'Offline Deployments' to 'Air-gapped Deployments'- Update summary to prioritize 'air-gapped' and add 'disconnected'- Change table header from 'Offline deployments' to 'Air-gapped deployments'- Update tutorial reference to use 'air-gapped' terminology- Update section header to 'Air-gapped container images'This improves clarity by using the more precise 'air-gapped' terminologyand includes 'disconnected' to cover additional deployment scenarios.
The markdown table formatter was removing trailing spaces from the'Air-gapped deployments' column header, causing CI failures.
Confirmed with Ross W, and he’s aligned on this change. |
- Update manifest.json to change navigation title from 'Offline Deployments' to 'Air-gapped Deployments'- Update description to prioritize 'air-gapped' terminology- Fix line break issues in the markdown fileThis ensures the navigation, breadcrumbs, and page title all consistently use 'Air-gapped Deployments'.
- Rename docs/install/offline.md to docs/install/airgap.md for consistency- Update manifest.json path to point to ./install/airgap.md- Update all internal links from install/offline to install/airgap- Add redirect configuration for /install/offline -> /install/airgap- Updated files: integrations/index.md, networking/index.md, changelogs/v0.27.0.md, faqs.mdThis ensures complete consistency with the new 'air-gapped' terminologywhile maintaining backward compatibility through redirects.
- Update 'Offline docs' section header to 'Air-gapped docs'- Add redirects for anchor fragments: - /install/offline#offline-docs -> /install/airgap#airgap-docs - /install/offline#offline-container-images -> /install/airgap#airgap-container-images- Update changelog reference to use new airgap-docs anchorThis ensures complete URL consistency including subsection anchorswhile maintaining backward compatibility for deep links.
Removed /install/offline.md redirect as users don't typically accessraw markdown files directly. Kept the essential redirects:- Main page: /install/offline -> /install/airgap- Subsection anchors for deep links
Changed 'offline documentation' to 'air-gapped documentation'in the Air-gapped docs section for complete terminology consistency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Noticed a few missed mentions.
docs/admin/integrations/index.md Outdated
-[Coder packages: one-click install on cloud providers](https://github.com/coder/packages) | ||
-[Deploy Coder offline](../../install/offline.md) | ||
-[Deploy Coder offline](../../install/airgap.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
-[Deploy Coderoffline](../../install/airgap.md) | |
-[Deploy CoderAir-gapped](../../install/airgap.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
✅ Fixed! Updated to "Deploy Coder Air-gapped" along with several other missed mentions I found throughout the docs.
docs/admin/networking/index.md Outdated
[Coder uses Google's public STUN server](../../reference/cli/server.md#--derp-server-stun-addresses), | ||
but this can be disabled or changed for | ||
[offline deployments](../../install/offline.md). | ||
[offline deployments](../../install/airgap.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
[offline deployments](../../install/airgap.md). | |
[Air-gapped deployments](../../install/airgap.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
✅ Fixed! Updated to "Air-gapped deployments" here and found several other instances throughout the docs that needed the same update.
Updated remaining instances to use 'air-gapped deployments' terminology:- integrations/index.md: 'Deploy Coder offline' -> 'Deploy Coder Air-gapped'- networking/index.md: Multiple 'offline deployments' -> 'Air-gapped deployments'- jfrog-artifactory.md: Section header and text updated- changelogs/v2.8.0.md: Changelog entry updatedThanks to@matifali for catching these missed references!
Fixed punctuation in the opening sentence of the air-gapped deployments page.
Fixes lint failure - files must end with a newline character.
github-actionsbot commentedAug 29, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
02ecf32
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
This PR comprehensively updates the offline deployments documentation to use more precise "air-gapped" terminology and improves consistency throughout the documentation.
Changes Made
Terminology Updates
Navigation & URL Structure
docs/manifest.json
to show "Air-gapped Deployments" in sidebardocs/install/offline.md
→docs/install/airgap.md
for consistency/install/offline
→/install/airgap
/install/offline#offline-docs
→/install/airgap#airgap-docs
/install/offline#offline-container-images
→/install/airgap#airgap-container-images
Internal Links & References
Updated all internal documentation links:
docs/admin/integrations/index.md
docs/admin/networking/index.md
docs/changelogs/v0.27.0.md
(including anchor reference)docs/tutorials/faqs.md
Backward Compatibility
docs/_redirects
with 301 redirects:/install/offline
→/install/airgap
/install/offline#offline-docs
→/install/airgap#airgap-docs
/install/offline#offline-container-images
→/install/airgap#airgap-container-images
Rationale
Testing
Result
Complete terminology consistency across: