|
3 | 3 | - if there is already a website, create a new one, clicking the switcher for the website and selecting new website
|
4 | 4 | - a chat interface will appear. here you can describe the website to create to an agent that can write markdown files and customize the website
|
5 | 5 | - describe a docs website of your choice, for example a website for a library or a product
|
| 6 | + |
| 7 | +## Available Gradient Images |
| 8 | + |
| 9 | +When the agent needs to add images to the website, use the following example demo gradient images hosted at `https://holocron.so`: |
| 10 | + |
| 11 | +### Vertical Gradients (2160x3840) |
| 12 | +- `https://holocron.so/gradient/vertical1.jpg` |
| 13 | +- `https://holocron.so/gradient/vertical2.jpg` |
| 14 | +- `https://holocron.so/gradient/vertical3.jpg` |
| 15 | +- `https://holocron.so/gradient/vertical4.jpg` |
| 16 | +- `https://holocron.so/gradient/vertical5.jpg` |
| 17 | +- `https://holocron.so/gradient/vertical6.jpg` |
| 18 | +- `https://holocron.so/gradient/vertical7.jpg` |
| 19 | +- `https://holocron.so/gradient/vertical8.jpg` |
| 20 | + |
| 21 | +### Horizontal Gradients (3840x2160) |
| 22 | +- `https://holocron.so/gradient/horizontal1.jpg` |
| 23 | +- `https://holocron.so/gradient/horizontal2.jpg` |
| 24 | +- `https://holocron.so/gradient/horizontal3.jpg` |
| 25 | + |
| 26 | +### Example Usage |
| 27 | + |
| 28 | +```html |
| 29 | +<img src="https://holocron.so/gradient/horizontal1.jpg" alt="Gradient background" /> |
| 30 | +``` |
| 31 | + |
| 32 | +```html |
| 33 | +<img |
| 34 | + src="https://holocron.so/gradient/vertical1.jpg" |
| 35 | + alt="Vertical gradient" |
| 36 | + style="width: 100%; height: auto;" |
| 37 | +/> |
| 38 | +``` |
| 39 | + |
| 40 | +DO NOT invent other image urls. |
0 commit comments