Skip to content

Commit

Permalink
chore: only have Stable/Next version (microsoft#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Jul 7, 2022
1 parent decd0d1 commit a7ad683
Show file tree
Hide file tree
Showing 987 changed files with 10 additions and 199,361 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,14 @@ jobs:
- run: npm i -g npm@8
- name: Install dependencies
run: npm ci
- name: Delete optionally previous version
run: node src/versions.js --delete ${{ github.event.inputs.version }}
- name: Delete stale versions
run: node src/versions.js --delete-stale-minor-versions ${{ github.event.inputs.version }}
- name: Delete previous Stable
run: node src/versions.js --delete stable
- name: Roll
run: npm run roll
env:
SRC_DIR: ./playwright
- name: Create new version
run: npm run version-all
env:
NEW_VERSION: ${{ github.event.inputs.version }}
- name: Prepare branch
id: prepare-branch
run: |
Expand Down
9 changes: 0 additions & 9 deletions dotnet/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,6 @@ module.exports = {
className: "header-github-link",
"aria-label": "GitHub repository",
},
{
type: "docsVersionDropdown",
position: "left",
// Add additional dropdown items at the beginning/end of the dropdown.
dropdownItemsBefore: [],
dropdownItemsAfter: [{ to: "/versions", label: "All versions" }],
// Do not add the link active class when browsing docs.
dropdownActiveClassDisabled: true,
},
{
label: '.NET',
position: 'left',
Expand Down
163 changes: 0 additions & 163 deletions dotnet/versioned_docs/version-1.21/actionability.mdx

This file was deleted.

107 changes: 0 additions & 107 deletions dotnet/versioned_docs/version-1.21/api/class-accessibility.mdx

This file was deleted.

Loading

0 comments on commit a7ad683

Please sign in to comment.