Skip to content

Commit c1431c4

Browse files
committed
Just some comment corrections and cleanup
Signed-off-by: Hofi <hofione@gmail.com>
1 parent cdb70bf commit c1431c4

File tree

5 files changed

+6
-540
lines changed

5 files changed

+6
-540
lines changed

_includes/doc/common_links

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
This could help common link usages, like
44

55
{% include doc/common_links %}
6-
[404 link via ref][ref:404]
6+
{% include markdown_link_decl id="404" %}
77

88
The final goal would be to add include of this file to _includes/doc/common_snippets and get it
9-
automatically included to each page, so make possible pure
9+
automatically included to each page, so make possible a pure
1010

1111
[404 link via ref][ref:404]
1212

_js/custom/custom-init.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
/* ==========================================================================
2-
Custom js init stuff
3-
========================================================================== */
4-
5-
// $(function () {
6-
//
7-
// // Override the default lunr tokenizer options, as a quick fix added _ to the list to get ignored the differences like option-1 and option_1
8-
// //lunr.tokenizer.separator = /[\s\-_]+/
9-
// lunr.tokenizer.separator = /[\s]+/
10-
//
11-
// });
2+
Add custom, common js initialization related part here
3+
========================================================================== */

0 commit comments

Comments
 (0)