Skip to content
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

feat(docs/stdlib): split and reorder Core libraries #2391

Merged
merged 9 commits into from
Mar 15, 2025
Prev Previous commit
Next Next commit
typo
novusnota committed Mar 14, 2025

Verified

This commit was signed with the committer’s verified signature.
novusnota Novus Nota
commit 1fb76d83fc128048c53a9a2769fa7c0afd08413a
2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -326,6 +326,6 @@ export default defineConfig({
'/ecosystem/tools/vscode': '/ecosystem/vscode',
'/ecosystem/tools/misti': '/ecosystem/misti',
'/ref/core-common': '/ref/core-send',
'/ref/core-advanced': '/ref/core-context',
'/ref/core-advanced': '/ref/core-contextstate',
},
});