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 1
1
import { defineConfig } from 'astro/config' ;
2
+ import remarkHeadingId from 'remark-heading-id' ;
2
3
import sitemap from '@astrojs/sitemap' ;
3
4
import starlight from '@astrojs/starlight' ;
4
5
@@ -8,6 +9,9 @@ import starlight from '@astrojs/starlight';
8
9
export default defineConfig ( {
9
10
site : 'https://docs.firegiant.com' ,
10
11
trailingSlash : "always" ,
12
+ markdown : {
13
+ remarkPlugins : [ remarkHeadingId ] ,
14
+ } ,
11
15
integrations : [
12
16
sitemap ( {
13
17
filter : ( page ) => ! page . startsWith ( 'https://docs.firegiant.com/wix3/' )
Original file line number Diff line number Diff line change 13
13
"@astrojs/starlight" : " 0.31.1" ,
14
14
"astro" : " 5.3.0" ,
15
15
"astro-broken-link-checker" : " github:firegiant/astro-broken-link-checker" ,
16
+ "remark-heading-id" : " 1.0.1" ,
16
17
"sharp" : " 0.33.5"
17
18
},
18
19
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments