Skip to content

Commit 3604625

Browse files
committed
[Docs] Removed Genuitec references
1 parent 6b8ece1 commit 3604625

File tree

6 files changed

+17
-24
lines changed

6 files changed

+17
-24
lines changed

docs/docs/faqs/faq.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -281,19 +281,12 @@ Yes, we do! [See if you qualify](https://www.codetogether.com/pricing/educationa
281281

282282
👀 See [About Us](https://www.codetogether.com/about/) for more details
283283

284-
<details>
285-
<summary>Who makes CodeTogether?</summary>
286-
287-
CodeTogether is made by Genuitec. Founded in 1997, and counting over 17,000 companies in 191 countries as customers, Genuitec creates tools that enable developers to build brilliant software. [Learn more](https://www.codetogether.com/about/) about us.
288-
289-
</details>
290-
291284
<details>
292285
<summary>Do you have any resources to help me get started with CodeTogether?</summary>
293286

294287
Yes, check out our documentation. Start with the Install Guide for your IDE, and then read the [Getting Started Guide](../user-guides/getting-started-with-codetogether.md) for a detailed look at how to get the most out of CodeTogether.
295288

296-
Another great resource is our [Video Library](https://www.codetogether.com/#videos) which contains a number of videos that highlight key functionality and give a nice overview of CodeTogether in action.
289+
Another great resource is our [Video Library](https://www.codetogether.com/live/#videos) which contains a number of videos that highlight key functionality and give a nice overview of CodeTogether in action.
297290

298291
</details>
299292

@@ -306,6 +299,6 @@ To view existing issues or suggest a feature, visit our [GitHub Issue Tracker](h
306299

307300
For general information or sales questions, contact customer service at info@codetogether.com. You can also contact us via phone at +1.214.614.8328 or +1.888.914.6620.
308301

309-
You can also reach out to us on [Twitter](https://twitter.com/Genuitec), [Facebook](https://www.facebook.com/Genuitec/) or [LinkedIn](https://www.linkedin.com/company/genuitec-llc).
302+
You can also reach out to us on [Twitter](https://twitter.com/codetogetherhq) or [LinkedIn](https://www.linkedin.com/company/codetogether-inc).
310303

311304
</details>

docs/docs/faqs/on-premises-faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ On-Premises updates are in sync with updates to our public SaaS service, which a
2525
<details>
2626
<summary>Is CodeTogether compliant with the General Data Protection Regulation required by the EU?</summary>
2727

28-
On-Premises usage of CodeTogether does not share nor capture any information that Genuitec has access to. In addition, the edge servers themselves as used in CodeTogether do not store information. Any extra requirements for internal software usage may still apply but is out of Genuitec’s scope.
28+
On-Premises usage of CodeTogether does not share nor capture any information that CodeTogether has access to. In addition, the edge servers themselves as used in CodeTogether do not store information. Any extra requirements for internal software usage may still apply but is out of CodeTogether's scope.
2929

3030
</details>
3131

@@ -64,7 +64,7 @@ The CodeTogether service does not require a very powerful system—it’s more o
6464
<details>
6565
<summary>How do I configure the On-Premises version?</summary>
6666

67-
Pull down the Docker image from Genuitec’s Private Docker Registry or our security-audited listing in the [Red Hat Software Catalog](https://catalog.redhat.com/software/containers/genuitec/codetogether/5fbbdc772937386820426f55), and then run the CodeTogether On-Premises container with straight-up Docker or Kubernetes. For detailed instructions, see [CodeTogether On-Premises Installation Guide](../on-premises/on-premises-installation-guide.md)
67+
Pull down the Docker image from CodeTogether's Private Docker Registry or our security-audited listing in the [Red Hat Software Catalog](https://catalog.redhat.com/software/containers/genuitec/codetogether/5fbbdc772937386820426f55), and then run the CodeTogether On-Premises container with straight-up Docker or Kubernetes. For detailed instructions, see [CodeTogether On-Premises Installation Guide](../on-premises/on-premises-installation-guide.md)
6868

6969
</details>
7070

@@ -160,6 +160,6 @@ For technical questions, the easiest way to connect with us is via our [Gitter c
160160

161161
For general information or sales questions, contact customer service at info@codetogether.com. You can also contact us via phone at +1.214.614.8328 or +1.888.914.6620.
162162

163-
You can also reach out to us on [Twitter](https://twitter.com/Genuitec), [Facebook](https://www.facebook.com/Genuitec/) or [LinkedIn](https://www.linkedin.com/company/genuitec-llc).
163+
You can also reach out to us on [Twitter](https://twitter.com/codetogetherhq) or [LinkedIn](https://www.linkedin.com/company/codetogether-inc).
164164

165165
</details>

docs/docs/on-premises/docker/docker.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ The same CodeTogether image is used for locators and edge servers – the contai
3838

3939
If not already installed, install Docker on the destination system from [here](https://www.docker.com/products/docker-desktop).
4040

41-
### 2. Log In to Genuitec’s Docker Registry
41+
### 2. Log In to CodeTogether's Docker Registry
4242

43-
The following instructions use the Genuitec Docker Registry. If you prefer to use the Red Hat Software Catalog instead, please substitute credentials and container path as mentioned [here](https://catalog.redhat.com/software/containers/genuitec/codetogether/5fbbdc772937386820426f55?container-tabs=gti&gti-tabs=red-hat-login).
43+
The following instructions use the CodeTogether Docker Registry. If you prefer to use the Red Hat Software Catalog instead, please substitute credentials and container path as mentioned [here](https://catalog.redhat.com/software/containers/genuitec/codetogether/5fbbdc772937386820426f55?container-tabs=gti&gti-tabs=red-hat-login).
4444

45-
Using your credentials provided by the Genuitec Sales team, log in to the Genuitec Docker Registry which is where you will receive the Docker image. Replace &lt;username&gt; with your own login for the registry enclosed in double quotes.
45+
Using your credentials provided by the CodeTogether Sales team, log in to the CodeTogether Docker Registry which is where you will receive the Docker image. Replace &lt;username&gt; with your own login for the registry enclosed in double quotes.
4646

4747
```bash
4848
$ docker login -u "<username>" hub.edge.codetogether.com
@@ -135,7 +135,7 @@ If you'd like to set up SSO integration, see [Single Sign-On (SSO) Support](/on-
135135

136136
If you’d like CodeTogether metrics to be exposed to an external monitoring platform, please see [this doc](/on-premises/edge-server-technical-notes.md) for additional environment variables that must be configured in the container.
137137

138-
License details will be given to you by your Genuitec Sales representative, and must be entered exactly as they are supplied with the identical punctuation and spacing. Be sure to use straight quotes around the `CT_LICENSEE` value.
138+
License details will be given to you by your CodeTogether Sales representative, and must be entered exactly as they are supplied with the identical punctuation and spacing. Be sure to use straight quotes around the `CT_LICENSEE` value.
139139

140140
:::caution
141141
If you are using a self-signed certificate, set `CT_TRUST_ALL_CERTS` to `true`, regardless of whether you’re using an external certificate, or one from inside the container.
@@ -243,7 +243,7 @@ FROM hub.edge.codetogether.com/releases/codetogether:<version>
243243

244244
#### Setting `CT_LOCATOR`:
245245

246-
When requesting a license for multi-server deployment, you must send Genuitec the externally accessible HTTPS URL for the CodeTogether Locator. Your license block will use this URL as the value for the `CT_LOCATOR` variable, and as part of license enforcement, this variable must be set for the locator server and each edge server. In the locator’s Dockerfile, `CT_LOCATOR` should have the same value as `CT_SERVER_URL`, and not none as you can see in the sample above.
246+
When requesting a license for multi-server deployment, you must send CodeTogether the externally accessible HTTPS URL for the CodeTogether Locator. Your license block will use this URL as the value for the `CT_LOCATOR` variable, and as part of license enforcement, this variable must be set for the locator server and each edge server. In the locator’s Dockerfile, `CT_LOCATOR` should have the same value as `CT_SERVER_URL`, and not none as you can see in the sample above.
247247

248248
#### Setting `CT_REGION`:
249249

docs/docs/on-premises/edge-server-technical-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ All HTTP requests include a `ctstickiness` value. For IDE Clients, it is an HTTP
9696

9797
## Obtaining a List of Available CodeTogether Versions
9898

99-
Get a list of CodeTogether images available for download at [here](https://hub.edge.codetogether.com/v2/releases/codetogether/tags/list). Authenticate with the Genuitec Docker registry credentials provided to you with your on-premises trial or purchase to access this list.
99+
Get a list of CodeTogether images available for download at [here](https://hub.edge.codetogether.com/v2/releases/codetogether/tags/list). Authenticate with the CodeTogether Docker registry credentials provided to you with your on-premises trial or purchase to access this list.
100100

101101
## Setting up Access to the CodeTogether Dashboard
102102

docs/docs/on-premises/kubernetes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To use Kubernetes with CodeTogether, only a single container can be used per edg
9292

9393
In the example below, the Ingress configuration and accompanying SSL certificate configuration may be skipped if this is being separately managed by your organization. As each organization’s usage of K8s may vary, no assumption has been made on the type of Ingress.
9494

95-
The following instructions use the Genuitec Docker Registry. If you prefer to use the Red Hat Software Catalog instead, substitute credentials and container path as mentioned [here](https://catalog.redhat.com/software/containers/genuitec/codetogether/5fbbdc772937386820426f55?container-tabs=gti&gti-tabs=red-hat-login).
95+
The following instructions use the CodeTogether Docker Registry. If you prefer to use the Red Hat Software Catalog instead, substitute credentials and container path as mentioned [here](https://catalog.redhat.com/software/containers/genuitec/codetogether/5fbbdc772937386820426f55?container-tabs=gti&gti-tabs=red-hat-login).
9696

9797
### 1. Download the codetogether.yaml File
9898

@@ -128,7 +128,7 @@ This step can be skipped if configuring Ingress separately.
128128

129129
### 4. Update codetogether.yaml with CodeTogether License
130130

131-
In the Secret section in the YAML file, update with the exact values for the CodeTogether license as provided by your Genuitec Sales Representative.
131+
In the Secret section in the YAML file, update with the exact values for the CodeTogether license as provided by your CodeTogether Sales Representative.
132132

133133
### 5. Update codetogether.yaml with SSO Configuration (Optional)
134134

@@ -210,7 +210,7 @@ openshift:
210210
enabled: false
211211

212212
#
213-
# CodeTogether license (provided by your Genuitec Sales Representative)
213+
# CodeTogether license (provided by your CodeTogether Sales Representative)
214214
#
215215
license:
216216
licensee: "Example"
@@ -302,7 +302,7 @@ stringData:
302302
# Configure as needed for your deployment, should match your SSL certificate
303303
CT_SERVER_URL: "https://SERVERFQDN"
304304
CT_TRUST_ALL_CERTS: "true"
305-
# Provided by your Genuitec Sales Representative
305+
# Provided by your CodeTogether Sales Representative
306306
# *values must match exactly
307307
CT_LICENSEE: "Your Company"
308308
CT_MAXCONNECTIONS: "0"

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config = {
1414
onBrokenLinks: 'warn',
1515
onBrokenMarkdownLinks: 'warn',
1616
favicon: 'img/favicon.ico',
17-
organizationName: 'Genuitec',
17+
organizationName: 'CodeTogether',
1818
projectName: 'CodeTogether',
1919

2020
presets: [
@@ -52,7 +52,7 @@ const config = {
5252
],
5353
},
5454
footer: {
55-
copyright: `Copyright © ${new Date().getFullYear()} Genuitec, LLC. Built with Docusaurus.`,
55+
copyright: `Copyright © ${new Date().getFullYear()} CodeTogether Inc. Built with Docusaurus.`,
5656
},
5757
prism: {
5858
theme: lightCodeTheme,

0 commit comments

Comments
 (0)