You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do not commit generated content to VCS; closes#3713 (#4289)
* do not commit generated content to VCS
This removes `markdown-magic` and replaces its functionality with the built-in data capabilities of 11ty.
The TOC, `--help` output, and source files are now all done via global data scripts in `docs/_data`.
When building documentation, we will no longer get changes to e.g., `docs/index.md` because of the automatically generated content.
* add inclusive language plugin to eleventy
Usage of the words as defined in options will result in a warning, and will not break the build.
Also: Eleventy should ignore the historical changelogs in `docs/changelogs`.
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ _So you wanna build the site?_
34
34
cp: docs/_dist/_headers: No such file or directory
35
35
```
36
36
37
-
- See `package-scripts.js` for details on what the builds are actually doing; especially see [markdown-magic](https://npm.im/markdown-magic) for how we're dynamically inserting information into `docs/index.md`.
37
+
- See `package-scripts.js` for details on what the builds are actually doing.
To use this reporter, execute `mocha --reporter /path/to/my-reporter.js`.
75
12
@@ -110,4 +47,4 @@ The event names are exported from the `constants` property of `Mocha.Runner`:
110
47
111
48
**Please use these constants** instead of the event names in your own reporter! This will ensure compatibility with future versions of Mocha.
112
49
113
-
> It's important to understand that all `Suite` callbacks will be run _before_ the {@link Runner} emits `EVENT_RUN_BEGIN`. Hooks and tests, however, won't run until _after_ the {@link Runner} emits `EVENT_RUN_BEGIN`.
50
+
> It's important to understand that all `Suite` callbacks will be run _before_ the {@link Runner} emits `EVENT_RUN_BEGIN`. Hooks and tests won't run until _after_ the {@link Runner} emits `EVENT_RUN_BEGIN`.
These are changelogs for (very) old versions of Mocha.
4
+
5
+
These changelogs are _not_ included in the website, and are here only for archival purposes.
6
+
7
+
_If you're looking for the current changelog, [here is the current changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)._
0 commit comments