We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f70d88 commit f526118Copy full SHA for f526118
1 file changed
docs/_templates/sidebarintro.html
@@ -5,6 +5,17 @@
5
</p>
6
7
<p style="margin-left:auto; margin-right: auto;"><iframe src="https://ghbtns.com/github-btn.html?user=realpython&repo=python-guide&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe></p>
8
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
9
+<style>
10
+.algolia-autocomplete{
11
+ width: 100%;
12
+ height: 1.5em
13
+}
14
+#q{
15
16
+ height: 100%;
17
18
+</style>
19
<input id="doc_search" placeholder="Search the doc" autofocus/>
20
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
21
<script type="text/javascript"> docsearch({
0 commit comments