mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix pagination on getting started
This commit is contained in:
parent
4204a0d653
commit
f604cc2981
@ -13,7 +13,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/starlight": "^0.14.0",
|
||||
"astro": "3.6.3",
|
||||
"astro": "3.6.4",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
"sharp": "^0.33.0"
|
||||
},
|
||||
|
||||
34
docs/pnpm-lock.yaml
generated
34
docs/pnpm-lock.yaml
generated
@ -7,10 +7,10 @@ settings:
|
||||
dependencies:
|
||||
"@astrojs/starlight":
|
||||
specifier: ^0.14.0
|
||||
version: 0.14.0(astro@3.6.3)
|
||||
version: 0.14.0(astro@3.6.4)
|
||||
astro:
|
||||
specifier: 3.6.3
|
||||
version: 3.6.3
|
||||
specifier: 3.6.4
|
||||
version: 3.6.4
|
||||
rehype-external-links:
|
||||
specifier: ^3.0.0
|
||||
version: 3.0.0
|
||||
@ -96,7 +96,7 @@ packages:
|
||||
}
|
||||
dev: false
|
||||
|
||||
/@astrojs/markdown-remark@3.5.0(astro@3.6.3):
|
||||
/@astrojs/markdown-remark@3.5.0(astro@3.6.4):
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-q7vdIqzYhxpsfghg2YmkmSXCfp4w7lBTYP+SSHw89wVhC5Riltr3u8w2otBRxNLSByNi+ht/gGkFC23Shetytw==
|
||||
@ -105,7 +105,7 @@ packages:
|
||||
astro: ^3.0.0
|
||||
dependencies:
|
||||
"@astrojs/prism": 3.0.0
|
||||
astro: 3.6.3
|
||||
astro: 3.6.4
|
||||
github-slugger: 2.0.0
|
||||
import-meta-resolve: 3.1.1
|
||||
mdast-util-definitions: 6.0.0
|
||||
@ -123,7 +123,7 @@ packages:
|
||||
- supports-color
|
||||
dev: false
|
||||
|
||||
/@astrojs/mdx@1.1.5(astro@3.6.3):
|
||||
/@astrojs/mdx@1.1.5(astro@3.6.4):
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-4bveyB1Lb1vWo2kdHJjQYoCytWlrIjAxHATHUTuYnBPmdPjsfy9wuCnb9rozwyyarDABx87CzG5gotBNYd+dVA==
|
||||
@ -132,10 +132,10 @@ packages:
|
||||
peerDependencies:
|
||||
astro: ^3.0.0
|
||||
dependencies:
|
||||
"@astrojs/markdown-remark": 3.5.0(astro@3.6.3)
|
||||
"@astrojs/markdown-remark": 3.5.0(astro@3.6.4)
|
||||
"@mdx-js/mdx": 2.3.0
|
||||
acorn: 8.11.2
|
||||
astro: 3.6.3
|
||||
astro: 3.6.4
|
||||
es-module-lexer: 1.4.1
|
||||
estree-util-visit: 1.2.1
|
||||
github-slugger: 2.0.0
|
||||
@ -172,7 +172,7 @@ packages:
|
||||
zod: 3.22.4
|
||||
dev: false
|
||||
|
||||
/@astrojs/starlight@0.14.0(astro@3.6.3):
|
||||
/@astrojs/starlight@0.14.0(astro@3.6.4):
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-wrve52CIIymvntjf2QCfCFpYrmZTyD1qObkvLImeGDVAAyNdUnNlj6MU6SkqQg2fQkJcX9Kh4zkwepm79zYveQ==
|
||||
@ -180,12 +180,12 @@ packages:
|
||||
peerDependencies:
|
||||
astro: ^3.2.0
|
||||
dependencies:
|
||||
"@astrojs/mdx": 1.1.5(astro@3.6.3)
|
||||
"@astrojs/mdx": 1.1.5(astro@3.6.4)
|
||||
"@astrojs/sitemap": 3.0.3
|
||||
"@pagefind/default-ui": 1.0.4
|
||||
"@types/mdast": 3.0.15
|
||||
astro: 3.6.3
|
||||
astro-expressive-code: 0.29.2(astro@3.6.3)
|
||||
astro: 3.6.4
|
||||
astro-expressive-code: 0.29.2(astro@3.6.4)
|
||||
bcp-47: 2.1.0
|
||||
execa: 8.0.1
|
||||
hast-util-select: 5.0.5
|
||||
@ -2029,7 +2029,7 @@ packages:
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/astro-expressive-code@0.29.2(astro@3.6.3):
|
||||
/astro-expressive-code@0.29.2(astro@3.6.4):
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-fVslVRplAQGaZyVkAFOM1csHqWDkhPzBhXEMEKfjHCzk8CMnl5VPD9yljx48GizwbB0EId68uIc6xO2hoVK9rQ==
|
||||
@ -2037,21 +2037,21 @@ packages:
|
||||
peerDependencies:
|
||||
astro: ^3.0.0-beta
|
||||
dependencies:
|
||||
astro: 3.6.3
|
||||
astro: 3.6.4
|
||||
remark-expressive-code: 0.29.2
|
||||
dev: false
|
||||
|
||||
/astro@3.6.3:
|
||||
/astro@3.6.4:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-oEkYfXTk38MulcM0lgonGxDO+si4XbPyaf82YK+STLbEFtRggJYiQTyM0zGXnpLEiXX0DOjSvWLhFw3iVcZY1w==
|
||||
integrity: sha512-YatUyWEQ9GUC79Wc2zbovy6D6bXPW9++Z6PYs4GDamEDspUSnnzL/INB7WJqgFI0xAFk9jcUr+MZYjkdWqXYTw==
|
||||
}
|
||||
engines: { node: ">=18.14.1", npm: ">=6.14.0" }
|
||||
hasBin: true
|
||||
dependencies:
|
||||
"@astrojs/compiler": 2.3.2
|
||||
"@astrojs/internal-helpers": 0.2.1
|
||||
"@astrojs/markdown-remark": 3.5.0(astro@3.6.3)
|
||||
"@astrojs/markdown-remark": 3.5.0(astro@3.6.4)
|
||||
"@astrojs/telemetry": 3.0.4
|
||||
"@babel/core": 7.23.5
|
||||
"@babel/generator": 7.23.5
|
||||
|
||||
@ -1,9 +1,6 @@
|
||||
---
|
||||
title: Getting Started
|
||||
description: A guide for getting started with New Horizons
|
||||
next:
|
||||
link: /guides/creating-addons
|
||||
label: Creating Addons
|
||||
---
|
||||
|
||||
## What Is New Horizons?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user