-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththeme.config.js
More file actions
26 lines (26 loc) · 926 Bytes
/
theme.config.js
File metadata and controls
26 lines (26 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
export default {
github: "https://github.com/jobo-uz",
projectLink: "https://github.com/jobo-uz",
docsRepositoryBase: "https://github.com/jobo-uz/docs", // base URL for the docs repository
titleSuffix: " | Jobo",
nextLinks: true,
prevLinks: true,
search: true,
darkMode: true,
footer: true,
footerText: `MIT ${new Date().getFullYear()} © INFORABOTA`,
footerEditLink: `Edit this page on GitHub`,
logo: <span>JOBO | documentation</span>,
head: (
<>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Nextra: the next docs builder" />
<meta name="og:title" content="Nextra: the next docs builder" />
</>
),
i18n: [
{ locale: "en", text: "English" },
{ locale: "ru", text: "Русский" },
{ locale: "uz", text: "O'zbek" },
],
};