We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a9330 commit 6a2e80eCopy full SHA for 6a2e80e
docs/source/_static/custom.js
@@ -0,0 +1,8 @@
1
+docsearch({
2
+appId: 'TUWNQQ885H',
3
+apiKey: '65d911f00226e60a20d63592c1f0b800',
4
+indexName: 'openskill',
5
+insights: true,
6
+container: 'searchbox',
7
+debug: false
8
+});
docs/source/conf.py
@@ -65,6 +65,10 @@
65
}
66
html_css_files = [
67
"custom.css",
68
+ "https://cdn.jsdelivr.net/npm/@docsearch/css@3&"
69
+]
70
+html_js_files = [
71
+ 'custom.js',
72
]
73
html_context = {
74
"source_type": "github|gitlab",
0 commit comments