We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cd90a commit 7b78d65Copy full SHA for 7b78d65
ui-libraries/material/docs/README.md
@@ -42,16 +42,11 @@ not be processed and optimized by Starlight.
42
43
The docs use a lot of autogenerated content. First create all the screenshots which will be placed at `src/assets/generated/`.
44
45
-As a one-time install, run
46
-
47
-```
48
-cargo install --git https://github.com/slint-ui/slint slint-docsnapper
49
50
51
Generate the screenshots:
52
53
```bash
54
-slint-docsnapper docs --overwrite
+cd ui-libraries/material
+cargo run -p slint-docsnapper -- -Lmaterial=$PWD/src/material.slint docs
55
```
56
57
Build the docs:
0 commit comments