feat(docs): add GIF, GitHub URL, and more endpoints

This commit is contained in:
rzmk 2025-10-12 21:13:17 -04:00
parent f538cfeb83
commit 4fc9937520
6 changed files with 131 additions and 3 deletions

View file

@ -20,5 +20,6 @@ export function baseOptions(): BaseLayoutProps {
},
// see https://fumadocs.dev/docs/ui/navigation/links
links: [],
githubUrl: "https://github.com/dathere/ckanaction"
};
}