-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.config.js
47 lines (46 loc) · 1.65 KB
/
theme.config.js
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
export default {
logo: <span> সি# বাংলা টিউটোরিয়াল </span>,
project: {
link: 'https://github.com/naeemcse/csharp-bangla-tutorial'
},
docsRepositoryBase: 'https://github.com/naeemcse/csharp-bangla-tutorial/tree/master',
banner: {
key: '2.0-release',
text: (
<a href="https://github.com/naeemcse" target="_blank">
🎉 সি# বাংলা টিউটোরিয়াল ডেভোলাপার - নাজমুল ইসলাম নাঈম 🎉
</a>
),},
head: (
<>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="সি# বাংলা টিউটোরিয়াল" />
<meta name="og:title" content="সি# বাংলা টিউটোরিয়াল" />
<title>সি# বাংলা টিউটোরিয়াল</title>
</>
),
toc: {
title: "কনটেন্ট সূচি",
backToTop: true,
},
sidebar: {
defaultMenuCollapseLevel: 2,
},
editLink:{
text: 'এই পেজটি কন্ট্রিবিউশন করুন',
},
footer: {
text: (
<span>
copyright {new Date().getFullYear()} ©{" "}
<a
href='https://github.com/naeemcse'
target='_blank'>
Najmul Islam Naeem
</a>
.
</span>
),
},
defaultShowCopyCode: true,
}