Skip to content

Commit ccc6b20

Browse files
Trialing JSON 3.0
1 parent b08e3bd commit ccc6b20

21 files changed

Lines changed: 39626 additions & 68615 deletions

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ export default defineConfig({
2626
TableOfContents: './src/components/TableOfContents.astro',
2727
},
2828
customCss: [
29-
// Relative path to your custom CSS file
3029
'./src/styles/custom.css',
30+
'@fontsource/poppins/400.css',
3131
],
3232
editLink: {
3333
baseUrl: 'https://github.com/SkriptLang/docs/edit/master/',
3434
},
3535
expressiveCode: {
3636
tabWidth: 4,
37+
styleOverrides: { borderRadius: '0.25rem' },
3738
},
3839
}),
3940
],

src/assets/syntaxes/addons/skript-worldguard.json

Lines changed: 515 additions & 413 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)