Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(revert): fix broken links under user docs and obsolete info from publishing #3939

Merged
merged 8 commits into from
Mar 22, 2022

Conversation

mohanraj-r
Copy link
Contributor

@mohanraj-r mohanraj-r commented Mar 19, 2022

What issues does this PR fix or reference?

@W-10869967@

@mohanraj-r mohanraj-r requested review from a team as code owners March 19, 2022 02:01
@mohanraj-r mohanraj-r self-assigned this Mar 19, 2022
@uip-robot-zz
Copy link

This issue has been linked to a new work item: W-10869967

@randi274
Copy link
Contributor

@mohanraj-r this is looking good! Is it possible for me to test it, or is this something that @sbudhirajadoc will need to do?

@mohanraj-r
Copy link
Contributor Author

Thanks @randi274
There is doc for running the doc site locally https://github.com/forcedotcom/salesforcedx-vscode/blob/mohanraj-r/doc_fix_misc/docs/README.md#how-to-run-the-doc-site-locally
I haven't done it yet 😞 - It has been on my TODO list since its a diff tech stack.

Copy link
Contributor

@randi274 randi274 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mohanraj-r - I was struggling to test it as well, and ran into a few different errors. Mostly a ruby version mismatch due to what I had locally vs tried to install with homebrew. I wasn't able to resolve them, but comparing it with what you're reverting, if it worked before, it should work again!

@@ -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 Apex code completion, pushing source to a scratch org, and running Apex tests](../../images/overview.gif)
![GIF showing Apex code completion, pushing source to a scratch org, and running Apex tests](./images/overview.gif)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screen Shot 2022-03-22 at 11 58 02 AM

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this image path is correct.


## Set Salesforce CLI Path (Windows)

