We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4580ccd commit cff0fcdCopy full SHA for cff0fcd
custom_theme/searchbox.html
@@ -0,0 +1,5 @@
1
+<div role="search">
2
+ <form id ="rtd-search-form-alt" class="wy-form" action="{{ base_url }}/search.html" method="get">
3
+ <input type="text" name="q" placeholder="Search docs" />
4
+ </form>
5
+</div>
mkdocs.yml
@@ -1,5 +1,6 @@
site_name: NW.js Documentation
theme: readthedocs
+theme_dir: 'custom_theme'
markdown_extensions:
- markdown.extensions.toc
6
- markdown.extensions.admonition
0 commit comments