File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 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+
130export function Docs ( ) {
231 return < p > Placeholder</ p > ;
332}
You can’t perform that action at this time.
0 commit comments