Skip to content

Commit

Permalink
feat: enable legacy openssl provider needed by docusaurus image proce…
Browse files Browse the repository at this point in the history
…ssing
  • Loading branch information
tkajtoch committed Aug 8, 2024
1 parent fe5baa6 commit 28df10c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/website/docs/patterns/pre_ga_badges.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ slug: /patterns/pre-ga-badges

Using badges in the interface allows to indicate upcoming features and product innovations available for testing and to set user expectations about the maturity, (non-)support, and stability of a feature.


![An example of a beta badge alongside a link to the Explorer feature](./beta_badges.png)

## Choosing between designations

When a feature becomes available for users before being officially Generally Available (GA), it is marked using a badge. A badge can have a default and a short form (with a simple icon). With both forms, a tooltip text explains what this means for the feature to help users get the correct expectations.
When a feature becomes available for users before being officially Generally Available (GA), it is marked using a badge. A badge can have a default and a short form (with a simple icon). With both forms, a tooltip text explains what this means for the feature to help users get the correct expectations.

Features don't necessarily go through each stage defined in this document. For example, it can start with Beta, or it can start with Technical preview and be announced as GA next.

Expand Down
5 changes: 3 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider docusaurus start",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand Down Expand Up @@ -39,6 +39,7 @@
"@docusaurus/types": "3.4.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"typescript": "~5.5.4"
},
"browserslist": {
Expand Down
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5765,6 +5765,7 @@ __metadata:
"@types/react": "npm:^18.3.3"
"@types/react-dom": "npm:^18.3.0"
clsx: "npm:^2.0.0"
cross-env: "npm:^7.0.3"
docusaurus-lunr-search: "npm:^3.4.0"
hast-util-is-element: "npm:1.1.0"
moment: "npm:^2.30.1"
Expand Down Expand Up @@ -15230,6 +15231,18 @@ __metadata:
languageName: node
linkType: hard

"cross-env@npm:^7.0.3":
version: 7.0.3
resolution: "cross-env@npm:7.0.3"
dependencies:
cross-spawn: "npm:^7.0.1"
bin:
cross-env: src/bin/cross-env.js
cross-env-shell: src/bin/cross-env-shell.js
checksum: 10c0/f3765c25746c69fcca369655c442c6c886e54ccf3ab8c16847d5ad0e91e2f337d36eedc6599c1227904bf2a228d721e690324446876115bc8e7b32a866735ecf
languageName: node
linkType: hard

"cross-spawn@npm:^4.0.0":
version: 4.0.2
resolution: "cross-spawn@npm:4.0.2"
Expand Down

0 comments on commit 28df10c

Please sign in to comment.