Skip to content

Commit ad1cd9f

Browse files
fixed links
1 parent e530bf1 commit ad1cd9f

28 files changed

+677
-82
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"id": "chesslore",
3+
"title": "Chesslore - Learn Chess Like a Pro",
4+
"description": "Welcome to Chesslore, a comprehensive open-source project designed to help you master the game of chess, from beginner to advanced levels. Whether you're a newcomer to the world of chess or an experienced player seeking to enhance your skills, Chesslore is your ultimate guide to becoming a formidable chess player.",
5+
"source": "@site/docs/about.md",
6+
"sourceDirName": ".",
7+
"slug": "/chesslore",
8+
"permalink": "/docs/chesslore",
9+
"draft": false,
10+
"unlisted": false,
11+
"editUrl": "https://github.com/chess-lore/website/tree/main/docs/about.md",
12+
"tags": [],
13+
"version": "current",
14+
"frontMatter": {
15+
"id": "chesslore",
16+
"title": "Chesslore - Learn Chess Like a Pro",
17+
"sidebar_label": "Chesslore",
18+
"showInSidebar": false
19+
},
20+
"sidebar": "tutorialSidebar",
21+
"previous": {
22+
"title": "Middle-Game-Mastery",
23+
"permalink": "/docs/Intermediate/Middle-Game-Mastery"
24+
},
25+
"next": {
26+
"title": "Contribute",
27+
"permalink": "/docs/contribute"
28+
}
29+
}

.docusaurus/docusaurus-plugin-content-docs/default/site-docs-beginner-0-introducton-to-chess-md-170.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"permalink": "/docs/Beginner/introducton-to-chess",
99
"draft": false,
1010
"unlisted": false,
11-
"editUrl": "https://github.com/chess-lore/docs/Beginner/0-introducton-to-chess.md",
11+
"editUrl": "https://github.com/chess-lore/website/tree/main/docs/Beginner/0-introducton-to-chess.md",
1212
"tags": [],
1313
"version": "current",
1414
"sidebarPosition": 0,

.docusaurus/docusaurus-plugin-content-docs/default/site-docs-beginner-1-getting-started-md-dda.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"permalink": "/docs/Beginner/getting-started",
99
"draft": false,
1010
"unlisted": false,
11-
"editUrl": "https://github.com/chess-lore/docs/Beginner/1-getting-started.md",
11+
"editUrl": "https://github.com/chess-lore/website/tree/main/docs/Beginner/1-getting-started.md",
1212
"tags": [],
1313
"version": "current",
1414
"sidebarPosition": 1,

.docusaurus/docusaurus-plugin-content-docs/default/site-docs-beginner-2-basic-stratagies-md-426.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"permalink": "/docs/Beginner/basic-stratagies",
99
"draft": false,
1010
"unlisted": false,
11-
"editUrl": "https://github.com/chess-lore/docs/Beginner/2-basic-stratagies.md",
11+
"editUrl": "https://github.com/chess-lore/website/tree/main/docs/Beginner/2-basic-stratagies.md",
1212
"tags": [],
1313
"version": "current",
1414
"sidebarPosition": 2,

