/[sudobot]/branches/7.x/docs/app/(docs)/features/screenshots/page.mdx
ViewVC logotype

Contents of /branches/7.x/docs/app/(docs)/features/screenshots/page.mdx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 577 - (show annotations)
Mon Jul 29 18:52:37 2024 UTC (8 months ago) by rakinar2
File size: 679 byte(s)
chore: add old version archive branches (2.x to 9.x-dev)
1 ---
2 title: Screenshots
3 short_name: Screenshots
4 ---
5
6 import helpScreenshot from "@/images/help-command.png";
7 import aboutScreenshot from "@/images/about-command.png";
8
9 # Screenshots
10
11 Here are some screenshots:
12
13 <figure>
14 <img
15 src={helpScreenshot.src}
16 width={600}
17 alt=""
18 style={{
19 width: "100%",
20 }}
21 />
22 <figcaption>
23 <p>Help Command (Slash Command)</p>
24 </figcaption>
25 </figure>
26 <figure>
27 <img
28 src={aboutScreenshot.src}
29 width={600}
30 alt=""
31 style={{
32 width: "100%",
33 }}
34 />
35 <figcaption>
36 <p>About Command (Legacy)</p>
37 </figcaption>
38 </figure>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26