Skip to content

Commit

Permalink
Docsearch initial deploy; increase question text size
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Kas-tle authored Mar 11, 2024
1 parent 33fe0a5 commit 990b91f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const config: Config = {
],

themeConfig: {
// Replace with your project's social card
image: 'img/site/geyser.png',
navbar: {
title: 'GeyserMC',
Expand Down Expand Up @@ -127,6 +126,13 @@ const config: Config = {
hideable: true,
}
},
algolia: {
appId: '0DTHI9QFCH',
apiKey: '3cc0567f76d2ed3ffdb4cc94f0ac9815',
indexName: 'geysermc',
contextualSearch: true,
searchPagePath: 'search',
},
} satisfies Preset.ThemeConfig,
};

Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ html[data-theme='dark'] {
}

.question-text p {
font-size: 18px;
font-size: 20px;
margin-right: 18px;
}

Expand Down

0 comments on commit 990b91f

Please sign in to comment.