.docusaurus/docusaurus-plugin-content-docs/default/site-docs-beginner-3-tactics-for-beginners-md-ee3.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"permalink": "/docs/Beginner/tactics-for-beginners",
99
"draft": false,
1010
"unlisted": false,
11-
"editUrl": "https://github.com/chess-lore/docs/Beginner/3-tactics-for-beginners.md",
11+
"editUrl": "https://github.com/chess-lore/website/tree/main/docs/Beginner/3-tactics-for-beginners.md",
1212
"tags": [],
1313
"version": "current",
1414
"sidebarPosition": 3,
@@ -19,7 +19,7 @@
1919
"permalink": "/docs/Beginner/basic-stratagies"
2020
},
2121
"next": {
22-
"title": "hi",
23-
"permalink": "/docs/Intermediate/hi"
22+
"title": "Building-on-Basics",
23+
"permalink": "/docs/Intermediate/Building-on-Basics"
2424
}
2525
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"id": "contribute",
3+
"title": "Contribute",
4+
"description": "Thank you for considering contributing to ChessLore! We welcome contributions from everyone, whether you're an experienced programmer or just getting started with open source.",
5+
"source": "@site/docs/contribute.md",
6+
"sourceDirName": ".",
7+
"slug": "/contribute",
8+
"permalink": "/docs/contribute",
9+
"draft": false,
10+
"unlisted": false,
11+
"editUrl": "https://github.com/chess-lore/website/tree/main/docs/contribute.md",
12+
"tags": [],
13+
"version": "current",
14+
"frontMatter": {
15+
"id": "contribute",
16+
"title": "Contribute",
17+
"sidebar_label": "Contribute",
18+
"showInSidebar": false
19+
},
20+
"sidebar": "tutorialSidebar",
21+
"previous": {
22+
"title": "Chesslore",
23+
"permalink": "/docs/chesslore"
24+
},
25+
"next": {
26+
"title": "Welcome to Chesslore!",
27+
"permalink": "/docs/intro"
28+
}
29+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"id": "Intermediate/Building-on-Basics",
3+
"title": "Building-on-Basics",
4+
"description": "",
5+
"source": "@site/docs/Intermediate/0-Building-on-Basics.md",
6+
"sourceDirName": "Intermediate",
7+
"slug": "/Intermediate/Building-on-Basics",
8+
"permalink": "/docs/Intermediate/Building-on-Basics",
9+
"draft": false,
10+
"unlisted": false,
11+
"editUrl": "https://github.com/chess-lore/website/tree/main/docs/Intermediate/0-Building-on-Basics.md",
12+
"tags": [],
13+
"version": "current",
14+
"sidebarPosition": 0,
15+
"frontMatter": {},
16+
"sidebar": "tutorialSidebar",
17+
"previous": {
18+
"title": "Tactics for Beginners",
19+
"permalink": "/docs/Beginner/tactics-for-beginners"
20+
},
21+
"next": {
22+
"title": "Advanced-Strategies",
23+
"permalink": "/docs/Intermediate/Advanced-Strategies"
24+
}
25+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"id": "Intermediate/Advanced-Strategies",
3+
"title": "Advanced-Strategies",
4+
"description": "",
5+
"source": "@site/docs/Intermediate/1-Advanced-Strategies.md",
6+
"sourceDirName": "Intermediate",
7+
"slug": "/Intermediate/Advanced-Strategies",
8+
"permalink": "/docs/Intermediate/Advanced-Strategies",
9+
"draft": false,
10+
"unlisted": false,
11+
"editUrl": "https://github.com/chess-lore/website/tree/main/docs/Intermediate/1-Advanced-Strategies.md",
12+
"tags": [],
13+
"version": "current",
14+
"sidebarPosition": 1,
15+
"frontMatter": {},
16+
"sidebar": "tutorialSidebar",
17+
"previous": {
18+
"title": "Building-on-Basics",
19+
"permalink": "/docs/Intermediate/Building-on-Basics"
20+
},
21+
"next": {
22+
"title": "Tactical-Themes",
23+
"permalink": "/docs/Intermediate/Tactical-Themes"
24+
}
25+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"id": "Intermediate/Tactical-Themes",
3+
"title": "Tactical-Themes",
4+
"description": "",
5+
"source": "@site/docs/Intermediate/2-Tactical-Themes.md",
6+
"sourceDirName": "Intermediate",
7+
"slug": "/Intermediate/Tactical-Themes",
8+
"permalink": "/docs/Intermediate/Tactical-Themes",
9+
"draft": false,
10+
"unlisted": false,
11+
"editUrl": "https://github.com/chess-lore/website/tree/main/docs/Intermediate/2-Tactical-Themes.md",
12+
"tags": [],
13+
"version": "current",
14+
"sidebarPosition": 2,
15+
"frontMatter": {},
16+
"sidebar": "tutorialSidebar",
17+
"previous": {
18+
"title": "Advanced-Strategies",
19+
"permalink": "/docs/Intermediate/Advanced-Strategies"
20+
},
21+
"next": {
22+
"title": "Opening-Repertoire",
23+
"permalink": "/docs/Intermediate/Opening-Repertoire"
24+
}
25+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"id": "Intermediate/Opening-Repertoire",
3+
"title": "Opening-Repertoire",
4+
"description": "",
5+
"source": "@site/docs/Intermediate/3-Opening-Repertoire.md",
6+
"sourceDirName": "Intermediate",
7+
"slug": "/Intermediate/Opening-Repertoire",
8+
"permalink": "/docs/Intermediate/Opening-Repertoire",
9+
"draft": false,
10+
"unlisted": false,
11+
"editUrl": "https://github.com/chess-lore/website/tree/main/docs/Intermediate/3-Opening-Repertoire.md",
12+
"tags": [],
13+
"version": "current",
14+
"sidebarPosition": 3,
15+
"frontMatter": {},
16+
"sidebar": "tutorialSidebar",
17+
"previous": {
18+
"title": "Tactical-Themes",
19+
"permalink": "/docs/Intermediate/Tactical-Themes"
20+
},
21+
"next": {
22+
"title": "Middle-Game-Mastery",
23+
"permalink": "/docs/Intermediate/Middle-Game-Mastery"
24+
}
25+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"id": "Intermediate/Middle-Game-Mastery",
3+
"title": "Middle-Game-Mastery",
4+
"description": "",
5+
"source": "@site/docs/Intermediate/4-Middle-Game-Mastery.md",
6+
"sourceDirName": "Intermediate",
7+
"slug": "/Intermediate/Middle-Game-Mastery",
8+
"permalink": "/docs/Intermediate/Middle-Game-Mastery",
9+
"draft": false,
10+
"unlisted": false,
11+
"editUrl": "https://github.com/chess-lore/website/tree/main/docs/Intermediate/4-Middle-Game-Mastery.md",
12+
"tags": [],
13+
"version": "current",
14+
"sidebarPosition": 4,
15+
"frontMatter": {},
16+
"sidebar": "tutorialSidebar",
17+
"previous": {
18+
"title": "Opening-Repertoire",
19+
"permalink": "/docs/Intermediate/Opening-Repertoire"
20+
},
21+
"next": {
22+
"title": "Chesslore",
23+
"permalink": "/docs/chesslore"
24+
}
25+
}

