-
Notifications
You must be signed in to change notification settings - Fork 978
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+25
−21
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
4b203fa
docs: Update offline deployments terminology to air-gapped
blink-so[bot] c860aa6
fix: Remove trailing spaces from table header to fix formatting
blink-so[bot] 7ac172f
docs: Update navigation title and fix line breaks
blink-so[bot] 46d6c88
docs: Rename offline.md to airgap.md and update all references
blink-so[bot] 4a5b006
docs: Update subsection anchors from offline to airgap
blink-so[bot] f4b962e
docs: Clean up redirects - remove unnecessary .md redirect
blink-so[bot] 2b830a3
docs: Fix remaining 'offline documentation' reference
blink-so[bot] c4cca22
docs: Fix missed 'offline deployments' mentions found in review
blink-so[bot] 3e0d496
docs: Add missing period after 'offline' in first sentence
blink-so[bot] 6c18600
docs: Add missing newline at end of changelog file
blink-so[bot] 151d7cc
Merge branch 'main' into blink/update-offline-docs-terminology
david-fraley File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
commit 46d6c88656543a6f4b4f02e426a8f61d378db7e4
There are no files selected for viewing
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
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 |
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
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
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -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). | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||||||
|
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
File renamed without changes.
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
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
Oops, something went wrong.
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.
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.
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.