diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fd623b1257..1b4af572e7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 \ No newline at end of file diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 178394a632..d5d523b784 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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' @@ -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: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4a7c571b2..02356180a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index aed60f2055..0000000000 --- a/docs/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -_site -.sass-cache -.jekyll-cache -.jekyll-metadata diff --git a/docs/.nojekyll b/docs/.nojekyll deleted file mode 100644 index 7e8c71e359..0000000000 --- a/docs/.nojekyll +++ /dev/null @@ -1 +0,0 @@ -DO NOT DELETE: TELLS GITHUB TO NOT BUILD THIS SITE \ No newline at end of file diff --git a/docs/.prettierignore b/docs/.prettierignore deleted file mode 100644 index 6b6c30359b..0000000000 --- a/docs/.prettierignore +++ /dev/null @@ -1,3 +0,0 @@ -node_modules -_site -.sass-cache \ No newline at end of file diff --git a/docs/.prettierrc b/docs/.prettierrc deleted file mode 100644 index 57a1013229..0000000000 --- a/docs/.prettierrc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "printWidth": 80, - "tabWidth": 2, - "singleQuote": true -} diff --git a/docs/.ruby-version b/docs/.ruby-version deleted file mode 100644 index 097a15a2af..0000000000 --- a/docs/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.6.2 diff --git a/docs/404.html b/docs/404.html deleted file mode 100644 index 5fc89da418..0000000000 --- a/docs/404.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -layout: default ---- - - - - - -
Page not found :(
-The requested page could not be found.
-Hello, {greeting}!
-{contact.Name}, {contact.Phone}
-{contacts.error}
- -Hello, {greeting}!
-- {% octicon issue-opened %} Feedback or Bugs - | - {% octicon mark-github %} Edit this Article -
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html deleted file mode 100644 index 9d23faf110..0000000000 --- a/docs/_layouts/default.html +++ /dev/null @@ -1,215 +0,0 @@ - - - {% if page.url != '/' %} - {% if page.lang == 'en' %} -