Skip to content

Commit bf516a4

Browse files
committed
added algolia search verification
1 parent 3769992 commit bf516a4

File tree

6 files changed

+791
-9
lines changed

6 files changed

+791
-9
lines changed

docs/mkdocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ extra:
5757
link: https://medium.com/webknossos
5858
generator: false
5959

60+
extra_javascript:
61+
- javascript/algolia.js
62+
63+
extra_css:
64+
- css/algolia.css
65+
6066
plugins:
6167
# - gen-files:
6268
# scripts:

docs/overrides/main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "base.html" %}
2-
2+
<meta name="algolia-site-verification" content="65D883F50DB31A35" />
33
{% block styles %}
44
{{ super() }}
55
<link rel="stylesheet" href="{{ base_url }}/css/lists.css">
@@ -55,7 +55,7 @@
5555
</script>
5656
{% endblock libs %}
5757

58-
## Add a custom footer to every page highlight help otions, such as the community forums
58+
## Add a custom footer to every page highlight help options, such as the community forums
5959
{% block content %}
6060
{{ super() }}
6161
{% include "partials/page_content_footer.html" %}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!-- Search interface -->
2+
<div id="docsearch"></div>

0 commit comments

Comments
 (0)