Skip to content

Commit f3dd7a5

Browse files
MaedahBatooljdpleinessmarcleblanc2
authored
Update new logo icons in callouts (#913)
Replace and update icons for SG logo files in callouts components. --------- Co-authored-by: Jacob Pleiness <[email protected]> Co-authored-by: Marc <[email protected]>
1 parent 453a7f8 commit f3dd7a5

File tree

9 files changed

+22
-14
lines changed

9 files changed

+22
-14
lines changed

docs/admin/config/webhooks/incoming.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ To retain webhook logs for one day:
291291
```json
292292
{
293293
"webhook.logging": {
294-
"enabled": false,
294+
"enabled": true,
295295
"retention": "24h"
296296
}
297297
}

docs/admin/deploy/machine-images/aws-ami.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Following these docs will provision the following resources:
88
- A root EBS volume with 50GB of storage
99
- An additional EBS volume with 500GB of storage for storing code and search indices
1010

11+
### Sourcegraph AMI account ID
12+
13+
All Sourcegraph AMIs are published from one of the following AWS accounts:
14+
15+
- Account ID: `840044800169`
16+
- Account ID: `870751268155`
17+
18+
1119
### Instance size chart
1220

1321
Select an AMI according and instance type to the number of users and repositories you have using this table. If you fall between two sizes, choose the larger of the two.
@@ -26,7 +34,7 @@ Click [here](https://github.com/sourcegraph/deploy#amazon-ec2-amis) to see the c
2634

2735
**The default AMI username is `ec2-user`.**
2836

29-
<Callout type="note">AMIs are optimized for the specific set of resources provided by the instance type, please ensure you use the correct AMI for the associated EC2 instance type. You can [resize your EC2 instance anytime](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-resize.html), but your Sourcegraph AMI must match accordingly. If needed, follow the [upgrade steps](#upgrade) to switch to the correct AMI image that is optimized for your EC2 instance type.</Callout>
37+
<Callout type="note">While we recommend certain image types in our sizing chart, AMIs will dynamically use the resources available on the EC2 instance type they are deployed to, provided the minimum amount of resources needed is available. If you would like to resize your EC2 instance, follow the [upgrade steps](#upgrade) to switch to the correct AMI image that is optimized for your EC2 instance type.</Callout>
3038

3139
---
3240

@@ -35,7 +43,7 @@ Click [here](https://github.com/sourcegraph/deploy#amazon-ec2-amis) to see the c
3543
1. In the [instance size chart](#instance-size-chart), click the link for the AMI that matches your deployment size.
3644
2. Choose **Launch instance from AMI**.
3745
3. Name your instance.
38-
4. Select an **instance type** according to [the sizing chart](#instance-size-chart).
46+
4. Select an **instance type** according to [the sizing chart](#instance-size-chart) or your needs.
3947
5. **Key pair (login)**: Select or create a new Key Pair for connecting to your instance securely (this may be required in the event you need support).
4048
6. **Network settings**:
4149
- Under "Auto-assign public IP" select "Enable".

docs/code-search/features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p className="subtitle">Learn and understand more about Sourcegraph's Code Search features and core functionality.</p>
44

55
<LinkCards>
6-
<LinkCard href="https://about.sourcegraph.com/get-started?t=enterprise" imgSrc="https://sourcegraph.com/.assets/img/sourcegraph-mark.svg" imgAlt="Sourcegraph" title="Get single-tenant instance managed by Sourcegraph." description="Sign up and get a 30 day free trial for your team." />
6+
<LinkCard href="https://about.sourcegraph.com/get-started?t=enterprise" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Sourcegraph" title="Get single-tenant instance managed by Sourcegraph." description="Sign up and get a 30 day free trial for your team." />
77
</LinkCards>
88

99
## Powerful, flexible queries

docs/code-search/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Sourcegraph's Code Search empowers you to:
1818

1919
<LinkCards>
2020

21-
<LinkCard href="https://sourcegraph.com/contact/request-info?form_submission_source=pricing-enterprise" imgSrc="https://sourcegraph.com/.assets/img/sourcegraph-mark.svg" imgAlt="Sourcegraph" title="Get single-tenant instance managed by Sourcegraph." description="Sign up and get a 30 day free trial for your team." />
21+
<LinkCard href="https://sourcegraph.com/contact/request-info?form_submission_source=pricing-enterprise" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Sourcegraph" title="Get single-tenant instance managed by Sourcegraph." description="Sign up and get a 30 day free trial for your team." />
2222

2323
</LinkCards>
2424

docs/cody/clients/cody-with-sourcegraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
In addition to the Cody extensions for [VS Code](/cody/clients/install-vscode), [JetBrains](/cody/clients/install-jetbrains), [Visual Studio](/cody/clients/install-visual-studio ), and [Eclispe](/cody/clients/install-eclipse) IDEs, Cody is also available in the Sourcegraph web app. Community users can use Cody for free by logging into their accounts on Sourcegraph.com, and enterprise users can use Cody within their Sourcegraph instance.
66

77
<LinkCards>
8-
<LinkCard href="https://sourcegraph.com/cody/chat" imgSrc="https://sourcegraph.com/.assets/img/sourcegraph-mark.svg" imgAlt="Cody for Web" title="Cody for Web" description="Use Cody in the Sourcegraph Web App." />
8+
<LinkCard href="https://sourcegraph.com/cody/chat" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Cody for Web" title="Cody for Web" description="Use Cody in the Sourcegraph Web App." />
99
</LinkCards>
1010

1111
## Initial setup

docs/cody/clients/enable-cody-enterprise.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p className="subtitle">Cody enhances your coding experience by providing intelligent code suggestions, context-aware completions, and advanced code analysis. These docs will help you use Cody on your Sourcegraph Enterprise instance.</p>
44

55
<LinkCards>
6-
<LinkCard href="https://sourcegraph.com/contact/request-info" imgSrc="https://sourcegraph.com/.assets/img/sourcegraph-mark.svg" imgAlt="Cody Enterprise" title="Cody Enterprise" description="Get in touch with our team to try Cody for Sourcegraph Enterprise." />
6+
<LinkCard href="https://sourcegraph.com/contact/request-info" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Cody Enterprise" title="Cody Enterprise" description="Get in touch with our team to try Cody for Sourcegraph Enterprise." />
77
</LinkCards>
88

99
## Setting up Cody Enterprise

docs/cody/clients/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ProductCard href="/cody/clients/install-jetbrains" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/jb_beam.svg" imgAlt="JetBrains" title="Cody for JetBrains" description="Install Cody's free extension for JetBrains." />
88
<ProductCard href="/cody/clients/install-visual-studio" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-Product-Icon.svg" imgAlt="Visual Studio" title="Cody for Visual Studio (Experimental)" description="Install Cody's free extension for Visual Studio." />
99
<ProductCard href="/cody/clients/install-eclipse" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/eclipse.svg" imgAlt="Eclipse" title="Cody for Eclipse (Experimental)" description="Install Cody's free extension for Eclipse." />
10-
<ProductCard href="/cody/clients/cody-with-sourcegraph" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/cody-logomark-default.svg" imgAlt="Cody Web" title="Cody for Web" description="Use Cody in the Sourcegraph web app." />
10+
<ProductCard href="/cody/clients/cody-with-sourcegraph" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/new-chat-icon.svg" imgAlt="Cody Web" title="Cody for Web" description="Use Cody in the Sourcegraph web app." />
1111
<ProductCard href="/cody/clients/install-cli" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/command-line-blue.svg" imgAlt="Cody CLI" title="Cody CLI" description="Run Cody from the command line." />
12-
<ProductCard href="/cody/clients/enable-cody-enterprise" imgSrc="https://sourcegraph.com/.assets/img/sourcegraph-mark.svg" imgAlt="Cody Enterprise" title="Cody Enterprise" description="Get in touch with our team to try Cody for Sourcegraph Enterprise." />
12+
<ProductCard href="/cody/clients/enable-cody-enterprise" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Cody Enterprise" title="Cody Enterprise" description="Get in touch with our team to try Cody for Sourcegraph Enterprise." />
1313
</ProductCards>

docs/cody/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ You can start using Cody with one of the following options:
2121
<ProductCard href="/cody/clients/install-jetbrains" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/jb_beam.svg" imgAlt="JetBrains" title="Cody for JetBrains" description="Install Cody's free extension for JetBrains." />
2222
<ProductCard href="/cody/clients/install-visual-studio" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-Product-Icon.svg" imgAlt="Visual Studio" title="Cody for Visual Studio (Experimental)" description="Install Cody's free extension for Visual Studio." />
2323
<ProductCard href="/cody/clients/install-eclipse" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/eclipse.svg" imgAlt="Eclipse" title="Cody for Eclipse (Experimental)" description="Install Cody's free extension for Eclipse." />
24-
<ProductCard href="/cody/clients/cody-with-sourcegraph" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/cody-logomark-default.svg" imgAlt="Cody Web" title="Cody for Web" description="Use Cody in the Sourcegraph web app." />
24+
<ProductCard href="/cody/clients/cody-with-sourcegraph" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/new-chat-icon.svg" imgAlt="Cody Web" title="Cody for Web" description="Use Cody in the Sourcegraph web app." />
2525
<ProductCard href="/cody/clients/install-cli" imgSrc="https://storage.googleapis.com/sourcegraph-assets/docs/images/cody/command-line-blue.svg" imgAlt="Cody CLI" title="Cody CLI" description="Run Cody from the command line." />
26-
<ProductCard href="/cody/clients/enable-cody-enterprise" imgSrc="https://sourcegraph.com/.assets/img/sourcegraph-mark.svg" imgAlt="Cody Enterprise" title="Cody Enterprise" description="Get in touch with our team to try Cody for Sourcegraph Enterprise." />
26+
<ProductCard href="/cody/clients/enable-cody-enterprise" imgSrc="https://storage.googleapis.com/sourcegraph-assets/Docs/sg-new-logo.svg" imgAlt="Cody Enterprise" title="Cody Enterprise" description="Get in touch with our team to try Cody for Sourcegraph Enterprise." />
2727
</ProductCards>
2828

2929
## Main features

src/components/mdx/Tabs.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use client';
22

3-
import React, {ReactNode, useMemo} from 'react';
43
import {Tab as HeadlessTab} from '@headlessui/react';
54
import clsx from 'clsx';
5+
import React, {ReactNode, useMemo} from 'react';
66

77
interface TabData {
88
title: string;
@@ -31,10 +31,10 @@ export function Tabs({children}: TabsProps) {
3131

3232
return (
3333
<>
34-
<div className="w-full rounded-lg border border-light-border-2 dark:border-dark-border ">
34+
<div className="w-full rounded-lg">
3535
<HeadlessTab.Group>
3636
<HeadlessTab.List
37-
className="flex flex-wrap space-x-6 rounded-t-md border-b border-light-border-2 bg-light-bg-2/70 px-4 text-center text-sm font-medium dark:border-dark-border dark:bg-dark-bg-2"
37+
className="flex flex-wrap space-x-6 rounded-md border-light-border-2 bg-light-bg-2/70 px-4 text-center text-sm font-medium dark:border-dark-border dark:bg-dark-bg-2"
3838
id="defaultTab"
3939
data-tabs-toggle="#defaultTabContent"
4040
>

0 commit comments

Comments
 (0)