Add Algolia search
This commit is contained in:
parent
8715807977
commit
eb4a70180b
@ -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.
|
||||
|
||||
|
@ -15,6 +15,10 @@ module.exports = {
|
||||
prism: {
|
||||
additionalLanguages: ['lua'],
|
||||
},
|
||||
algolia: {
|
||||
apiKey: '7440a29a5d611582272899683f54f54e',
|
||||
indexName: 'premake',
|
||||
},
|
||||
navbar: {
|
||||
title: 'Premake',
|
||||
logo: {
|
||||
|
Reference in New Issue
Block a user