Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: Rename offline.md to airgap.md and update all references
- 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.
  • Loading branch information
blink-so[bot] committed Aug 28, 2025
commit 46d6c88656543a6f4b4f02e426a8f61d378db7e4
3 changes: 3 additions & 0 deletions docs/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Redirect old offline deployments URL to new airgap URL
/install/offline /install/airgap 301
/install/offline.md /install/airgap.md 301
2 changes: 1 addition & 1 deletion docs/admin/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ our [installation guides](../../install/index.md).
The following resources may help as you're deploying Coder.

- [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)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- [Deploy Coder offline](../../install/airgap.md)
- [Deploy Coder Air-gapped](../../install/airgap.md)

Copy link
Contributor Author

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.

- [Supported resources (Terraform registry)](https://registry.terraform.io)
- [Writing custom templates](../templates/index.md)
4 changes: 2 additions & 2 deletions docs/admin/networking/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ If a direct connection is not available (e.g. client or server is behind NAT),
Coder will use a relayed connection. By default,
[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).
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
[offline deployments](../../install/airgap.md).
[Air-gapped deployments](../../install/airgap.md).

Copy link
Contributor Author

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.


### Relayed connections

By default, your Coder server also runs a built-in DERP relay which can be used
for both public and [offline deployments](../../install/offline.md).
for both public and [offline deployments](../../install/airgap.md).

However, our Wireguard integration through Tailscale has graciously allowed us
to use
Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/v0.27.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Agent logs can be pushed after a workspace has started (#8528)
- Template version messages (#8435)
<img width="428" alt="252772262-087f1338-f1e2-49fb-81f2-358070a46484" src="https://github.com/coder/coder/assets/22407953/5f6e5e47-e61b-41f1-92fe-f624e92f8bd3">
- TTL and max TTL validation increased to 30 days (#8258)
- [Self-hosted docs](https://coder.com/docs/install/offline#offline-docs):
- [Self-hosted docs](https://coder.com/docs/install/airgap#offline-docs):
Host your own copy of Coder's documentation in your own environment (#8527)
(#8601)
- Add custom coder bin path for `config-ssh` (#8425)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
{
"title": "Air-gapped Deployments",
"description": "Run Coder in air-gapped / disconnected / offline environments",
"path": "./install/offline.md",
"path": "./install/airgap.md",
"icon_path": "./images/icons/lan.svg"
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ References:
## Can I run Coder in an air-gapped or offline mode? (no Internet)?

Yes, Coder can be deployed in
[air-gapped or offline mode](../install/offline.md).
[air-gapped or offline mode](../install/airgap.md).

Our product bundles with the Terraform binary so assume access to terraform.io
during installation. The docs outline rebuilding the Coder container with
Expand Down
Loading