Skip to content

Commit

Permalink
chore: remove docs from repo (#5853)
Browse files Browse the repository at this point in the history
* chore: remove docs from repo

* chore: make lwc run by default on workflow_dispatch

* chore: lwc e2e min vscode version
  • Loading branch information
CristiCanizales authored Sep 17, 2024
1 parent 67bf90a commit 54eae1e
Show file tree
Hide file tree
Showing 321 changed files with 7 additions and 13,061 deletions.
5 changes: 1 addition & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@

#ECCN:Open Source
#GUSINFO: Platform Dev Tools Scrum Team, IDE Experience Team
* @forcedotcom/ide-experience

# If the change occurs within the docs directory, add the doc maintainers.
/docs/ @forcedotcom/doc-maintainers
* @forcedotcom/ide-experience
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
lwcE2ETests:
description: 'LWC E2E Tests'
required: false
default: false
default: true
type: boolean
vscodeVersion:
description: 'VSCode Version for ESM branches'
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
runId: ${{ github.event.workflow_run.id }}

LWC_E2E_tests_min_vscode_version:
if: ${{ inputs.lwcE2ETests || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') }}
if: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/lwcE2E.yml
secrets: inherit
with:
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Contributing

1. Familiarize yourself with the codebase by reading the [docs](docs), in
particular the [development](contributing/developing.md) doc.
1. Familiarize yourself with the codebase by reading the [docs](https://developer.salesforce.com/tools/vscode) and the [development](contributing/developing.md) doc.
1. Create a new discussion before starting your project so that we are aware of what you are trying to add/fix. On that discussion, we will give you the approval to proceed if your suggestion fits in our roadmap, offer suggestions, or let you know if there is already an effort in progress.
1. Fork this repository.
1. The [README](README.md) has details on how to set up your environment.
Expand Down
4 changes: 0 additions & 4 deletions docs/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion docs/.nojekyll

This file was deleted.

3 changes: 0 additions & 3 deletions docs/.prettierignore

This file was deleted.

5 changes: 0 additions & 5 deletions docs/.prettierrc

This file was deleted.

1 change: 0 additions & 1 deletion docs/.ruby-version

This file was deleted.

33 changes: 0 additions & 33 deletions docs/404.html

This file was deleted.

30 changes: 0 additions & 30 deletions docs/Gemfile

This file was deleted.

86 changes: 0 additions & 86 deletions docs/Gemfile.lock

This file was deleted.

106 changes: 0 additions & 106 deletions docs/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/_articles/en/apex/apex-debugging.md

This file was deleted.

Loading

0 comments on commit 54eae1e

Please sign in to comment.