We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef723e commit a61ec2dCopy full SHA for a61ec2d
1 file changed
src/app/docs.tsx
@@ -1,3 +1,32 @@
1
+const docs = [
2
+ {
3
+ title: "Auto Splitters",
4
+ description:
5
+ "Documentation and tips for creating auto splitters for LibreSplit.",
6
+ to: "/docs/auto-splitters.md",
7
+ },
8
9
+ title: "Settings and Keybinds",
10
+ description: "Customize controls and behavior.",
11
+ to: "/docs/settings-keybinds.md",
12
13
14
+ title: "Split Files",
15
+ description: "JSON split file documentation.",
16
+ to: "/docs/split-files.md",
17
18
19
+ title: "Themes",
20
+ description: "Style the app to your liking.",
21
+ to: "/docs/themes.md",
22
23
24
+ title: "Troubleshooting",
25
+ description: "Fix common issues and edge cases.",
26
+ to: "/docs/troubleshooting.md",
27
28
+];
29
+
30
export function Docs() {
31
return <p>Placeholder</p>;
32
}
0 commit comments