Updated Developing extensions (markdown)

AUTOMATIC1111 2022-10-22 13:21:54 +03:00
parent 39b7575061
commit 71fb913eed

@ -8,4 +8,4 @@ Web ui interacts with installed extensions in the following way:
- extension's javascript files in the `javascript` directory are added to the page
- extension's `style.css` file is added to the page
For how to develop custom scripts, which usually will do most of extension's work, see [Developing-custom-scripts]
For how to develop custom scripts, which usually will do most of extension's work, see [Developing custom scripts](Developing-custom-scripts).