@docusaurus/plugin-content-pages 2.0.0-beta.1ab8aa0af → 2.0.0-beta.2

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/lib/index.js CHANGED
@@ -151,7 +151,6 @@ function pluginContentPages(context, options) {
151
151
  rehypePlugins,
152
152
  beforeDefaultRehypePlugins,
153
153
  beforeDefaultRemarkPlugins,
154
- keepContentTitle: true,
155
154
  staticDir: path_1.default.join(siteDir, constants_1.STATIC_DIR_NAME),
156
155
  // Note that metadataPath must be the same/in-sync as
157
156
  // the path from createData for each MDX.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/plugin-content-pages",
3
- "version": "2.0.0-beta.1ab8aa0af",
3
+ "version": "2.0.0-beta.2",
4
4
  "description": "Pages plugin for Docusaurus.",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/plugin-content-pages.d.ts",
@@ -18,18 +18,18 @@
18
18
  },
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@docusaurus/core": "2.0.0-beta.1ab8aa0af",
22
- "@docusaurus/mdx-loader": "2.0.0-beta.1ab8aa0af",
23
- "@docusaurus/types": "2.0.0-beta.1ab8aa0af",
24
- "@docusaurus/utils": "2.0.0-beta.1ab8aa0af",
25
- "@docusaurus/utils-validation": "2.0.0-beta.1ab8aa0af",
21
+ "@docusaurus/core": "2.0.0-beta.2",
22
+ "@docusaurus/mdx-loader": "2.0.0-beta.2",
23
+ "@docusaurus/types": "2.0.0-beta.2",
24
+ "@docusaurus/utils": "2.0.0-beta.2",
25
+ "@docusaurus/utils-validation": "2.0.0-beta.2",
26
26
  "globby": "^11.0.2",
27
27
  "lodash": "^4.17.20",
28
28
  "minimatch": "^3.0.4",
29
29
  "remark-admonitions": "^1.2.1",
30
30
  "slash": "^3.0.0",
31
31
  "tslib": "^2.1.0",
32
- "webpack": "^5.28.0"
32
+ "webpack": "^5.40.0"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "react": "^16.8.4 || ^17.0.0",
@@ -38,5 +38,5 @@
38
38
  "engines": {
39
39
  "node": ">=12.13.0"
40
40
  },
41
- "gitHead": "63c06baac39707a1a4c3cc4c0031cb2163f256c4"
41
+ "gitHead": "883f07fddffaf1657407c8e202e370cc436e25f7"
42
42
  }
package/src/index.ts CHANGED
@@ -222,7 +222,6 @@ export default function pluginContentPages(
222
222
  rehypePlugins,
223
223
  beforeDefaultRehypePlugins,
224
224
  beforeDefaultRemarkPlugins,
225
- keepContentTitle: true,
226
225
  staticDir: path.join(siteDir, STATIC_DIR_NAME),
227
226
  // Note that metadataPath must be the same/in-sync as
228
227
  // the path from createData for each MDX.