Skip to content

Commit b06e09b

Browse files
committed
Update: Migrate all the documentation into a higher version
1 parent 7c9d5b2 commit b06e09b

File tree

54 files changed

+16509
-158906
lines changed

Some content is hidden

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

54 files changed

+16509
-158906
lines changed

.firebaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"projects": {
33
"default": "astar-docs"
44
}
5-
}
5+
}

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 18.x
16+
node-version: 22.17.0
1717
cache: yarn
1818

1919
- name: Install and build

.github/workflows/firebase-hosting-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 18.x
16+
node-version: 22.17.0
1717
cache: yarn
1818

1919
- name: Install and build

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 18.x
18+
node-version: 22.17.0
1919
cache: yarn
2020

2121
- name: Install and build

.github/workflows/s3-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: 18.x
13+
node-version: 22.17.0
1414
cache: yarn
1515

1616
- name: Install and build

.gitignore

Lines changed: 61 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,73 @@
1-
# Dependencies
2-
/node_modules
1+
# ------------------------
2+
# ⚙️ Node / Yarn / Docusaurus
3+
# ------------------------
34

4-
# Production
5-
/build
5+
# Node modules (legacy, if nodeLinker: node-modules)
6+
node_modules/
67

7-
# Generated files
8-
.docusaurus
9-
.cache-loader
8+
# Docusaurus build output
9+
build/
10+
!docs/build/
11+
.docusaurus/
1012

11-
# Misc
12-
.DS_Store
13+
# Yarn v2+ PnP (Zero-install support)
14+
.yarn/*
15+
!.yarn/cache
16+
!.yarn/releases
17+
!.yarn/plugins
18+
!.yarn/sdks
19+
!.yarn/versions
20+
.pnp.*
21+
.yarnrc.yml
22+
23+
# ------------------------
24+
# 📝 Config / Env files
25+
# ------------------------
26+
27+
.env
1328
.env.local
1429
.env.development.local
1530
.env.test.local
1631
.env.production.local
1732

33+
# ------------------------
34+
# 🛠️ Editor / System
35+
# ------------------------
36+
37+
# VS Code
38+
.vscode/
39+
# JetBrains
40+
.idea/
41+
# Vim / Swap
42+
*.swp
43+
# macOS
44+
.DS_Store
45+
# Windows
46+
Thumbs.db
47+
48+
# ------------------------
49+
# 🧪 Tests / Debug
50+
# ------------------------
51+
1852
npm-debug.log*
1953
yarn-debug.log*
2054
yarn-error.log*
2155

22-
# yarn v2
23-
.yarn/*
24-
.yarnrc.yml
25-
!.yarn/cache # Uncomment for zero-install
26-
!.yarn/releases
27-
!.yarn/plugins
28-
!.yarn/sdks
29-
!.yarn/versions
30-
# .pnp.* # Comment for zero-install
31-
package.json
56+
# ------------------------
57+
# 🧱 TypeScript
58+
# ------------------------
59+
60+
*.tsbuildinfo
61+
62+
# ------------------------
63+
# 📊 Output / Coverage
64+
# ------------------------
65+
66+
coverage/
67+
68+
# ------------------------
69+
# 🔥 Firebase (optional)
70+
# ------------------------
71+
72+
.firebase/
73+
.firebaserc

.node-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)