mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
feat: enhance search to the main introduction page
This commit is contained in:
Vendored
+7
-10
@@ -20,16 +20,13 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<input id="doc_search" placeholder="Search the Guide" autofocus/>
|
<input id="doc_search" placeholder="Search the doc" autofocus/>
|
||||||
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js" onload="docsearch({
|
||||||
<script type="text/javascript"> docsearch({
|
apiKey: '512b0d6c0c8578bed7662f5279c2249c',
|
||||||
apiKey: '512b0d6c0c8578bed7662f5279c2249c',
|
indexName: 'python-guide',
|
||||||
indexName: 'python-guide',
|
inputSelector: '#doc_search',
|
||||||
inputSelector: "#doc_search",
|
debug: false // Set debug to true if you want to inspect the dropdown
|
||||||
debug: false // Set debug to true if you want to inspect the dropdown
|
})" async></script>
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This opinionated guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.
|
This opinionated guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.
|
||||||
|
|||||||
Reference in New Issue
Block a user