Skip to content

Commit

Permalink
[Docs Site] Upgrade Astro to 4.16.4, Starlight to 0.28.3 (#17536)
Browse files Browse the repository at this point in the history
* [Docs Site] Upgrade Astro to 4.16.4, Starlight to 0.28.3

* Remove SiteTitle override

* fix package.json
  • Loading branch information
KianNH authored Oct 16, 2024
1 parent 4ab45e9 commit 35c065d
Show file tree
Hide file tree
Showing 6 changed files with 223 additions and 202 deletions.
2 changes: 1 addition & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ export default defineConfig({
MarkdownContent: "./src/components/overrides/MarkdownContent.astro",
Sidebar: "./src/components/overrides/Sidebar.astro",
PageSidebar: "./src/components/overrides/PageSidebar.astro",
SiteTitle: "./src/components/overrides/SiteTitle.astro",
PageTitle: "./src/components/overrides/PageTitle.astro",
SocialIcons: "./src/components/overrides/SocialIcons.astro",
SkipLink: "./src/components/overrides/SkipLink.astro",
Expand All @@ -170,6 +169,7 @@ export default defineConfig({
"./src/mermaid.css",
"./src/table.css",
"./src/tailwind.css",
"./src/title.css",
"./src/tooltips.css",
],
pagination: false,
Expand Down
Loading

0 comments on commit 35c065d

Please sign in to comment.