Skip to content

Commit

Permalink
Rename 1.0.0 versioned docs to 1.x (#6975)
Browse files Browse the repository at this point in the history
# Pull Request

## 📖 Description

The initial re-working of the docs named the previous version as "legacy", which was relpaced by "1.0.0" as we are now starting our release path for `@microsoft/fast-element` to "2.0.0", this is a mistake however and should be "1.x" to keep the major versions as the key alignment, 1.x and 2.x should be used respectively without reference to minor or patch versions to avoid confusion.

This may necessitate updates to the docs when new features come out as being available from "2.1.0" onwards for example, a similar pattern is observed in TypeScript docs.

## 👩‍💻 Reviewer Notes

This is a simple rename, content has not been changed.

## ✅ Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have included a change request file using `$ yarn change`
- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [x] I have updated the project documentation to reflect my changes.
- [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/master/CODE_OF_CONDUCT.md#our-standards) for this project.
  • Loading branch information
janechu authored Jun 4, 2024
1 parent 5eb926a commit 8545ce0
Show file tree
Hide file tree
Showing 1,706 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions sites/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ module.exports = {
current: {
label: "2.x",
},
"1.0.0": {
label: "1.0.0",
path: "1.0.0",
"1.x": {
label: "1.x",
path: "1.x",
},
},
},
Expand Down
Loading

0 comments on commit 8545ce0

Please sign in to comment.