docs: replace offline deployments terminology to air-gapped#19625
Merged
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' terminology and 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.
Collaborator
|
Confirmed with Ross W, and he’s aligned on this change. |
bpmct
approved these changes
Aug 28, 2025
- 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 file This 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.md This ensures complete consistency with the new 'air-gapped' terminology while 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 anchor This ensures complete URL consistency including subsection anchors while maintaining backward compatibility for deep links.
Removed /install/offline.md redirect as users don't typically access raw 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.
matifali
reviewed
Aug 29, 2025
Member
matifali
left a comment
There was a problem hiding this comment.
Noticed a few missed mentions.
|
|
||
| - [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) |
Member
There was a problem hiding this comment.
Suggested change
| - [Deploy Coder offline](../../install/airgap.md) | |
| - [Deploy Coder Air-gapped](../../install/airgap.md) |
Contributor
Author
There was a problem hiding this comment.
✅ Fixed! Updated to "Deploy Coder Air-gapped" along with several other missed mentions I found throughout the docs.
| [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). |
Member
There was a problem hiding this comment.
Suggested change
| [offline deployments](../../install/airgap.md). | |
| [Air-gapped deployments](../../install/airgap.md). |
Contributor
Author
There was a problem hiding this comment.
✅ 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 updated Thanks 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.
|
All contributors have signed the CLA ✍️ ✅ |
Collaborator
|
I have read the CLA Document and I hereby sign the CLA |
cdrci2
added a commit
to coder/cla
that referenced
this pull request
Aug 29, 2025
matifali
approved these changes
Aug 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.jsonto show "Air-gapped Deployments" in sidebardocs/install/offline.md→docs/install/airgap.mdfor consistency/install/offline→/install/airgap/install/offline#offline-docs→/install/airgap#airgap-docs/install/offline#offline-container-images→/install/airgap#airgap-container-imagesInternal Links & References
Updated all internal documentation links:
docs/admin/integrations/index.mddocs/admin/networking/index.mddocs/changelogs/v0.27.0.md(including anchor reference)docs/tutorials/faqs.mdBackward Compatibility
docs/_redirectswith 301 redirects:/install/offline→/install/airgap/install/offline#offline-docs→/install/airgap#airgap-docs/install/offline#offline-container-images→/install/airgap#airgap-container-imagesRationale
Testing
Result
Complete terminology consistency across: