diff --git a/package.json b/package.json index a6cf668..5350007 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "packages/*" ], "scripts": { + "help": "yarn run", + "test": "yarn workspace @netfoundry/docusaurus-theme test", "theme:build": "yarn workspace @netfoundry/docusaurus-theme build", @@ -15,6 +17,7 @@ "test-site:clear": "yarn workspace test-site clear", "test-site:fresh": "yarn test-site:clear && yarn test-site", + "unified:install": "yarn --cwd unified-doc install", "unified": "yarn --cwd unified-doc start", "unified:build": "yarn --cwd unified-doc build", "unified:clear": "yarn --cwd unified-doc clear", diff --git a/unified-doc/package.json b/unified-doc/package.json index f2cdd88..0513d78 100644 --- a/unified-doc/package.json +++ b/unified-doc/package.json @@ -55,7 +55,7 @@ "@docusaurus/theme-mermaid": "^3.10.1", "@hotjar/browser": "^1.0.9", "@mdx-js/react": "^3.0.0", - "@netfoundry/docusaurus-theme": "^0.15.1", + "@netfoundry/docusaurus-theme": "^0.15.2", "@scalar/docusaurus": "^0.8.13", "algoliasearch": "^5.36.0", "asciinema-player": "^3.10.1", diff --git a/unified-doc/yarn.lock b/unified-doc/yarn.lock index 26bfcae..1a9c09a 100644 --- a/unified-doc/yarn.lock +++ b/unified-doc/yarn.lock @@ -2622,10 +2622,10 @@ "@emnapi/runtime" "^1.5.0" "@tybys/wasm-util" "^0.10.1" -"@netfoundry/docusaurus-theme@^0.15.1": - version "0.15.1" - resolved "https://registry.yarnpkg.com/@netfoundry/docusaurus-theme/-/docusaurus-theme-0.15.1.tgz#57b06ac64f7979bcf223c713e158cdcabd9af7c8" - integrity sha512-9YhQzbJnhz6StIULNRWbwxYnY0etk9aO2ikf82KliVTufiDFato3zm/+KQ7kf9YXT86m763RqW3DOcrnlTkkZQ== +"@netfoundry/docusaurus-theme@^0.15.2": + version "0.15.2" + resolved "https://registry.yarnpkg.com/@netfoundry/docusaurus-theme/-/docusaurus-theme-0.15.2.tgz#f350ff57897d9dec528e6198ca89815b551879c7" + integrity sha512-J9cKCvU57lhTx74Zu3IKZEleTRL2+op61JylCghyAi20wuSfJl3liqmHTzeFNj1MAKT0uVYL+OaAJoi6RYL1/Q== dependencies: "@docsearch/react" "^3" algoliasearch "^5"