From 74523b44bd592f19d58a070f0a93431d8656706e Mon Sep 17 00:00:00 2001 From: Slava Leleka Date: Thu, 3 Nov 2022 21:11:56 +0200 Subject: [PATCH] update readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa80345a..efd5b1f4 100644 --- a/README.md +++ b/README.md @@ -484,10 +484,9 @@ and open needed HTML file from `tests/dist` in your browser with devtools ## How to update wiki -``` -yarn wiki:update -``` -`about-scriptlets.md` and `about-redirects.md` are being built from JSDoc notation of corresponding scriptlets and redirects source files with `@scriptlet/@redirect` and `@description` tags. +There are two scripts to update wiki: +1. `yarn wiki:build-table` — checks compatibility data updates and updates the compatibility table. Should be run manually while the release preparation. +2. `yarn wiki:build-docs` — updates wiki pages `about-scriptlets.md` and `about-redirects.md`. They are being generated from JSDoc-type comments of corresponding scriptlets and redirects source files due to `@scriptlet`/`@redirect` and `@description` tags. Runs automatically while the release build. ## Browser Compatibility | Chrome | Edge | Firefox | IE | Opera | Safari |