Skip to content

Commit b9a6554

Browse files
Adjust the left top logo area (#14)
* Adjust the left top logo area * use inline svg --------- Co-authored-by: Kazuhiro Sera <[email protected]>
1 parent 493d355 commit b9a6554

File tree

9 files changed

+108
-11
lines changed

9 files changed

+108
-11
lines changed

docs/astro.config.mjs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,8 @@ export default defineConfig({
315315
integrations: [
316316
starlight({
317317
title: 'OpenAI Agents SDK',
318-
logo: {
319-
light: './src/assets/light-logo.svg',
320-
dark: './src/assets/dark-logo.svg',
321-
alt: 'OpenAI',
318+
components: {
319+
SiteTitle: './src/components/Title.astro',
322320
},
323321
// defaultLocale: 'root',
324322
locales: {

docs/src/assets/dark-wordmark.svg

Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)