forked from ton-community/ton-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocusaurus.config.js
More file actions
212 lines (197 loc) · 6.41 KB
/
docusaurus.config.js
File metadata and controls
212 lines (197 loc) · 6.41 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion
require("dotenv").config();
const getEnvLangConfig = () => {
const defaultLocale = process.env.DEFAULT_LOCALE || "en";
const langArray = process.env.TARGET_LANGS
? process.env.TARGET_LANGS.split(",")
: ["mandarin", "ru"];
// : ["mandarin", "ru", "ko", "pl", "uk", "ja"];
const locales = Array.from(new Set([defaultLocale, ...langArray]));
return {
defaultLocale,
locales,
localeConfigs: {
en: {
label: "English",
},
'mandarin': {
label: '简体中文',
path: "zh-CN",
},
ru: {
label: 'Русский',
path: "ru",
},
},
};
};
// function to get current year
function getCurrentYear() {
const now = new Date();
return now.getFullYear();
}
// show current year in text
const currentYear = getCurrentYear();
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'The Open Network',
tagline: 'Mass adoption. Massive distribution',
url: 'https://docs.ton.org',
staticDirectories: ['public', 'static'],
baseUrl: '/',
themes: [
'@docusaurus/theme-live-codeblock',
'@docusaurus/theme-mermaid',
],
markdown: {
mermaid: true,
},
plugins: [
['docusaurus-plugin-sass', {}],
[
'@docusaurus/plugin-client-redirects',
{
redirects: require('./redirects'),
},
],
],
stylesheets: [
'https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Inter:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap',
],
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
// This requires special care for the TVM instructions page.
// Hence, it can only be set to 'warn' for the time being.
onBrokenAnchors: 'warn',
onDuplicateRoutes: 'throw',
favicon: 'img/favicon32x32.png',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'ton', // Usually your GitHub org/user name.
projectName: 'ton-docs', // Usually your repo name.
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n: getEnvLangConfig(),
presets: [
[
'classic',
/** @type {import('@docusaurus/preset-classic').Options} */
({
gtag: {
trackingID: 'G-0PVST6PCG8',
anonymizeIP: true,
},
docs: {
routeBasePath: '/',
showLastUpdateAuthor: true,
showLastUpdateTime: true,
breadcrumbs: false,
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/ton-community/ton-docs/tree/main/',
// lastVersion: '1.0.0',
// versions: {
// current: {
// path: 'next',
// banner: 'none',
// badge: false,
// },
// '1.0.0': {
// path: '/',
// banner: 'none',
// badge: false,
// }
// }
remarkPlugins: [
[require('@docusaurus/remark-plugin-npm2yarn'), { sync: true }],
],
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/ton-community/ton-docs/tree/main/',
},
theme:
{
customCss: require.resolve('./src/css/custom.css'),
},
pages: {
mdxPageComponent: '@site/src/components/MDXPage'
}
}),
],
],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// announcementBar: {
// // id: 'contribute/hacktoberfest',
// content: '<a rel="noopener noreferrer" target="_blank" href="https://society.ton.org/hack-ton-berfest-2023?utm_source=tondocs&utm_medium=top_banner&utm_campaign=promo"><span>The <b>HACK-TON-BERFEST 2023</b> event is near! Double-merch, NFT rewards and more!</span> <span class="mobile-view">Double-merch, NFT reward and more!</span></a>',
// textColor: '#F3F3F7',
// isCloseable: false,
// },
metadata: [
{
name: 'keywords',
content: 'TON Blockchain, TON, The Open Network, TON smart contracts, TON wallets, TON transactions, TON SDK, TON API, TON documentation, TON developers, TON DApps, DeFi on TON, TON NFTs'
},
{
name: 'description',
content: 'Official TON documentation: learn about TON Blockchain, smart contracts, transactions, APIs, SDKs, wallets, DApps, NFTs, DeFi and development tools.'
}
],
algolia: {
// The application ID provided by Algolia
appId: '3HQ0XHWRM0',
// Public API key: it is safe to commit it
apiKey: '7a0094aa048fd537a70a0aa90d86cdc8',
indexName: 'ton',
// Optional: see doc section below
contextualSearch: true,
// Optional: path for search page that enabled by default (`false` to disable it)
searchPagePath: 'search',
debug: false
},
image: 'img/snippet.png',
navbar: require('./navbar'),
footer: {
// style: 'dark',
// copyright: `Copyright © ${new Date().getFullYear()} TON Foundation`,
},
prism: {
theme: require('./prism-theme'),
darkTheme: require('./prism-theme'),
additionalLanguages: [
'java',
'python',
'kotlin',
'go',
'typescript',
'cpp',
'c',
'bash', // bash, sh, and shell code blocks
'mermaid',
],
},
docs: {
sidebar: {
hideable: false,
},
},
colorMode: {
defaultMode: 'light',
// respectPrefersColorScheme: true,
// disableSwitch: true,
},
mermaid: {
theme: { light: 'neutral', dark: 'dark' },
},
}),
};
module.exports = config;