File tree 8 files changed +26
-100
lines changed
8 files changed +26
-100
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export default defineConfig({
38
38
} ,
39
39
items : [
40
40
{
41
- label : 'Introduction' , link : 'Introduction ' ,
41
+ label : 'Introduction' , link : '/ ' ,
42
42
translations : {
43
43
es : 'Introducción' ,
44
44
fr : 'Introduction' ,
Original file line number Diff line number Diff line change @@ -16,3 +16,10 @@ import IconLinkCard from '@src/components/IconLinkCard.astro';
16
16
description =" Engage with the community in the old-fashioned way."
17
17
href =" https://forum.multitheftauto.com/" />
18
18
</CardGrid >
19
+
20
+
21
+ <IconLinkCard
22
+ icon =" github"
23
+ title =" GitHub Repository"
24
+ description =" Contribute to the Wiki project or report issues."
25
+ href =" https://github.com/multitheftauto/wiki.multitheftauto.com" />
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import StarlightPage from ' @astrojs/starlight/components/StarlightPage.astro' ;
2
2
3
3
<StarlightPage frontmatter = { {
4
- template: ' splash' ,
5
- title: ' Bienvenido' ,
6
- description: ' El nuevo wiki de Multi Theft Auto' ,
7
- hero: {
8
- tagline: ' El nuevo wiki de Multi Theft Auto está actualmente en construcción!' ,
9
- actions: [
10
- {
11
- link: ' Introduction' ,
12
- text: ' Empieza aquí' ,
13
- icon: ' right-arrow'
14
- },
15
- {
16
- link: ' https://github.com/multitheftauto/wiki.multitheftauto.com' ,
17
- text: ' Contribuye en GitHub' ,
18
- icon: ' github' ,
19
- variant: ' minimal' ,
20
- attrs: {
21
- target: ' _blank' ,
22
- rel: ' noopener'
23
- }
24
- }
25
- ]
26
- }
27
- }} />
4
+ template: ' doc' ,
5
+ title: ' Introducción 🇪🇸' ,
6
+ tableOfContents: false ,
7
+ }} >
8
+ Bienvenido
9
+ </StarlightPage >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import StarlightPage from ' @astrojs/starlight/components/StarlightPage.astro' ;
2
2
3
3
<StarlightPage frontmatter = { {
4
- template: ' splash' ,
5
- title: ' Bienvenue' ,
6
- description: ' Le nouveau wiki de Multi Theft Auto' ,
7
- hero: {
8
- tagline: ' Le nouveau wiki de Multi Theft Auto est actuellement en construction !' ,
9
- actions: [
10
- {
11
- link: ' Introduction' ,
12
- text: ' Commence Ici' ,
13
- icon: ' right-arrow'
14
- },
15
- {
16
- link: ' https://github.com/multitheftauto/wiki.multitheftauto.com' ,
17
- text: ' Contribue sur GitHub' ,
18
- icon: ' github' ,
19
- variant: ' minimal' ,
20
- attrs: {
21
- target: ' _blank' ,
22
- rel: ' noopener'
23
- }
24
- }
25
- ]
26
- }
27
- }} />
4
+ template: ' doc' ,
5
+ title: ' Introduction 🇫🇷' ,
6
+ tableOfContents: false ,
7
+ }} >
8
+ Bienvenue
9
+ </StarlightPage >
Original file line number Diff line number Diff line change 1
1
import StarlightPage from ' @astrojs/starlight/components/StarlightPage.astro' ;
2
2
3
3
<StarlightPage frontmatter = { {
4
- template: ' splash' ,
5
- title: ' Welcome' ,
6
- description: ' The new knowledge base of Multi Theft Auto' ,
7
- hero: {
8
- tagline: ' The new Multi Theft Auto: Wiki is currently under construction!' ,
9
- actions: [
10
- {
11
- link: ' Introduction' ,
12
- text: ' Get Started' ,
13
- icon: ' right-arrow'
14
- },
15
- {
16
- link: ' https://github.com/multitheftauto/wiki.multitheftauto.com' ,
17
- text: ' Contribute on GitHub' ,
18
- icon: ' github' ,
19
- variant: ' minimal' ,
20
- attrs: {
21
- target: ' _blank' ,
22
- rel: ' noopener'
23
- }
24
- }
25
- ]
26
- }
27
- }} />
4
+ template: ' doc' ,
5
+ title: ' Introduction' ,
6
+ tableOfContents: false ,
7
+ }} >
8
+ Welcome
9
+ </StarlightPage >
You can’t perform that action at this time.
0 commit comments