Add full-text search for docs (#3102)
This commit is contained in:
commit
7082bc164d
|
@ -8,7 +8,12 @@ module.exports = {
|
||||||
lineNumbers: true
|
lineNumbers: true
|
||||||
},
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
lastUpdated: "Last Updated",
|
lastUpdated: true,
|
||||||
|
algolia: {
|
||||||
|
apiKey: 'a6e2f64347bb826b732e118c1366819a',
|
||||||
|
indexName: 'cosmos_network',
|
||||||
|
debug: false
|
||||||
|
},
|
||||||
nav: [{ text: "Back to Cosmos", link: "https://cosmos.network" }],
|
nav: [{ text: "Back to Cosmos", link: "https://cosmos.network" }],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue