Skip to content

Commit b8bafab

Browse files
committed
fix images
1 parent 86d1497 commit b8bafab

File tree

12 files changed

+35
-0
lines changed

12 files changed

+35
-0
lines changed

website/e2e/new-site.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,38 @@
33
- if there is already a website, create a new one, clicking the switcher for the website and selecting new website
44
- 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
55
- 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.
2.41 MB
Loading
1.9 MB
Loading
1.91 MB
Loading
2.44 MB
Loading
2.39 MB
Loading
2.39 MB
Loading
2.4 MB
Loading
2.4 MB
Loading
2.41 MB
Loading

0 commit comments

Comments
 (0)