From fc2de93b54828204329f6cec82d27e7d41ad0555 Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Wed, 10 Aug 2022 00:03:33 +0000 Subject: [PATCH 1/2] docs: remove configuring prefix from IDEs --- .../{configuring-emacs-tramp.md => emacs-tramp.md} | 2 +- docs/ides/{configuring-gateway.md => gateway.md} | 2 +- docs/ides/{configuring-web-ides.md => web-ides.md} | 2 +- docs/manifest.json | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) rename docs/ides/{configuring-emacs-tramp.md => emacs-tramp.md} (99%) rename docs/ides/{configuring-gateway.md => gateway.md} (98%) rename docs/ides/{configuring-web-ides.md => web-ides.md} (99%) diff --git a/docs/ides/configuring-emacs-tramp.md b/docs/ides/emacs-tramp.md similarity index 99% rename from docs/ides/configuring-emacs-tramp.md rename to docs/ides/emacs-tramp.md index 7264765ba8430..a1cf5e981d2f7 100644 --- a/docs/ides/configuring-emacs-tramp.md +++ b/docs/ides/emacs-tramp.md @@ -1,4 +1,4 @@ -# Configuring Emacs TRAMP +# Emacs TRAMP [Emacs TRAMP](https://www.emacswiki.org/emacs/TrampMode) is a method of running editing operations on a remote server. diff --git a/docs/ides/configuring-gateway.md b/docs/ides/gateway.md similarity index 98% rename from docs/ides/configuring-gateway.md rename to docs/ides/gateway.md index a910d33c41e77..18e4258696d68 100644 --- a/docs/ides/configuring-gateway.md +++ b/docs/ides/gateway.md @@ -1,4 +1,4 @@ -# Configuring JetBrains Gateway +# JetBrains Gateway The following walkthrough details how to connect JetBrains Gateway to Coder. diff --git a/docs/ides/configuring-web-ides.md b/docs/ides/web-ides.md similarity index 99% rename from docs/ides/configuring-web-ides.md rename to docs/ides/web-ides.md index ce325820b8dd7..aadaf829cd809 100644 --- a/docs/ides/configuring-web-ides.md +++ b/docs/ides/web-ides.md @@ -1,4 +1,4 @@ -# Configuring web IDEs +# Web IDEs By default, Coder workspaces allow connections via: diff --git a/docs/manifest.json b/docs/manifest.json index 8a65569c0afb8..0131efeafacee 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -78,19 +78,19 @@ "icon_path": "./images/icons/terminal.svg", "children": [ { - "title": "Configuring Web IDEs", + "title": "Web IDEs", "description": "Learn how to configure web IDEs in your templates", - "path": "./ides/configuring-web-ides.md" + "path": "./ides/web-ides.md" }, { - "title": "Configuring JetBrains Gateway", + "title": "JetBrains Gateway", "description": "Learn how to configure JetBrains Gateway for your workspaces", - "path": "./ides/configuring-gateway.md" + "path": "./ides/gateway.md" }, { - "title": "Configuring Emacs", + "title": "Emacs", "description": "Learn how to configure Emacs with TRAMP in Coder", - "path": "./ides/configuring-emacs-tramp.md" + "path": "./ides/emacs-tramp.md" } ] }, From 14cea7c43ce90a51795968322eb7791a4d7dc2bc Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Wed, 10 Aug 2022 00:10:25 +0000 Subject: [PATCH 2/2] fixup! docs: remove configuring prefix from IDEs --- docs/ides.md | 10 +++++----- docs/quickstart/docker.md | 2 +- docs/templates.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/ides.md b/docs/ides.md index a74ab59144441..04fc55e315113 100644 --- a/docs/ides.md +++ b/docs/ides.md @@ -4,7 +4,7 @@ The following desktop IDEs have been tested with Coder, though any IDE with SSH support should work: - [VS Code Remote SSH](#vs-code-remote) -- [JetBrains with Gateway](./ides/configuring-gateway.md) +- [JetBrains with Gateway](./ides/gateway.md) - IntelliJ IDEA - CLion - GoLand @@ -13,8 +13,8 @@ support should work: - RubyMine - WebStorm - Web IDEs (code-server, JupyterLab, JetBrains Projector) - - Note: These are [configured in the template](./ides/configuring-web-ides.md) -- [Emacs](./ides/configuring-emacs-tramp.md) + - Note: These are [configured in the template](./ides/web-ides.md) +- [Emacs](./ides/emacs-tramp.md) ## SSH configuration @@ -67,7 +67,7 @@ already done so, you may wish to open a terminal on your Coder workspace and check out a copy of the project you intend to work on. After installing Gateway on your local system, [follow these steps to create a -Connection and connect to your Coder workspace.](./ides/configuring-gateway.md) +Connection and connect to your Coder workspace.](./ides/gateway.md) | Version | Status | Notes | | --------- | ------- | -------------------------------------------------------- | @@ -77,7 +77,7 @@ Connection and connect to your Coder workspace.](./ides/configuring-gateway.md) ## Web IDEs (Jupyter, code-server, JetBrains Projector) -Web IDEs (code-server, JetBrains Projector, VNC, etc.) are defined in the template. See [configuring IDEs](./ides/configuring-web-ides.md). +Web IDEs (code-server, JetBrains Projector, VNC, etc.) are defined in the template. See [IDEs](./ides/web-ides.md). ## Up next diff --git a/docs/quickstart/docker.md b/docs/quickstart/docker.md index 4ef293527a60a..685aa5bcab111 100644 --- a/docs/quickstart/docker.md +++ b/docs/quickstart/docker.md @@ -84,4 +84,4 @@ Coder with Docker has the following advantages: ## Next Steps - [Learn more about template configuration](../templates.md) -- [Configure more IDEs](../ides/configuring-web-ides.md) +- [Configure more IDEs](../ides/web-ides.md) diff --git a/docs/templates.md b/docs/templates.md index d6757a567aca3..8a6c7af802adf 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -238,7 +238,7 @@ resources associated with the workspace. ### Coder apps By default, all templates allow developers to connect over SSH and a web -terminal. See [Configuring Web IDEs](./ides/configuring-web-ides.md) to +terminal. See [Configuring Web IDEs](./ides/web-ides.md) to learn how to give users access to additional web applications. ### Data source pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy