forked from CachyOS/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathastro.config_sk.mjs
290 lines (287 loc) · 7.48 KB
/
astro.config_sk.mjs
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
import react from '@astrojs/react';
import tailwind from '@astrojs/tailwind';
export const locales = {
root: {
label: 'English',
lang: 'en',
},
ru: {
label: 'Русский',
lang: 'ru',
},
de: {
label: 'Deutsch',
lang: 'de',
},
sk: {
label: 'Slovensky',
lang: 'sk',
},
};
const site = 'https://wiki.cachyos.org/';
// https://astro.build/config
export default defineConfig({
site,
integrations: [
react(),
starlight({
lastUpdated: true,
customCss: ['./src/tailwind.css'],
components: {
Head: "./src/components/starlight/Head.astro",
},
title: 'CachyOS',
logo: {
src: '/src/assets/logo.svg',
},
editLink: {
baseUrl: 'https://github.com/cachyos/wiki/edit/next/',
},
social: {
github: 'https://github.com/cachyos',
twitter: 'https://twitter.com/cachyos',
telegram: 'https://t.me/+oR-kWT47vRdmMDli',
discord: 'https://discord.gg/cachyos-862292009423470592',
//reddit: 'https://www.reddit.com/r/cachyos',
//patreon: 'https://www.patreon.com/CachyOS'
},
expressiveCode: {
shiki: {
langs: [
'ini'
],
},
},
head: [
{
tag: 'meta',
attrs: {
property: 'og:image',
content: site + 'og.jpg?v=1',
},
},
{
tag: 'meta',
attrs: {
property: 'twitter:image',
content: site + 'og.jpg?v=1',
},
},
],
locales,
sidebar: [
{
label: 'Začíname',
items: [
{
label: 'Prečo CachyOS?',
link: 'cachyos_basic/why_cachyos',
},
{
label: 'Sťahovanie CachyOS',
link: 'cachyos_basic/download',
},
],
},
{
label: 'Inštalácia',
items: [
{
label: 'Príprava na inštaláciu',
link: 'installation/installation_prepare',
},
{
label: 'Boot manažéry',
link: 'installation/bootmanagers',
},
{
label: 'Súborový systém',
link: 'installation/filesystem',
},
{
label: 'Snímky obrazovky',
link: 'installation/screenshots',
},
{
label: 'Desktopové prostredia',
link: 'installation/desktop_environments',
},
{
label: 'Inštalácia Root',
link: 'installation/installation_on_root',
},
{
label: 'Inštalácia Dual Boot',
link: 'installation/installation_dualboot',
},
{
label: 'Inštalácia na T2 MacBook',
link: 'installation/installation_t2macbook',
},
{
label: 'Inštalácia Root so zabezpečeným spustením',
link: 'installation/installation_secureboot',
},
{
label: 'Inštalácia Handheld Edition',
link: 'installation/installation_handheld',
},
{
label: 'Aktualizácia CachyOS',
link: 'installation/updating_cachyos',
},
],
},
{
label: 'Konfigurácia',
items: [
{
label: 'Nastavenie po inštalácii',
link: 'configuration/post_install_setup',
},
{
label: 'Dvojité GPU notebooky (NVIDIA + iGPU)',
link: 'configuration/dual_gpu',
},
{
label: 'Všeobecné systémové úpravy',
link: 'configuration/general_system_tweaks',
},
{
label: 'Správca jadra',
link: 'configuration/kernel-manager',
},
{
label: 'Shell (Bash, zsh, fish)',
link: 'configuration/shell',
},
{
label: 'KDE Plasma',
link: 'configuration/kde_plasma',
},
{
label: 'GNOME',
link: 'configuration/gnome',
},
{
label: 'Hyprland',
link: 'configuration/hyprland',
},
{
label: 'i3',
link: 'configuration/i3',
},
{
label: 'Qtile',
link: 'configuration/qtile',
},
],
},
{
label: 'CachyOS Repozitáre',
items: [
{
label: 'Čo sú repozitáre CachyOS?',
link: 'cachyos_repositories/what_are_the_cachyos_repo',
},
{
label: 'Ako pridať repozitáre CachyOS?',
link: 'cachyos_repositories/how_to_add_cachyos_repo',
},
{
label: 'PGO, BOLT a iné optimalizácie',
link: 'cachyos_repositories/other_optimization',
},
],
},
{
label: 'Jadro',
items: [
{
label: 'Funkcie jadra CachyOS',
link: 'kernel/kernel',
},
{
label: 'sched-ext návod',
link: 'kernel/sched-ext',
},
{
label: 'Správa modulov (NVIDIA/ZFS)',
link: 'kernel/modules',
},
],
},
{
label: 'Podpora',
items: [
{
label: 'FAQ',
link: 'support/faq',
},
{
label: 'Riešenie problémov',
link: 'support/troubleshooting',
},
{
label: 'Získanie pomoci',
link: 'support/getting_help',
},
{
label: 'Odoslanie chýb',
link: 'support/submitting_bugs',
},
{
label: 'Odoslanie požiadaviek na balíčky',
link: 'support/submitting_package_requests',
},
],
},
{
label: 'Zmenové logy',
items: [
{
label: 'GUI Inštalátor a ISO',
link: 'changelogs/gui_installer',
},
{
label: 'CLI Inštalátor',
link: 'changelogs/cli_installer',
},
],
},
{
label: 'Politika',
items: [
{
label: 'Kódex správania',
link: 'policy/code_of_conduct',
},
{
label: 'Podmienky služby',
link: 'policy/terms_of_service',
},
{
label: 'Zásady ochrany osobných údajov',
link: 'policy/privacy_policy',
},
{
label: 'Politika repozitárov',
link: 'policy/repository_policy',
},
{
label: 'Sociálne siete',
link: 'policy/social',
},
{
label: 'Darcovstvo',
link: 'policy/donation',
},
],
},
],
}),
tailwind({ applyBaseStyles: false }),
],
});