See [Installing the Salesforce CLI](https://developer.salesforce.com/tools/sfdxcli). After installing Salesforce CLI, if you get the error 'Salesforce CLI is not installed', most likely Salesforce CLI is not added as a path variable. To verify or add Salesforce CLI to your Windows path variable:

1. Search for `Edit the system environment variables`.
<img align="center" width="80%" height="80%" src="../../images/troubleshooting_set_cli_path.1.png" alt="Windows Search">
<img align="center" width="80%" height="80%" src="./images/troubleshooting_set_cli_path.1.png" alt="Windows Search">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screen Shot 2022-03-22 at 12 01 29 PM

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you double this this image path? it doesn't render for me.


1. In `System Properties`, click `Environment Variables`.
<img align="center" width="80%" height="80%" src="../../images/troubleshooting_set_cli_path.2.png" alt="System Properties">
<img align="center" width="80%" height="80%" src="./images/troubleshooting_set_cli_path.2.png" alt="System Properties">

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screen Shot 2022-03-22 at 12 01 46 PM


1. Under `User Variables`, double-click `Path` .
<img align="center" width="80%" height="80%" src="../../images/troubleshooting_set_cli_path.3.png" alt="User Variables">
<img align="center" width="80%" height="80%" src="./images/troubleshooting_set_cli_path.3.png" alt="User Variables">

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screen Shot 2022-03-22 at 12 02 49 PM


1. Verify Salesforce CLI is listed as an entry. Otherwise, click New and paste the path where you installed CLI. For example, `C:\Program Files\Salesforce CLI\bin`
<img align="center" width="80%" height="80%" src="../../images/troubleshooting_set_cli_path.4.png" alt="Path View">
<img align="center" width="80%" height="80%" src="./images/troubleshooting_set_cli_path.4.png" alt="Path View">

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screen Shot 2022-03-22 at 12 02 07 PM

@@ -60,7 +60,7 @@ If your deployment times for Apex code are slow, your org might have the `Compil

## Other Resources

For Apex Debugger troubleshooting information, see [Apex Interactive Debugger](./apex/interactive-debugger.md).
For Apex Debugger troubleshooting information, see [Apex Interactive Debugger](./en/apex/interactive-debugger).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified link works locally.

@@ -14,23 +14,23 @@ If you don’t see any SFDX commands in the command palette, make sure that you

## Set Your Java Version

See: [Java Configuration](./getting-started/java-setup.md)
See: [Java Configuration](./en/getting-started/java-setup)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified link works locally for en and ja

Copy link
Contributor

@gbockus-sf gbockus-sf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified the changes locally and looks good to go. Also pushed a commit to update the README for running locally.

@mohanraj-r
Copy link
Contributor Author

@randi274 @gbockus-sf discovered that we can preview the rendered doc site from a Github Pull request by clicking "Details" against the "netlify/salesforcedx-vscode/deploy-preview — Deploy Preview ready!" check. Added a note to Readme.

@@ -1,6 +1,8 @@
# How to run the doc site locally

The `docs` folder contains content published to [Salesforce Extensions for Visual Studio Code](https://developer.salesforce.com/tools/vscode)
- The `docs` folder contains content published to [Salesforce Extensions for Visual Studio Code](https://developer.salesforce.com/tools/vscode).
- To preview the rendered doc site from a Github Pull request click "Details" against the "netlify/salesforcedx-vscode/deploy-preview — Deploy Preview ready!" check.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where does this live? I don't see that check.
Screen Shot 2022-03-22 at 1 16 17 PM

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is weird. I see it right in the center among the checks

image

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 gotcha was looking at the wrongs checks..I found it now

@mohanraj-r
Copy link
Contributor Author

@sbudhirajadoc The image links are just being reverted to what existed before. You can check them in the deploy preview from this PR https://deploy-preview-3939--salesforcedx-vscode.netlify.app/

@mohanraj-r mohanraj-r merged commit 473b598 into develop Mar 22, 2022
@mohanraj-r mohanraj-r deleted the mohanraj-r/doc_fix_misc branch March 22, 2022 19:43
AnanyaJha pushed a commit that referenced this pull request Mar 24, 2022
… publishing (#3939)

Co-authored-by: Gordon Bockus <gbockus@salesforce.com>
@randi274 randi274 mentioned this pull request Mar 24, 2022
sbudhirajadoc added a commit that referenced this pull request Jun 30, 2022
* docs(revert): fix broken links under user docs and obsolete info from publishing (#3939)

Co-authored-by: Gordon Bockus <gbockus@salesforce.com>

* chore: set release date in changelog to 2 days from branch cut @W-10785024@ (#3888)

* chore: set release date in changelog to 2 days from branch cut @@W-10785024@

* chore: review comments @W-10785024@

* Changes to Org Browser Behavior (#3941)

* Changes to Org Browser Behavior

1. Two icons (open source </> and Retrieve Source from Org) are displayed besides components within the folders.
2. When clicked on the Retrieve Source from Org button it retrieves the component from Org.
At force-app/main/default/Objects, xml file(s) appears in folder named same as the one listed in Org browser.
The behavior of being able to retrieve components within folders is new.

* Update org-browser.md

Updated based on review comments from @ekapner.

* Update org-browser.md

+ more Emily edits.

* Update org-browser.md

* yml file for code builder

setting up doc outline in Code Builder yml

* Place Holder topics

Added content for the new topics for review purposes.

* fix toc

* misnamed file

rename

* Update sidebar.yml

* another yml update

* working on getting this yml right.

* fix yml cb link

* last commit

* Code Builder Updates

Added new files and some images.

* Updates to Desktop Install

Cleaned up duplications in documentation about the desktop install process

* Intro page updated

plus started list of CB vs Desktop

* Emily first pass ready

More CB vs Desktop

* Added images and reorged.

* Notes

Added "Notes" and checking if they render correctly.

* Update cb-start.md

* Updatedd Plugins page with button

Yas!

* Second update to recommended extensions

Button html corrections. Plus SOQl Builder note format

* Bunch of fixes

Almost there--
Sections clean up.
yml fix
extensions buttons fix

* new differences article plus other fixex

# level headers are not rendering correctly. Moving them to ## level.

* Update java-setup.md

moved java path changes from develop

* Update cb-start.md

* Update CHANGELOG.md

* Create java-setup.md

fixing issue with moved location of java-setup.md

* That peskly Java Setup file

* New gifs + Updates

Latest gifs and updates to two topics.

* Update cb-diffs.md

unsaved changes.

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/vscode-desktop/recommended-extensions.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/vscode-desktop/tips-and-tricks.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/vscode-desktop/tips-and-tricks.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update about.md

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-setup.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-setup.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update about.md

updated beta service disclaimer to current.

* Update about.md

removed link to learning maps for now since they might be moved and we do not want the link to break.

* Update cb-setup.md

* Update cb-setup.md

* Update cb-start.md

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Apply suggestions from code review

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Apply suggestions from code review

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update cb-start.md

* Update cb-start.md

* Update cb-start.md

* Update cb-start.md

* Update cb-start.md

fixing numbering.

* Update cb-setup.md

* Update desktop-intro.md

moving links to top level topic.

* Update index.md

removed gif. added resources.

* Update about.md

* Update cb-diffs.md

extra  spaces

* Update cb-start.md

removed "test.salesforce.com" from text

* Update cb-start.md

command palette to Command Palette

* Update tips-and-tricks.md

command palette  to Command Palette

* Update cb-diffs.md

* Update cb-diffs.md

Emily's edits -- simplified and mergedd two bullets.

* Update cb-diffs.md

added "cannot preview to information about LWC development" per Emily's suggestion

* Update cb-diffs.md

Broke a long sentence into 3.

* Update cb-start.md

added  missing punctuations at the end of steps.

* Update cb-start.md

not lightning component -- Lightning Web Component

* Update recommended-extensions.md

extensions clarification

* Update cb-start.md

added "few minutes to start"

* Update cb-setup.md

Removed "Before you install, make sure you have enabled Unlocked Packages and Second-Generation Managed Packages in your Dev Hub." per Mohith's feedback.

* Update cb-start.md

new org auth flow

* Update cb-diffs.md

* Update cb-start.md

cleaning up connecting to different org.

* Update cb-diffs.md

authing using device flow.

* Update cb-diffs.md

link fixed

* Update cb-start.md

rendering  From **Setup**, go to **Object Manager** | **Account** needed fixing

* Update desktop-intro.md

* Update cb-start.md

* Update cb-start.md

* Update index.md

Added image and updated text.

* Update about.md

waitlist info added.

* Update cb-start.md

Added a clearer step 1. to connect to a different org.

* Update index.md

updated gif

* Update index.md

added install button back

* Update index.md

* Create index_intro_small.gif

added gif

* Update index.md

title  change

* Update _config.yml

sidebar title update

* Update about.md

* Update cb-setup.md

removed un-needed numbering.

* Update cb-start.md

minor edits.

* Create about.md

Japanese version

* Create cb-diffs.md

Japanese version

* Create cb-setup.md

Japanese version

* Create cb-start.md

* Create desktop-intro.md

Japanese version

* Rename docs/_articles/ja/getting-started/install.md to docs/_articles/ja/vscode-desktop/install.md

move to new location

* Rename docs/_articles/ja/getting-started/java-setup.md to docs/_articles/ja/vscode-desktop/java-setup.md

changed location

* Rename docs/_articles/ja/getting-started/recommended-extensions.md to docs/_articles/ja/vscode-desktop/recommended-extensions.md

moved location

* Rename docs/_articles/ja/getting-started/settings.md to docs/_articles/ja/vscode-desktop/settings.md

moved location

* Rename docs/_articles/ja/getting-started/tips-and-tricks.md to docs/_articles/ja/vscode-desktop/tips-and-tricks.md

moved location

* Update cb-setup.md

removed install  link.

* Japanese translation work

updated contents of 4 Japanese files

* Update index.md

minor change based on feedback from jonny.

* Update cb-setup.md

minor fix for missing space

* Update docs/_articles/en/codebuilder/about.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-setup.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update cb-setup.md

Code builder to Code Builder

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update cb-start.md

* Update cb-setup.md

* Update cb-start.md

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update cb-start.md

changed "VS Code's" to "by VS Code"

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

Co-authored-by: Mohan Raj Rajamanickam <1509984+mohanraj-r@users.noreply.github.com>
Co-authored-by: Gordon Bockus <gbockus@salesforce.com>
Co-authored-by: Jag Jayaprakash <58611665+jag-sfdc@users.noreply.github.com>
Co-authored-by: jbeeghly <46358907+jeffb-sfdc@users.noreply.github.com>
Co-authored-by: Emily Kapner <ekapner@salesforce.com>
angela-young pushed a commit that referenced this pull request Jul 7, 2022
* docs(revert): fix broken links under user docs and obsolete info from publishing (#3939)

Co-authored-by: Gordon Bockus <gbockus@salesforce.com>

* chore: set release date in changelog to 2 days from branch cut @W-10785024@ (#3888)

* chore: set release date in changelog to 2 days from branch cut @@W-10785024@

* chore: review comments @W-10785024@

* Changes to Org Browser Behavior (#3941)

* Changes to Org Browser Behavior

1. Two icons (open source </> and Retrieve Source from Org) are displayed besides components within the folders.
2. When clicked on the Retrieve Source from Org button it retrieves the component from Org.
At force-app/main/default/Objects, xml file(s) appears in folder named same as the one listed in Org browser.
The behavior of being able to retrieve components within folders is new.

* Update org-browser.md

Updated based on review comments from @ekapner.

* Update org-browser.md

+ more Emily edits.

* Update org-browser.md

* yml file for code builder

setting up doc outline in Code Builder yml

* Place Holder topics

Added content for the new topics for review purposes.

* fix toc

* misnamed file

rename

* Update sidebar.yml

* another yml update

* working on getting this yml right.

* fix yml cb link

* last commit

* Code Builder Updates

Added new files and some images.

* Updates to Desktop Install

Cleaned up duplications in documentation about the desktop install process

* Intro page updated

plus started list of CB vs Desktop

* Emily first pass ready

More CB vs Desktop

* Added images and reorged.

* Notes

Added "Notes" and checking if they render correctly.

* Update cb-start.md

* Updatedd Plugins page with button

Yas!

* Second update to recommended extensions

Button html corrections. Plus SOQl Builder note format

* Bunch of fixes

Almost there--
Sections clean up.
yml fix
extensions buttons fix

* new differences article plus other fixex

# level headers are not rendering correctly. Moving them to ## level.

* Update java-setup.md

moved java path changes from develop

* Update cb-start.md

* Update CHANGELOG.md

* Create java-setup.md

fixing issue with moved location of java-setup.md

* That peskly Java Setup file

* New gifs + Updates

Latest gifs and updates to two topics.

* Update cb-diffs.md

unsaved changes.

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/vscode-desktop/recommended-extensions.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/vscode-desktop/tips-and-tricks.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/vscode-desktop/tips-and-tricks.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update about.md

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-setup.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-setup.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update about.md

updated beta service disclaimer to current.

* Update about.md

removed link to learning maps for now since they might be moved and we do not want the link to break.

* Update cb-setup.md

* Update cb-setup.md

* Update cb-start.md

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Apply suggestions from code review

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Apply suggestions from code review

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update cb-start.md

* Update cb-start.md

* Update cb-start.md

* Update cb-start.md

* Update cb-start.md

fixing numbering.

* Update cb-setup.md

* Update desktop-intro.md

moving links to top level topic.

* Update index.md

removed gif. added resources.

* Update about.md

* Update cb-diffs.md

extra  spaces

* Update cb-start.md

removed "test.salesforce.com" from text

* Update cb-start.md

command palette to Command Palette

* Update tips-and-tricks.md

command palette  to Command Palette

* Update cb-diffs.md

* Update cb-diffs.md

Emily's edits -- simplified and mergedd two bullets.

* Update cb-diffs.md

added "cannot preview to information about LWC development" per Emily's suggestion

* Update cb-diffs.md

Broke a long sentence into 3.

* Update cb-start.md

added  missing punctuations at the end of steps.

* Update cb-start.md

not lightning component -- Lightning Web Component

* Update recommended-extensions.md

extensions clarification

* Update cb-start.md

added "few minutes to start"

* Update cb-setup.md

Removed "Before you install, make sure you have enabled Unlocked Packages and Second-Generation Managed Packages in your Dev Hub." per Mohith's feedback.

* Update cb-start.md

new org auth flow

* Update cb-diffs.md

* Update cb-start.md

cleaning up connecting to different org.

* Update cb-diffs.md

authing using device flow.

* Update cb-diffs.md

link fixed

* Update cb-start.md

rendering  From **Setup**, go to **Object Manager** | **Account** needed fixing

* Update desktop-intro.md

* Update cb-start.md

* Update cb-start.md

* Update index.md

Added image and updated text.

* Update about.md

waitlist info added.

* Update cb-start.md

Added a clearer step 1. to connect to a different org.

* Update index.md

updated gif

* Update index.md

added install button back

* Update index.md

* Create index_intro_small.gif

added gif

* Update index.md

title  change

* Update _config.yml

sidebar title update

* Update about.md

* Update cb-setup.md

removed un-needed numbering.

* Update cb-start.md

minor edits.

* Create about.md

Japanese version

* Create cb-diffs.md

Japanese version

* Create cb-setup.md

Japanese version

* Create cb-start.md

* Create desktop-intro.md

Japanese version

* Rename docs/_articles/ja/getting-started/install.md to docs/_articles/ja/vscode-desktop/install.md

move to new location

* Rename docs/_articles/ja/getting-started/java-setup.md to docs/_articles/ja/vscode-desktop/java-setup.md

changed location

* Rename docs/_articles/ja/getting-started/recommended-extensions.md to docs/_articles/ja/vscode-desktop/recommended-extensions.md

moved location

* Rename docs/_articles/ja/getting-started/settings.md to docs/_articles/ja/vscode-desktop/settings.md

moved location

* Rename docs/_articles/ja/getting-started/tips-and-tricks.md to docs/_articles/ja/vscode-desktop/tips-and-tricks.md

moved location

* Update cb-setup.md

removed install  link.

* Japanese translation work

updated contents of 4 Japanese files

* Update index.md

minor change based on feedback from jonny.

* Update cb-setup.md

minor fix for missing space

* Update docs/_articles/en/codebuilder/about.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-diffs.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-setup.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update cb-setup.md

Code builder to Code Builder

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update cb-start.md

* Update cb-setup.md

* Update cb-start.md

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update cb-start.md

changed "VS Code's" to "by VS Code"

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

* Update docs/_articles/en/codebuilder/cb-start.md

Co-authored-by: Emily Kapner <ekapner@salesforce.com>

Co-authored-by: Mohan Raj Rajamanickam <1509984+mohanraj-r@users.noreply.github.com>
Co-authored-by: Gordon Bockus <gbockus@salesforce.com>
Co-authored-by: Jag Jayaprakash <58611665+jag-sfdc@users.noreply.github.com>
Co-authored-by: jbeeghly <46358907+jeffb-sfdc@users.noreply.github.com>
Co-authored-by: Emily Kapner <ekapner@salesforce.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants