master
iotcat 4 years ago
parent 5d7f2a2f6f
commit ca397d298f
  1. 8
      docs/config.js
  2. 4
      docs/landing.html

@ -40,13 +40,13 @@ docute.init({
],
},
plugins: [
/*docsearch({
docsearch({
apiKey: '4de49b1faa7fecd36ac7a295fcb55229',
indexName: 'wiot',
inputSelector: 'search-box',
inputSelector: '.search-box',
tags: ['english', 'zh-Hans'],
url: 'http://wiot.eee.dog'
}),*/
url: 'https://wiot.eee.dog/'
}),
evanyou()
]
});

@ -1,7 +1,7 @@
<h1>wIoT</h1>
<br/><br/>
<h3>🍭 Wow, such a lovely IoT system.</h3>
<input type="hidden" class="search-box">
<div class="landing-buttons">
<a class="landing-button" target="_blank" href="https://github.com/iotcat/wiot">
@ -77,4 +77,4 @@
margin: 20px 0 40px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
</style>
</style>

Loading…
Cancel
Save