@gasket/plugin-docusaurus
Advanced tools
Comparing version 7.1.0-canary.3 to 7.1.0-next.0
{ | ||
"name": "@gasket/plugin-docusaurus", | ||
"version": "7.1.0-canary.3", | ||
"version": "7.1.0-next.0", | ||
"description": "Gasket plugin for docusaurus", | ||
@@ -46,3 +46,3 @@ "main": "lib/index.js", | ||
"@docusaurus/preset-classic": "^3.5.2", | ||
"@gasket/core": "7.1.0-canary.3", | ||
"@gasket/core": "7.1.0-next.0", | ||
"ajv": "^8.17.1", | ||
@@ -78,3 +78,3 @@ "cross-env": "^7.0.3", | ||
}, | ||
"gitHead": "58b322cf0d231fa89504a73aef5d4f25a4e8e04a" | ||
"gitHead": "110d5fdbf05ba9432f6ff4e4466f0e816b4430a1" | ||
} |
@@ -30,3 +30,2 @@ # @gasket/plugin-docusaurus | ||
## Configuration | ||
@@ -42,2 +41,3 @@ | ||
#### Example | ||
```js | ||
@@ -63,2 +63,3 @@ // gasket.js | ||
### `docusaurus.config.js` | ||
A required `docusaurus.config.js` will generated in the root directory if one is not present. Docusaurus allows for additional [configuration/customization](https://docusaurus.io/docs/api/docusaurus-config) options and you can define those directly in the `docusaurus.config.js`. | ||
@@ -65,0 +66,0 @@ |
71
13191