iotaledger / iota-wiki

IOTA Wiki
https://wiki.iota.org
Other
118 stars 277 forks source link

Check if wiki-cli in external repos need to be updated #913

Closed Dr-Electron closed 1 year ago

Dr-Electron commented 1 year ago

Describe the bug

Some external repos seem to still use an old version of the cli. So the Docusaurus built-in broken link detection doesn't work.

Dr-Electron commented 1 year ago

CLI was updated with ab446e92caa7343083c82fd402e2e9e0a3486d80

Now with this lovely regex \((\.|\w)([\.|\/]+)([a-zA-Z0-9_\/-]{1,}|-*|\d*]+)(#*)([a-zA-Z0-9_-]{1,}|-*|\d*]+)\) we can check for missing extensions by replacing with ($1$2$3.md$4$5)

Dr-Electron commented 1 year ago

All PRs are created so we can close this issue and keep monitoring the PRs