Skip to content

Commit b721357

Browse files
authored
fix(docs): rename 'SSH Gateway' to 'SSH Access' (#2327)
Signed-off-by: MDzaja <[email protected]>
1 parent af137d1 commit b721357

File tree

7 files changed

+43
-43
lines changed

7 files changed

+43
-43
lines changed

apps/docs/public/llms-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3715,11 +3715,11 @@ The default Snapshot used by Daytona is based on an image that contains `python`
37153715
- `llama-index` (v0.12.22)
37163716
- `ollama` (v0.4.7)
37173717

3718-
title: SSH Gateway
3718+
title: SSH Access
37193719

37203720
import { TabItem, Tabs } from '@astrojs/starlight/components'
37213721

3722-
You can connect to any of your sandboxes via SSH using token-based authentication through the SSH Gateway.
3722+
You can connect to any of your sandboxes via SSH using token-based authentication.
37233723

37243724
## Creating an SSH Access Token
37253725

apps/docs/public/llms.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@
159159
- [Creating a DinD Snapshot](https://daytona.io/docs/en/snapshots#creating-a-dind-snapshot)
160160
- [Use Cases](https://daytona.io/docs/en/snapshots#use-cases)
161161
- [Default Snapshot](https://daytona.io/docs/en/snapshots#default-snapshot)
162-
- [SSH Gateway](https://daytona.io/docs/en/ssh-gateway)
163-
- [Creating an SSH Access Token](https://daytona.io/docs/en/ssh-gateway#creating-an-ssh-access-token)
164-
- [Connection Command](https://daytona.io/docs/en/ssh-gateway#connection-command)
165-
- [Connecting with VSCode](https://daytona.io/docs/en/ssh-gateway#connecting-with-vscode)
166-
- [Connecting with JetBrains IDEs](https://daytona.io/docs/en/ssh-gateway#connecting-with-jetbrains-ides)
167-
- [Managing SSH Access](https://daytona.io/docs/en/ssh-gateway#managing-ssh-access)
168-
- [Token Expiration](https://daytona.io/docs/en/ssh-gateway#token-expiration)
169-
- [Revoking Access](https://daytona.io/docs/en/ssh-gateway#revoking-access)
162+
- [SSH Access](https://daytona.io/docs/en/ssh-access)
163+
- [Creating an SSH Access Token](https://daytona.io/docs/en/ssh-access#creating-an-ssh-access-token)
164+
- [Connection Command](https://daytona.io/docs/en/ssh-access#connection-command)
165+
- [Connecting with VSCode](https://daytona.io/docs/en/ssh-access#connecting-with-vscode)
166+
- [Connecting with JetBrains IDEs](https://daytona.io/docs/en/ssh-access#connecting-with-jetbrains-ides)
167+
- [Managing SSH Access](https://daytona.io/docs/en/ssh-access#managing-ssh-access)
168+
- [Token Expiration](https://daytona.io/docs/en/ssh-access#token-expiration)
169+
- [Revoking Access](https://daytona.io/docs/en/ssh-access#revoking-access)
170170
- [CLI](https://daytona.io/docs/en/tools/cli)
171171
- [daytona](https://daytona.io/docs/en/tools/cli#daytona)
172172
- [daytona autocomplete](https://daytona.io/docs/en/tools/cli#daytona-autocomplete)

apps/docs/public/search.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,91 +1600,91 @@
16001600
"objectID": 200
16011601
},
16021602
{
1603-
"title": "SSH Gateway",
1604-
"description": "You can connect to any of your sandboxes via SSH using token-based authentication through the SSH Gateway.",
1603+
"title": "SSH Access",
1604+
"description": "You can connect to any of your sandboxes via SSH using token-based authentication.",
16051605
"tag": "Documentation",
1606-
"url": "/docs/ssh-gateway",
1607-
"slug": "/ssh-gateway",
1606+
"url": "/docs/ssh-access",
1607+
"slug": "/ssh-access",
16081608
"objectID": 201
16091609
},
16101610
{
16111611
"title": "Creating an SSH Access Token",
16121612
"description": "To connect to a sandbox, you'll need to create an SSH access token first.",
16131613
"tag": "Documentation",
1614-
"url": "/docs/ssh-gateway#creating-an-ssh-access-token",
1615-
"slug": "/ssh-gateway#creating-an-ssh-access-token",
1614+
"url": "/docs/ssh-access#creating-an-ssh-access-token",
1615+
"slug": "/ssh-access#creating-an-ssh-access-token",
16161616
"objectID": 202
16171617
},
16181618
{
16191619
"title": "Create SSH access token",
16201620
"description": "",
16211621
"tag": "Documentation",
1622-
"url": "/docs/ssh-gateway#create-ssh-access-token",
1623-
"slug": "/ssh-gateway#create-ssh-access-token",
1622+
"url": "/docs/ssh-access#create-ssh-access-token",
1623+
"slug": "/ssh-access#create-ssh-access-token",
16241624
"objectID": 203
16251625
},
16261626
{
16271627
"title": "Connection Command",
16281628
"description": "Once you have your token, connect using:",
16291629
"tag": "Documentation",
1630-
"url": "/docs/ssh-gateway#connection-command",
1631-
"slug": "/ssh-gateway#connection-command",
1630+
"url": "/docs/ssh-access#connection-command",
1631+
"slug": "/ssh-access#connection-command",
16321632
"objectID": 204
16331633
},
16341634
{
16351635
"title": "Connecting with VSCode",
16361636
"description": "Connecting your local VSCode to a sandbox requires a few simple steps:",
16371637
"tag": "Documentation",
1638-
"url": "/docs/ssh-gateway#connecting-with-vscode",
1639-
"slug": "/ssh-gateway#connecting-with-vscode",
1638+
"url": "/docs/ssh-access#connecting-with-vscode",
1639+
"slug": "/ssh-access#connecting-with-vscode",
16401640
"objectID": 205
16411641
},
16421642
{
16431643
"title": "Connecting with JetBrains IDEs",
16441644
"description": "Connecting your local JetBrains IDEs to a sandbox requires a few simple steps:",
16451645
"tag": "Documentation",
1646-
"url": "/docs/ssh-gateway#connecting-with-jetbrains-ides",
1647-
"slug": "/ssh-gateway#connecting-with-jetbrains-ides",
1646+
"url": "/docs/ssh-access#connecting-with-jetbrains-ides",
1647+
"slug": "/ssh-access#connecting-with-jetbrains-ides",
16481648
"objectID": 206
16491649
},
16501650
{
16511651
"title": "Managing SSH Access",
16521652
"description": "",
16531653
"tag": "Documentation",
1654-
"url": "/docs/ssh-gateway#managing-ssh-access",
1655-
"slug": "/ssh-gateway#managing-ssh-access",
1654+
"url": "/docs/ssh-access#managing-ssh-access",
1655+
"slug": "/ssh-access#managing-ssh-access",
16561656
"objectID": 207
16571657
},
16581658
{
16591659
"title": "Token Expiration",
16601660
"description": "SSH access tokens expire automatically for security:",
16611661
"tag": "Documentation",
1662-
"url": "/docs/ssh-gateway#token-expiration",
1663-
"slug": "/ssh-gateway#token-expiration",
1662+
"url": "/docs/ssh-access#token-expiration",
1663+
"slug": "/ssh-access#token-expiration",
16641664
"objectID": 208
16651665
},
16661666
{
16671667
"title": "Revoking Access",
16681668
"description": "You can revoke SSH access tokens at any time:",
16691669
"tag": "Documentation",
1670-
"url": "/docs/ssh-gateway#revoking-access",
1671-
"slug": "/ssh-gateway#revoking-access",
1670+
"url": "/docs/ssh-access#revoking-access",
1671+
"slug": "/ssh-access#revoking-access",
16721672
"objectID": 209
16731673
},
16741674
{
16751675
"title": "Revoke all SSH access for the sandbox",
16761676
"description": "",
16771677
"tag": "Documentation",
1678-
"url": "/docs/ssh-gateway#revoke-all-ssh-access-for-the-sandbox",
1679-
"slug": "/ssh-gateway#revoke-all-ssh-access-for-the-sandbox",
1678+
"url": "/docs/ssh-access#revoke-all-ssh-access-for-the-sandbox",
1679+
"slug": "/ssh-access#revoke-all-ssh-access-for-the-sandbox",
16801680
"objectID": 210
16811681
},
16821682
{
16831683
"title": "Revoke specific SSH access for the sandbox",
16841684
"description": "",
16851685
"tag": "Documentation",
1686-
"url": "/docs/ssh-gateway#revoke-specific-ssh-access-for-the-sandbox",
1687-
"slug": "/ssh-gateway#revoke-specific-ssh-access-for-the-sandbox",
1686+
"url": "/docs/ssh-access#revoke-specific-ssh-access-for-the-sandbox",
1687+
"slug": "/ssh-access#revoke-specific-ssh-access-for-the-sandbox",
16881688
"objectID": 211
16891689
},
16901690
{

apps/docs/src/content/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ export const getSidebarConfig = (
289289
},
290290
{
291291
type: 'link',
292-
href: localizePath('/docs/ssh-gateway', locale),
293-
label: labels['sidebarconfig.sshGateway'],
294-
description: labels['sidebarconfig.sshGatewayDescription'],
292+
href: localizePath('/docs/ssh-access', locale),
293+
label: labels['sidebarconfig.sshAccess'],
294+
description: labels['sidebarconfig.sshAccessDescription'],
295295
attrs: {
296296
icon: 'terminal.svg',
297297
},

apps/docs/src/content/docs/en/ssh-gateway.mdx renamed to apps/docs/src/content/docs/en/ssh-access.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: SSH Gateway
2+
title: SSH Access
33
---
44

55
import { TabItem, Tabs } from '@astrojs/starlight/components'
66

7-
You can connect to any of your sandboxes via SSH using token-based authentication through the SSH Gateway.
7+
You can connect to any of your sandboxes via SSH using token-based authentication.
88

99
## Creating an SSH Access Token
1010

apps/docs/src/content/i18n/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"sidebarconfig.other": "Other",
6868
"sidebarconfig.webTerminal": "Web Terminal",
6969
"sidebarconfig.webTerminalDescription": "Web Terminal access to Daytona Sandboxes.",
70-
"sidebarconfig.sshGateway": "SSH Gateway",
71-
"sidebarconfig.sshGatewayDescription": "SSH access to Daytona Sandboxes.",
70+
"sidebarconfig.sshAccess": "SSH Access",
71+
"sidebarconfig.sshAccessDescription": "SSH access to Daytona Sandboxes.",
7272
"sidebarconfig.previewAuthentication": "Preview & Authentication",
7373
"sidebarconfig.previewAuthenticationDescription": "Preview URLs and authentication tokens.",
7474
"sidebarconfig.customDomainAuthentication": "Custom Domain Authentication",

apps/docs/src/content/i18n/ja.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"sidebarconfig.other": "その他",
6868
"sidebarconfig.webTerminal": "Webターミナル",
6969
"sidebarconfig.webTerminalDescription": "Daytona サンドボックス(Daytonaが管理する隔離された一時的な実行環境)へのWebターミナルアクセス。",
70-
"sidebarconfig.sshGateway": "SSH Gateway",
71-
"sidebarconfig.sshGatewayDescription": "Daytona サンドボックス(Daytonaが管理する隔離された一時的な実行環境)へのSSHアクセス。",
70+
"sidebarconfig.sshAccess": "SSHアクセス",
71+
"sidebarconfig.sshAccessDescription": "Daytona サンドボックス(Daytonaが管理する隔離された一時的な実行環境)へのSSHアクセス。",
7272
"sidebarconfig.previewAuthentication": "プレビューと認証",
7373
"sidebarconfig.previewAuthenticationDescription": "プレビューURLと認証トークン。",
7474
"sidebarconfig.customDomainAuthentication": "カスタムプレビュープロキシ",

0 commit comments

Comments
 (0)