From 48da42e6ad59827242b4671b4d34a9c69b91e0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20M=C3=BCller?= Date: Fri, 19 Jul 2019 12:10:17 +0200 Subject: [PATCH] Remove jsdoc index.html placeholder from eleventy file structure and fix broken link in jsdoc tutorial (#3966) --- docs/api-tutorials/custom-reporter.md | 12 ++++++------ docs/api/index.html | 14 -------------- 2 files changed, 6 insertions(+), 20 deletions(-) delete mode 100644 docs/api/index.html diff --git a/docs/api-tutorials/custom-reporter.md b/docs/api-tutorials/custom-reporter.md index 1555ce26d0..a5abee8ce3 100644 --- a/docs/api-tutorials/custom-reporter.md +++ b/docs/api-tutorials/custom-reporter.md @@ -112,9 +112,9 @@ The event names are exported from the `constants` property of `Mocha.Runner`: > It's important to understand that all `Suite` callbacks will be run _before_ the [Runner] emits `EVENT_RUN_BEGIN`. Hooks and tests, however, won't run until _after_ the [Runner] emits `EVENT_RUN_BEGIN`. -[runner]: /api/runner -[test]: /api/test -[hook]: /api/hook -[suite]: /api/suite -[base]: /api/mocha.reporters.base -[delay]: /#delayed-root-suite +[runner]: /api/runner.html +[test]: /api/test.html +[hook]: /api/hook.html +[suite]: /api/suite.html +[base]: /api/mocha.reporters.base.html +[delay]: /#delayed-root-suite.html diff --git a/docs/api/index.html b/docs/api/index.html deleted file mode 100644 index b937ab3b43..0000000000 --- a/docs/api/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - Document - - -

- The JSDoc API documentation will be placed here by the build system -

- -