Skip to content

Commit

Permalink
docs: testing relative image urls (#5169)
Browse files Browse the repository at this point in the history
code builder images link update
  • Loading branch information
sbudhirajadoc authored Oct 19, 2023
1 parent 54f1d0d commit d169788
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/_articles/en/codebuilder/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Salesforce Code Builder is a web-based integrated development environment that h
Code Builder is development environment that can be spun up quickly, and is custom to your Salesforce org and your specified project. Through Code Builder, access your favorite Salesforce languages and frameworks, such as Apex, SOQL, Visualforce, Aura, and Lightning Web Components. Access rich developer tools such as debuggers for Apex, linting, and so on.
You can install Code Builder as a managed package in any supported Salesforce org edition.

![Code Builder Welcome Page](../../../images/codebuilder_welcome.png)
![Code Builder Welcome Page](./images/codebuilder_welcome.png)

## Additional Resources

Expand Down
2 changes: 1 addition & 1 deletion docs/_articles/en/codebuilder/cb-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ When installation is complete, you receive a confirmation email. You can confirm

From Setup, enter `Installed Packages` in the Quick Find box, then select **Installed Packages**. You see an entry for Code Builder that looks something like this. If you get the message that the app is taking a long time to install, you get automatically redirected to this page after you click **Done**.

![Installed Package](../../../images/installed_package.png)
![Installed Package](./images/installed_package.png)

## Add Team Members as Users in the Code Builder Org

Expand Down
6 changes: 3 additions & 3 deletions docs/_articles/en/codebuilder/cb-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Working in the cloud has its advantages. However, unlike working on a desktop wh

2. Click **Launch** to launch your Code Builder environment. A new environment is created for you the first time to launch. We've also created an empty Salesforce DX project to help you get started. Note that it takes a few minutes for a new environment to be created and loaded.

![Code Builder Dashboard](../../../images/cb_dashboard.png)
![Code Builder Dashboard](./images/cb_dashboard.png)

**Tip**: Once you have created your Code Builder environment, launch it from the dashboard at any time, or bookmark it for fast access.

Expand All @@ -44,7 +44,7 @@ You can change the org you are connected to by clicking on the name of the curre

You’re now in your developer environment in Code Builder. Code Builder has a rich IDE and it gives you access to cool Salesforce-specific development tools through the expanded Salesforce Extension pack. Let’s take a quick tour and get to know the lay of the land. Your screen looks something like this:

![code_builder_ui](../../../images/code_builder_ga_ui_dark.jpg)
![code_builder_ui](./images/code_builder_ga_ui_dark.jpg)

The Code Builder user interface is divided into five main areas.

Expand All @@ -64,7 +64,7 @@ Take a closer look at the activity bar and notice a cloud icon. This icon repres

**More Information**: You can find more information about the [Org Browser](https://developer.salesforce.com/tools/vscode/en/user-guide/org-browser) in the Salesforce Extension Pack documentation.

![org_browser_small](../../../images/org_browser_small.jpg)
![org_browser_small](./images/org_browser_small.jpg)

Click Org Browser and scroll down to **Custom Objects**. The first object you see is Account. You can view the metadata of the **Account** object (and do a few more cool things, but we’ll get to those in a bit).

Expand Down
2 changes: 1 addition & 1 deletion docs/_articles/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /

The Salesforce Extension pack includes tools for developing on the Salesforce platform in the lightweight, extensible VS Code editor. These tools provide features for working with development orgs (scratch orgs, sandboxes, and DE orgs), Apex, Aura components, and Visualforce.

![GIF showing Org Browser](../../../images/index_intro_small.gif)
![GIF showing Org Browser](./images/index_intro_small.gif)

### Salesforce Extensions for Desktop

Expand Down

0 comments on commit d169788

Please sign in to comment.