docs: 📝 init algolia search params
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
This commit is contained in:
parent
ca03cd6e58
commit
30739c2728
@ -23,11 +23,15 @@ module.exports = {
|
||||
},
|
||||
navbar: {
|
||||
logo: {
|
||||
alt: 'My Site Logo',
|
||||
alt: 'Dagger Logo',
|
||||
src: 'img/dagger-logo.png',
|
||||
srcDark: 'img/dagger_logo_dark.png',
|
||||
},
|
||||
},
|
||||
algolia: {
|
||||
apiKey: 'cd4551565ea091140ab8f6c968ea670f',
|
||||
indexName: 'docs_dagger'
|
||||
},
|
||||
},
|
||||
presets: [
|
||||
[
|
||||
|
@ -17,7 +17,7 @@
|
||||
--ifm-code-font-size: 95%;
|
||||
--ifm-navbar-height: 5rem;
|
||||
--ifm-background-color: var(--ifm-color-primary-light);
|
||||
--ifm-navbar-background-color: transparent;
|
||||
--ifm-navbar-background-color: var(--ifm-color-primary-light);
|
||||
--ifm-menu-color-active: var(--ifm-color-primary-dark);
|
||||
--ifm-font-family-base: "Karla", sans-serif;
|
||||
/* --ifm-font-family-monospace: "Karla", sans-serif; */
|
||||
|
Reference in New Issue
Block a user