Skip to content

Commit

Permalink
add missing link entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Oct 23, 2023
1 parent 09cd334 commit 63e298b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ def replace_code(string):
"|link-runtime-on-connect|": "https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onConnect",
"|link-runtime-on-message|": "https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onMessage",
"|link-match-patterns|": "https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Match_patterns",
"|link-DOMFile-arrayBuffer|": "https://developer.mozilla.org/en-US/docs/Web/API/Blob/arrayBuffer",
"|link-DOMFile-text|": "https://developer.mozilla.org/en-US/docs/Web/API/Blob/text",

"|DateTimeFormat|": "`Intl.DateTimeFormat <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat>`__",
"|File|": "`File <https://developer.mozilla.org/docs/Web/API/File>`__",
Expand Down

0 comments on commit 63e298b

Please sign in to comment.