Skip to content

chore: "Force" Netlify to use npm to build new site #5319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Mar 27, 2025
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
cec32f1
docs: add new website using Astro Starlight
JoshuaKGoldberg Nov 6, 2024
a1a9a29
chore: add docs command to package.json
JoshuaKGoldberg Nov 6, 2024
a358e97
Add supporters.js dependencies
JoshuaKGoldberg Nov 6, 2024
5d32931
add root-level install to npm run docs
JoshuaKGoldberg Nov 6, 2024
5746ba3
remove question mark
JoshuaKGoldberg Nov 6, 2024
acf9c98
docs-next/netlify.toml
JoshuaKGoldberg Nov 6, 2024
ec77192
console.log(process.env)
JoshuaKGoldberg Nov 6, 2024
619f043
Don't have /next base in Netlify
JoshuaKGoldberg Nov 6, 2024
ee4e7ca
More proper astro.config.mjs
JoshuaKGoldberg Nov 6, 2024
e73dc7d
linting
JoshuaKGoldberg Nov 6, 2024
d5b2d20
Smaller title
JoshuaKGoldberg Nov 6, 2024
45c8cbe
Dark mode fixups
JoshuaKGoldberg Nov 6, 2024
677435c
Slightly darker sl-color-white
JoshuaKGoldberg Nov 6, 2024
9c208fb
Mentioned this being WIP
JoshuaKGoldberg Nov 6, 2024
af8d486
Missing _
JoshuaKGoldberg Nov 6, 2024
cffc08b
Tweaked notice
JoshuaKGoldberg Nov 6, 2024
875980b
Tweaked notice colors
JoshuaKGoldberg Nov 6, 2024
ef1da33
Tweaked notice text
JoshuaKGoldberg Nov 6, 2024
8a3c2e8
fix /api and /example/tests.html links
JoshuaKGoldberg Nov 6, 2024
d597dd9
fix: responsive homepage title
JoshuaKGoldberg Nov 6, 2024
82f52da
fix: sized responsive homepage title
JoshuaKGoldberg Nov 6, 2024
f78e95f
Added <Head> override for mocha-thumbnail.svg
JoshuaKGoldberg Nov 6, 2024
7a7e3b0
Added starting buttons
JoshuaKGoldberg Nov 6, 2024
ab8a674
fix: starting buttons config link
JoshuaKGoldberg Nov 6, 2024
cdcf57b
fix: starting buttons 'ing'
JoshuaKGoldberg Nov 6, 2024
be6316b
Footer mobile responsiveness, and root netlify.toml revert
JoshuaKGoldberg Nov 7, 2024
83353e3
Simpler, more accurate test file
JoshuaKGoldberg Nov 7, 2024
27af1cf
Use npm explicitly
mark-wiemer Mar 26, 2025
a903687
Merge remote-tracking branch 'upstream/docs-next' into build-new-site
mark-wiemer Mar 26, 2025
3280c16
Remove pnpm-lock.yaml
mark-wiemer Mar 26, 2025
210bc04
Remove example.mdx
mark-wiemer Mar 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,6 @@
},
"overrides": {
"webdriverio": "^7.33.0"
}
},
"packageManager": "npm@10.9.2+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81"
}
Loading