Skip to content

Commit fe87ff4

Browse files
committed
chore: sorting
1 parent b11013d commit fe87ff4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1833
-1913
lines changed

astro.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ export default defineConfig({
2424
robotsTxt(),
2525
sitemap(),
2626
],
27-
experimental: {
28-
contentLayer: true,
29-
},
27+
contentLayer: true,
3028
srcDir: "src",
3129
server: {
3230
port: 3200,
3331
},
3432
redirects: {
3533
"/docs": "/guides/install",
36-
"/doc": "/docs"
34+
"/doc": "/docs",
35+
"/changelog/":
36+
"https://github.com/kaplayjs/kaplay/blob/master/CHANGELOG.md",
3737
},
3838
markdown: {
3939
shikiConfig: {

guides/data.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"categories": {
3+
"getting_started": {
4+
"displayName": "Basics",
5+
"description": "Learn the KAPLAY basics."
6+
},
7+
"concepts": {
8+
"displayName": "Concepts",
9+
"description": "Understand the core concepts of KAPLAY."
10+
},
11+
"advanced": {
12+
"displayName": "Advanced",
13+
"description": "Advanced topics and techniques for experienced users."
14+
},
15+
"integrations": {
16+
"displayName": "Integrations",
17+
"description": "Learn how to integrate KAPLAY with other tools and platforms."
18+
},
19+
"expanding_kaplay": {
20+
"displayName": "Expanding KAPLAY",
21+
"description": "Learn how to extend KAPLAY with plugins and customizations."
22+
},
23+
"misc": {
24+
"displayName": "Miscellaneous",
25+
"description": "Other useful information and resources."
26+
}
27+
}
28+
}

guides/en/1_getting_started/0_why_kaplay.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)