@scalar/docusaurus 0.4.70 → 0.4.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @scalar/docusaurus
2
2
 
3
+ ## 0.4.71
4
+
5
+ ### Patch Changes
6
+
7
+ - @scalar/api-reference-react@0.3.69
8
+
3
9
  ## 0.4.70
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -26,6 +26,7 @@ plugins: [
26
26
  {
27
27
  label: 'Scalar',
28
28
  route: '/scalar',
29
+ showNavLink: true, // optional, default is true
29
30
  configuration: {
30
31
  spec: {
31
32
  url: 'https://cdn.jsdelivr.net/npm/@scalar/galaxy/dist/latest.yaml',
@@ -54,6 +55,7 @@ plugins: [
54
55
  id: 'scalar/galaxy',
55
56
  label: 'Scalar',
56
57
  route: '/scalar',
58
+ showNavLink: true, // optional, default is true
57
59
  configuration: {
58
60
  spec: {
59
61
  url: 'https://cdn.jsdelivr.net/npm/@scalar/galaxy/dist/latest.json',
@@ -69,6 +71,7 @@ plugins: [
69
71
  id: 'petstore',
70
72
  label: 'Petstore',
71
73
  route: '/petstore',
74
+ showNavLink: true, // optional, default is true
72
75
  configuration: {
73
76
  spec: {
74
77
  url: 'https://petstore3.swagger.io/api/v3/openapi.json',
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "testing",
20
20
  "react"
21
21
  ],
22
- "version": "0.4.70",
22
+ "version": "0.4.71",
23
23
  "engines": {
24
24
  "node": ">=18"
25
25
  },
@@ -29,7 +29,7 @@
29
29
  "CHANGELOG.md"
30
30
  ],
31
31
  "dependencies": {
32
- "@scalar/api-reference-react": "0.3.68"
32
+ "@scalar/api-reference-react": "0.3.69"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@docusaurus/types": "^3.4.0",