.docusaurus/docusaurus-plugin-content-docs/default/site-docs-intro-md-0e3.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"permalink": "/docs/intro",
99
"draft": false,
1010
"unlisted": false,
11-
"editUrl": "https://github.com/chess-lore/docs/intro.md",
11+
"editUrl": "https://github.com/chess-lore/website/tree/main/docs/intro.md",
1212
"tags": [],
1313
"version": "current",
1414
"frontMatter": {},
1515
"sidebar": "tutorialSidebar",
1616
"previous": {
17-
"title": "hi",
18-
"permalink": "/docs/Intermediate/hi"
17+
"title": "Contribute",
18+
"permalink": "/docs/contribute"
1919
}
2020
}

.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json

+84-6
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,55 @@
5454
"items": [
5555
{
5656
"type": "link",
57-
"label": "hi",
58-
"href": "/docs/Intermediate/hi",
59-
"docId": "Intermediate/hi",
57+
"label": "Building-on-Basics",
58+
"href": "/docs/Intermediate/Building-on-Basics",
59+
"docId": "Intermediate/Building-on-Basics",
60+
"unlisted": false
61+
},
62+
{
63+
"type": "link",
64+
"label": "Advanced-Strategies",
65+
"href": "/docs/Intermediate/Advanced-Strategies",
66+
"docId": "Intermediate/Advanced-Strategies",
67+
"unlisted": false
68+
},
69+
{
70+
"type": "link",
71+
"label": "Tactical-Themes",
72+
"href": "/docs/Intermediate/Tactical-Themes",
73+
"docId": "Intermediate/Tactical-Themes",
74+
"unlisted": false
75+
},
76+
{
77+
"type": "link",
78+
"label": "Opening-Repertoire",
79+
"href": "/docs/Intermediate/Opening-Repertoire",
80+
"docId": "Intermediate/Opening-Repertoire",
81+
"unlisted": false
82+
},
83+
{
84+
"type": "link",
85+
"label": "Middle-Game-Mastery",
86+
"href": "/docs/Intermediate/Middle-Game-Mastery",
87+
"docId": "Intermediate/Middle-Game-Mastery",
6088
"unlisted": false
6189
}
6290
]
6391
},
92+
{
93+
"type": "link",
94+
"label": "Chesslore",
95+
"href": "/docs/chesslore",
96+
"docId": "chesslore",
97+
"unlisted": false
98+
},
99+
{
100+
"type": "link",
101+
"label": "Contribute",
102+
"href": "/docs/contribute",
103+
"docId": "contribute",
104+
"unlisted": false
105+
},
64106
{
65107
"type": "link",
66108
"label": "Welcome to Chesslore!",
@@ -95,9 +137,45 @@
95137
"description": "Welcome to the Tactics for Beginners section! Tactical skills are essential for success in chess, and mastering these fundamental tactics will greatly improve your game. Let's dive into some key tactical concepts that every beginner should know.",
96138
"sidebar": "tutorialSidebar"
97139
},
98-
"Intermediate/hi": {
99-
"id": "Intermediate/hi",
100-
"title": "hi",
140+
"chesslore": {
141+
"id": "chesslore",
142+
"title": "Chesslore - Learn Chess Like a Pro",
143+
"description": "Welcome to Chesslore, a comprehensive open-source project designed to help you master the game of chess, from beginner to advanced levels. Whether you're a newcomer to the world of chess or an experienced player seeking to enhance your skills, Chesslore is your ultimate guide to becoming a formidable chess player.",
144+
"sidebar": "tutorialSidebar"
145+
},
146+
"contribute": {
147+
"id": "contribute",
148+
"title": "Contribute",
149+
"description": "Thank you for considering contributing to ChessLore! We welcome contributions from everyone, whether you're an experienced programmer or just getting started with open source.",
150+
"sidebar": "tutorialSidebar"
151+
},
152+
"Intermediate/Advanced-Strategies": {
153+
"id": "Intermediate/Advanced-Strategies",
154+
"title": "Advanced-Strategies",
155+
"description": "",
156+
"sidebar": "tutorialSidebar"
157+
},
158+
"Intermediate/Building-on-Basics": {
159+
"id": "Intermediate/Building-on-Basics",
160+
"title": "Building-on-Basics",
161+
"description": "",
162+
"sidebar": "tutorialSidebar"
163+
},
164+
"Intermediate/Middle-Game-Mastery": {
165+
"id": "Intermediate/Middle-Game-Mastery",
166+
"title": "Middle-Game-Mastery",
167+
"description": "",
168+
"sidebar": "tutorialSidebar"
169+
},
170+
"Intermediate/Opening-Repertoire": {
171+
"id": "Intermediate/Opening-Repertoire",
172+
"title": "Opening-Repertoire",
173+
"description": "",
174+
"sidebar": "tutorialSidebar"
175+
},
176+
"Intermediate/Tactical-Themes": {
177+
"id": "Intermediate/Tactical-Themes",
178+
"title": "Tactical-Themes",
101179
"description": "",
102180
"sidebar": "tutorialSidebar"
103181
},

0 commit comments

Comments
 (0)