Skip to content

Commit 4122f79

Browse files
committed
Add an "Under Construction" paragraph to 404 page
Providing a link to the Github Wiki.
1 parent b88695a commit 4122f79

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: src/app/not-found.tsx

+11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ export default function NotFound() {
1515
<p className="mt-2 text-base text-zinc-600 dark:text-zinc-400">
1616
Sorry, we couldn’t find the page you’re looking for.
1717
</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>
1829
<Button href="/" arrow="right" className="mt-8">
1930
Back to docs
2031
</Button>

0 commit comments

Comments
 (0)