Skip to content

Commit d2ec766

Browse files
committed
add new docs
1 parent d002187 commit d2ec766

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export default defineConfig({
175175
{ label: 'Import Cucumber BDD Tests', link: '/project/import-export/import/import-bdd'},
176176
{ label: 'Import PHP Tests', link: '/project/import-export/import/import-php'},
177177
{ label: 'Automated Import', link: '/project/import-export/import/auto-import'},
178-
// { label: 'Java Check Tests', link: '/project/import-export/import/java-check-tests'},
178+
{ label: 'Java Check Tests', link: '/project/import-export/import/java-check-tests'},
179179
],
180180
},
181181
{
@@ -218,7 +218,7 @@ export default defineConfig({
218218
{ label: 'Functions', link: '/test-reporting/functions'},
219219
{ label: 'Reporting API', link: '/test-reporting/api'},
220220
{ label: 'Logger', link: '/test-reporting/logger'},
221-
// { label: 'Testomat.io Java Reporter', link: '/test-reporting/java-reporter'},
221+
{ label: 'Testomat.io Java Reporter', link: '/test-reporting/java-reporter'},
222222
{
223223
label: 'Pipes',
224224
collapsed: true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"preview": "astro preview",
1717
"astro": "astro",
1818
"docs": "node ./src/scripts/runok.js docs",
19-
"publish": "npm run docs && npm run build"
19+
"publish": "pnpm run docs && pnpm run build"
2020
},
2121
"license": "MIT",
2222
"devDependencies": {

0 commit comments

Comments
 (0)