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