Merge pull request #1607 from KyrietS/website-search

Add Algolia search
This commit is contained in:
starkos 2021-04-10 11:35:55 -04:00 committed by GitHub
commit 9878dde96a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Premake Website
Premake website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
Premake website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator. Search functionality is provided for free by [Algolia DocSearch](https://docsearch.algolia.com/).
All docs pages can be found in the `docs/` folder.

View File

@ -15,6 +15,10 @@ module.exports = {
prism: {
additionalLanguages: ['lua'],
},
algolia: {
apiKey: '7440a29a5d611582272899683f54f54e',
indexName: 'premake',
},
navbar: {
title: 'Premake',
logo: {