File tree Expand file tree Collapse file tree 4 files changed +4
-117
lines changed
Expand file tree Collapse file tree 4 files changed +4
-117
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import starlight from "@astrojs/starlight";
33import remarkMath from "remark-math" ;
44import rehypeMathjax from "rehype-mathjax" ;
55import starlightLinksValidator from "starlight-links-validator" ;
6+ import starlightFullViewMode from "starlight-fullview-mode" ;
67
78// https://astro.build/config
89export default defineConfig ( {
@@ -19,7 +20,7 @@ export default defineConfig({
1920 "./node_modules/@interledger/docs-design-system/src/styles/teal-theme.css" ,
2021 "./node_modules/@interledger/docs-design-system/src/styles/ilf-docs.css" ,
2122 ] ,
22- plugins : [ starlightLinksValidator ( ) ] ,
23+ plugins : [ starlightLinksValidator ( ) , starlightFullViewMode ( ) ] ,
2324 expressiveCode : {
2425 styleOverrides : {
2526 borderColor : "transparent" ,
Original file line number Diff line number Diff line change 1111 "dependencies" : {
1212 "@astrojs/starlight" : " ^0.34.3" ,
1313 "@interledger/docs-design-system" : " ^0.7.0" ,
14- "astro" : " ^5.7.12 " ,
14+ "astro" : " ^5.7.13 " ,
1515 "rehype-mathjax" : " ^7.1.0" ,
1616 "remark-math" : " ^6.0.0" ,
1717 "sharp" : " ^0.34.1" ,
18+ "starlight-fullview-mode" : " ^0.2.3" ,
1819 "starlight-links-validator" : " ^0.16.0"
1920 }
2021}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22import Search from " @astrojs/starlight/components/Search.astro" ;
33import ThemeSelect from " @astrojs/starlight/components/ThemeSelect.astro" ;
44import SocialIcons from " @astrojs/starlight/components/SocialIcons.astro" ;
5- import FullView from " ./FullView.astro" ;
65import InterledgerLogo from " ./InterledgerLogo.astro" ;
76---
87<div class =" header sl-flex" >
98 <a href =" /" class =" site-logo" >
109 <InterledgerLogo />
1110 </a >
1211 <div class =" secondary-wrap" >
13- <FullView />
1412 <Search />
1513 <SocialIcons />
1614 <div class =" sl-hidden md:sl-flex" >
You can’t perform that action at this time.
0 commit comments