From b4cf9ad528e3e95274257f072e77c3d790d19d58 Mon Sep 17 00:00:00 2001 From: Helma van der Linden Date: Mon, 9 Jan 2023 21:30:38 +0100 Subject: [PATCH] Feat: adding the corresponding PBS episodes --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f06b460..baa9793 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,13 @@ To contribute documentation or code changes back to the project you'll also need When altering the code you may find links to the documentation for the various technologies used within the project's code and toolchain useful: * Mozilla's Excellent JavaScript documentation — [developer.mozilla.org/…](https://developer.mozilla.org/en-US/docs/Web/JavaScript) -* Documentation for the JSDoc syntax — [jsdoc.app/…](https://jsdoc.app/) * Documentation for the NPM (Node Package Manager) CLI — https://docs.npmjs.com/cli/v9/ +* Documentation for the JSDoc syntax — [jsdoc.app/…](https://jsdoc.app/) - [PBS 131](https://pbs.bartificer.net/pbs131), [PBS 132](https://pbs.bartificer.net/pbs132) * The best available documentation for the DocDash JSDoc theme — [github.com/…](https://github.com/clenemt/docdash) -* Documentation for the Mermaid diagram markup language — [mermaid-js.github.io/…](https://mermaid-js.github.io/mermaid/#/) -* Documentation for the project's code linter, ESLint — [eslint.org/…](https://eslint.org/docs/latest/) -* Documentation for Jest, the project's code testing tool — [jestjs.io/…](https://jestjs.io/docs/getting-started) -* Documentation for the project's bundler, Webpack — [webpack.js.org/…](https://webpack.js.org/concepts/) +* Documentation for the Mermaid diagram markup language — [mermaid-js.github.io/…](https://mermaid-js.github.io/mermaid/#/) - [PBS 141](https://pbs.bartificer.net/pbs141) +* Documentation for the project's code linter, ESLint — [eslint.org/…](https://eslint.org/docs/latest/) - [PBS129](https://pbs.bartificer.net/pbs129) +* Documentation for Jest, the project's code testing tool — [jestjs.io/…](https://jestjs.io/docs/getting-started) - [PBS135](https://pbs.bartificer.net/pbs136), [PBS135](https://pbs.bartificer.net/pbs136) +* Documentation for the project's bundler, Webpack — [webpack.js.org/…](https://webpack.js.org/concepts/) - [PBS 137](https://pbs.bartificer.net/pbs137), [PBS 138](https://pbs.bartificer.net/pbs138),[PBS 139](https://pbs.bartificer.net/pbs139) ### Versioning Policy