Skip to content

Commit

Permalink
feat: make theme configuration more customizable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Mar 17, 2023
1 parent 46fea42 commit e0f47d8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/logos-docusaurus-preset/src/types/themes.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import { NavbarItem, Footer } from '@docusaurus/theme-common'
import { Footer, Navbar } from '@docusaurus/theme-common'

export type ThemeConfig = {
navbar?: {
items?: NavbarItem[]
}
footer?: {
links?: Footer['links']
}
navbar?: Navbar
footer?: Footer
}

export type { PluginOptions as DefaultThemeOptions } from '@acid-info/logos-docusaurus-theme'

0 comments on commit e0f47d8

Please sign in to comment.