File tree Expand file tree Collapse file tree 3 files changed +683
-534
lines changed Expand file tree Collapse file tree 3 files changed +683
-534
lines changed Original file line number Diff line number Diff line change 11import { defineConfig } from 'astro/config' ;
2+ import remarkHeadingId from 'remark-heading-id' ;
23import sitemap from '@astrojs/sitemap' ;
34import starlight from '@astrojs/starlight' ;
45
@@ -8,6 +9,9 @@ import starlight from '@astrojs/starlight';
89export default defineConfig ( {
910 site : 'https://docs.firegiant.com' ,
1011 trailingSlash : "always" ,
12+ markdown : {
13+ remarkPlugins : [ remarkHeadingId ] ,
14+ } ,
1115 integrations : [
1216 sitemap ( {
1317 filter : ( page ) => ! page . startsWith ( 'https://docs.firegiant.com/wix3/' )
Original file line number Diff line number Diff line change 1313 "@astrojs/starlight" : " 0.31.1" ,
1414 "astro" : " 5.3.0" ,
1515 "astro-broken-link-checker" : " github:firegiant/astro-broken-link-checker" ,
16+ "remark-heading-id" : " 1.0.1" ,
1617 "sharp" : " 0.33.5"
1718 },
1819 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments