@docusaurus/plugin-content-docs 3.7.0-canary-6315 → 3.7.0-canary-6320

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.
@@ -62,7 +62,7 @@ export type SidebarsUtils = {
62
62
  };
63
63
  export declare function createSidebarsUtils(sidebars: Sidebars): SidebarsUtils;
64
64
  export declare function toDocNavigationLink(doc: DocMetadataBase, options?: {
65
- sidebarItemLabel?: string | undefined;
65
+ sidebarItemLabel?: string;
66
66
  }): PropNavigationLink;
67
67
  export declare function toNavigationLink(navigationItem: SidebarNavigationItem | undefined, docsById: {
68
68
  [docId: string]: DocMetadataBase;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/plugin-content-docs",
3
- "version": "3.7.0-canary-6315",
3
+ "version": "3.7.0-canary-6320",
4
4
  "description": "Docs plugin for Docusaurus.",
5
5
  "main": "lib/index.js",
6
6
  "sideEffects": false,
@@ -35,15 +35,15 @@
35
35
  },
36
36
  "license": "MIT",
37
37
  "dependencies": {
38
- "@docusaurus/core": "3.7.0-canary-6315",
39
- "@docusaurus/logger": "3.7.0-canary-6315",
40
- "@docusaurus/mdx-loader": "3.7.0-canary-6315",
41
- "@docusaurus/module-type-aliases": "3.7.0-canary-6315",
42
- "@docusaurus/theme-common": "3.7.0-canary-6315",
43
- "@docusaurus/types": "3.7.0-canary-6315",
44
- "@docusaurus/utils": "3.7.0-canary-6315",
45
- "@docusaurus/utils-common": "3.7.0-canary-6315",
46
- "@docusaurus/utils-validation": "3.7.0-canary-6315",
38
+ "@docusaurus/core": "3.7.0-canary-6320",
39
+ "@docusaurus/logger": "3.7.0-canary-6320",
40
+ "@docusaurus/mdx-loader": "3.7.0-canary-6320",
41
+ "@docusaurus/module-type-aliases": "3.7.0-canary-6320",
42
+ "@docusaurus/theme-common": "3.7.0-canary-6320",
43
+ "@docusaurus/types": "3.7.0-canary-6320",
44
+ "@docusaurus/utils": "3.7.0-canary-6320",
45
+ "@docusaurus/utils-common": "3.7.0-canary-6320",
46
+ "@docusaurus/utils-validation": "3.7.0-canary-6320",
47
47
  "@types/react-router-config": "^5.0.7",
48
48
  "combine-promises": "^1.1.0",
49
49
  "fs-extra": "^11.1.1",
@@ -67,5 +67,5 @@
67
67
  "engines": {
68
68
  "node": ">=18.0"
69
69
  },
70
- "gitHead": "9cf2656b9b5ba64585ab220c91a0dbbac9758ae4"
70
+ "gitHead": "bc5c442d335b70448f1ab9af980dafd687d2c098"
71
71
  }
@@ -480,7 +480,7 @@ Available document ids are:
480
480
 
481
481
  export function toDocNavigationLink(
482
482
  doc: DocMetadataBase,
483
- options?: {sidebarItemLabel?: string | undefined},
483
+ options?: {sidebarItemLabel?: string},
484
484
  ): PropNavigationLink {
485
485
  const {
486
486
  title,