diff --git a/CHANGELOG.md b/CHANGELOG.md index 760c370d1..dd16f8756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,7 +82,7 @@ The private parameter has removed, use a access ### Bug Fixes -* [@see](https://github.com/see) tags incorrectly formatted in markdown ouput fixed [#1337](https://github.com/documentationjs/documentation/issues/1337) ([5d8d450](https://github.com/documentationjs/documentation/commit/5d8d4504d52a5bb0a0432bf399bbd82d9e5ea7fc)) +* [@see](https://github.com/see) tags incorrectly formatted in markdown output fixed [#1337](https://github.com/documentationjs/documentation/issues/1337) ([5d8d450](https://github.com/documentationjs/documentation/commit/5d8d4504d52a5bb0a0432bf399bbd82d9e5ea7fc)) ### [13.2.1](https://github.com/documentationjs/documentation/compare/v13.2.0...v13.2.1) (2021-04-06) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1938ba710..2169a477e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,6 @@ Release process: * Confirm that `master` passes CI tests * Run `npm run release` or in case it's a prerelease you'd run i.e. `npm run release -- --prerelease alpha` - * It will automatically update teh version in package.json and make a git tag. + * It will automatically update the version in package.json and make a git tag. * Push commits * npm publish diff --git a/docs/THEMING.md b/docs/THEMING.md index cd9761c9f..a2d4a4b00 100644 --- a/docs/THEMING.md +++ b/docs/THEMING.md @@ -34,6 +34,7 @@ for some ideas. - You can now make changes that will show up when you generate your docs using your theme. Example `package.json` `scripts` entry: `"documentation build index.js -f html -o docs --theme node_modules/docjs-theme"` #### Changes to Default Theme Via documentation.yml + If a documentation.yml file is used to establish a table of contents for your documentation, small changes to the default style can be made via a