Skip to content

Commit cf1dcff

Browse files
committed
Update Search Feature
1 parent 306d96c commit cf1dcff

File tree

2 files changed

+35
-34
lines changed

2 files changed

+35
-34
lines changed

docs/index.html

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,47 +1527,48 @@ <h1 id=keep-in-touch>
15271527
<div class="md-dialog__inner md-typeset"></div>
15281528
</div>
15291529
<!-- TODO: Update Link -->
1530-
<script id=__config type=application/json>
1530+
<script id="__config" type="application/json">
15311531
{
1532-
"annotate": {
1533-
"json": [
1534-
".s2"
1535-
]
1536-
},
1537-
"base": ".",
1532+
"base": "..",
15381533
"features": [
15391534
"announce.dismiss",
1540-
"content.action.edit",
1541-
"content.action.view",
15421535
"content.code.annotate",
1543-
"content.code.copy",
1544-
"content.code.select",
1545-
"content.footnote.tooltips",
1546-
"content.tooltips",
1547-
"navigation.footer",
1548-
"navigation.indexes",
1549-
"navigation.sections",
1550-
"navigation.tabs",
1551-
"navigation.top",
1552-
"search.highlight",
1553-
"search.share",
1554-
"search.suggest",
1555-
"toc.follow"
1536+
"content.code.copy",
1537+
"content.code.select",
1538+
"content.footnote.tooltips",
1539+
"content.tooltips",
1540+
"header.autohide",
1541+
"navigation.expand",
1542+
"navigation.indexes",
1543+
"navigation.instant",
1544+
"navigation.instant.prefetch",
1545+
"navigation.instant.progress",
1546+
"navigation.prune",
1547+
"navigation.sections",
1548+
"navigation.tabs",
1549+
"navigation.tabs.sticky",
1550+
"navigation.top",
1551+
"navigation.tracking",
1552+
"search.highlight",
1553+
"search.suggest",
1554+
"toc.follow",
1555+
"toc.integrate"
15561556
],
1557-
"search": "assets/javascripts/workers/search.d50fe291.min.js",
1557+
"search": "../assets/javascripts/workers/search.d50fe291.min.js",
15581558
"translations": {
1559-
"clipboard.copied": "Copied to clipboard",
1560-
"clipboard.copy": "Copy to clipboard",
1561-
"search.result.more.one": "1 more on this page",
1562-
"search.result.more.other": "# more on this page",
1563-
"search.result.none": "No matching documents",
1564-
"search.result.one": "1 matching document",
1565-
"search.result.other": "# matching documents",
1566-
"search.result.placeholder": "Type to start searching",
1567-
"search.result.term.missing": "Missing",
1559+
"clipboard.copied": "Copied to clipboard",
1560+
"clipboard.copy": "Copy to clipboard",
1561+
"search.result.more.one": "1 more on this page",
1562+
"search.result.more.other": "# more on this page",
1563+
"search.result.none": "No matching documents",
1564+
"search.result.one": "1 matching document",
1565+
"search.result.other": "# matching documents",
1566+
"search.result.placeholder": "Type to start searching",
1567+
"search.result.term.missing": "Missing",
15681568
"select.version": "Select version"
15691569
}
1570-
}</script>
1570+
}
1571+
</script>
15711572
<script src=assets/javascripts/bundle.50899def.min.js></script> <!-- TODO: Update Link -->
15721573
<script src=assets/javascripts/timeago.js></script>
15731574
<script src=assets/javascripts/timeago_instant.js></script>

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ theme:
4141
- navigation.top
4242
- navigation.tracking
4343
- search.highlight
44-
- search.share
4544
- search.suggest
45+
# - search.share
4646
- toc.follow
4747
- toc.integrate
4848
language: en

0 commit comments

Comments
 (0)