File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change 11title : TIMDEX API Documentation
22description : MIT Libraries TIMDEX API Documentation
33
4- remote_theme : just-the-docs/just-the-docs@v0.4.1
4+ remote_theme : just-the-docs/just-the-docs@v0.5.4
55plugins :
66 - " jekyll-remote-theme"
77 - " jekyll-seo-tag"
@@ -11,10 +11,41 @@ color_scheme: dark
1111exclude :
1212 - architecture-decisions
1313
14+ baseurl : " "
15+ # Enable or disable the site search
16+ # Supports true (default) or false
17+ search_enabled : true
18+ search :
19+ # Split pages into sections that can be searched individually
20+ # Supports 1 - 6, default: 2
21+ heading_level : 2
22+ # Maximum amount of previews per search result
23+ # Default: 3
24+ previews : 3
25+ # Maximum amount of words to display before a matched word in the preview
26+ # Default: 5
27+ preview_words_before : 5
28+ # Maximum amount of words to display after a matched word in the preview
29+ # Default: 10
30+ preview_words_after : 10
31+ # Set the search token separator
32+ # Default: /[\s\-/]+/
33+ # Example: enable support for hyphenated search words
34+ tokenizer_separator : /[\s/]+/
35+ # Display the relative url in search results
36+ # Supports true (default) or false
37+ rel_url : true
38+ # Enable or disable the search button that appears in the bottom right corner of every page
39+ # Supports true or false (default)
40+ button : false
41+
42+ # For copy button on code
43+ enable_copy_code_button : true
44+
1445nav_external_links :
1546 - title : Reference
1647 url : ./reference
1748 hide_icon : false # set to true to hide the external link icon - defaults to false
1849
1950mermaid :
20- version : " 9 .3.0 "
51+ version : " 10 .3.1 "
You can’t perform that action at this time.
0 commit comments