Parent Directory
|
Revision Log
chore: sync with git
1 | rakinar2 | 575 | import DocsLayout from "@/components/Layouts/DocsLayout"; |
2 | rakinar2 | 626 | import { Metadata } from "next"; |
3 | rakinar2 | 575 | |
4 | rakinar2 | 626 | export const metadata: Metadata = { |
5 | title: { | ||
6 | default: "SudoBot Documentation", | ||
7 | template: "%s | SudoBot Documentation", | ||
8 | }, | ||
9 | }; | ||
10 | |||
11 | rakinar2 | 575 | export default DocsLayout; |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |