mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
feat: make theme configuration more customizable
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user