File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,17 @@ export default function NotFound() {
15
15
< p className = "mt-2 text-base text-zinc-600 dark:text-zinc-400" >
16
16
Sorry, we couldn’t find the page you’re looking for.
17
17
</ p >
18
+ < p className = "mt-6 text-base text-zinc-600 dark:text-zinc-400" >
19
+ Much of this web site is still a work-in-progress, and we are working hard to try and get all of the
20
+ documentation migrated here. In the meantime, our
21
+ < a
22
+ className = "ml-2 mr-2 text-nowrap font-medium transition text-amber-500 hover:text-amber-600 dark:text-amber-400 dark:hover:text-amber-500"
23
+ href = "https://github.com/crowbartools/Firebot/wiki"
24
+ >
25
+ Github Wiki
26
+ </ a >
27
+ contains a vast selection of < i > historical</ i > documentation.
28
+ </ p >
18
29
< Button href = "/" arrow = "right" className = "mt-8" >
19
30
Back to docs
20
31
</ Button >
You can’t perform that action at this time.
0 commit comments