Add Algolia search

This commit is contained in:
KyrietS 2021-04-10 16:55:52 +02:00
parent 8715807977
commit eb4a70180b
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: {