Skip to content

Commit 30987ca

Browse files
authored
fix: Beta tag (#2867)
## Description Provide a concise summary of the changes made in this pull request - ## Pull request type Check the appropriate box: - [ ] Review Fixes - [ ] Documentation Overhaul - [ ] Feature/Story - Link one or more Engineering Tickets * - [ ] A-Force - [ ] Error in documentation - [ ] Maintenance ## Documentation tickets Link to one or more documentation tickets: - ## Checklist From the below options, select the ones that are applicable: - [ ] Checked for Grammarly suggestions. - [ ] Adhered to the writing checklist. - [ ] Adhered to the media checklist. - [ ] Verified and updated cross-references or added redirect rules. - [ ] Tested the redirect rules on deploy preview. - [ ] Validated the modifications made to the content on the deploy preview. - [ ] Validated the CSS modifications on different screen sizes.
1 parent 1d6325b commit 30987ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/sidebars.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ const sidebars = {
740740
{
741741
type: 'category',
742742
collapsed: false,
743-
label: 'Packages (Beta)',
743+
label: 'Packages',
744744
items: [
745745
'packages/overview',
746746

@@ -777,7 +777,7 @@ const sidebars = {
777777
{
778778
type: 'category',
779779
collapsed: false,
780-
label: 'Workflows (Beta)',
780+
label: 'Workflows',
781781
items: [
782782
'workflows/README',
783783
//category- Api

0 commit comments

Comments
 (0)