Skip to content

Commit d4f6cdc

Browse files
committed
Update Astro to 5.0 and minor redesign
1 parent 30f5003 commit d4f6cdc

17 files changed

Lines changed: 1878 additions & 2322 deletions

File tree

astro.config.mjs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default defineConfig({
1313
integrations: [
1414
starlight({
1515
components: {
16-
// Relative path to the custom component.
1716
Head: './src/components/Head.astro',
1817
},
1918
title: 'Iris Docs',
@@ -23,10 +22,10 @@ export default defineConfig({
2322
customCss: [
2423
'/src/styles/root.css',
2524
],
26-
social: {
27-
github: 'https://github.com/IrisShaders/DocsPage/',
28-
discord: 'https://discord.com/invite/jQJnav2jPu',
29-
},
25+
social: [
26+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/IrisShaders/DocsPage/' },
27+
{ icon: 'discord', label: 'Discord', href: 'https://discord.com/invite/jQJnav2jPu' },
28+
],
3029
editLink: {
3130
baseUrl: 'https://github.com/IrisShaders/DocsPage/edit/main/',
3231
},

package-lock.json

Lines changed: 1684 additions & 2278 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/check": "^0.5.10",
14-
"@astrojs/markdown-remark": "^6.1.0",
15-
"@astrojs/starlight": "^0.28.2",
16-
"@lorenzo_lewis/starlight-utils": "^0.2.0",
17-
"astro": "^4.16.1",
18-
"astro-og-canvas": "^0.5.0",
19-
"canvaskit-wasm": "^0.39.1",
13+
"@astrojs/check": "^0.9.2",
14+
"@astrojs/markdown-remark": "^6.3.10",
15+
"@astrojs/starlight": "^0.37.6",
16+
"@lorenzo_lewis/starlight-utils": "^0.3.2",
17+
"astro": "^5.17.1",
18+
"astro-og-canvas": "^0.10.1",
19+
"canvaskit-wasm": "^0.40.0",
2020
"rehype-autolink-headings": "^7.1.0",
21-
"sharp": "^0.33.5",
22-
"starlight-image-zoom": "^0.8.0",
21+
"sharp": "^0.34.5",
22+
"starlight-image-zoom": "^0.13.2",
2323
"tslib": "^2.6.2",
2424
"typescript": "^5.4.5"
2525
}

public/banners/1.webp

-118 KB
Binary file not shown.

public/banners/2.webp

-515 KB
Binary file not shown.

public/banners/3.webp

-613 KB
Binary file not shown.

public/banners/4.webp

-1.37 MB
Binary file not shown.

public/banners/5.webp

-271 KB
Binary file not shown.

public/banners/6.webp

-335 KB
Binary file not shown.

src/assets/banners/dark/1.avif

100 KB
Binary file not shown.

0 commit comments

Comments
 (0)