mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
refactor: Relocate screenshots scripts to new tools/screenshots dir.
This commit relocates all the scripts in the tools directory which are used for auto-generating screenshots to the new tools/screenshots directory to avoid cluttering the tools/ root.
This commit is contained in:
@@ -44,10 +44,10 @@ Usually, this involves a few steps:
|
||||
the message to provide an example message in the documentation.
|
||||
|
||||
If your new integration is an incoming webhook integration, you can generate
|
||||
the screenshot using `tools/generate-integration-docs-screenshot`:
|
||||
the screenshot using `tools/screenshots/generate-integration-docs-screenshot`:
|
||||
|
||||
```bash
|
||||
./tools/generate-integration-docs-screenshot --integration integrationname
|
||||
./tools/screenshots/generate-integration-docs-screenshot --integration integrationname
|
||||
```
|
||||
|
||||
If you have trouble using this tool, you can also manually generate the
|
||||
|
||||
Reference in New Issue
Block a user