Skip to content

Commit b8b869b

Browse files
authored
Refactor _config.yml for cleaner configuration
1 parent bf67396 commit b8b869b

1 file changed

Lines changed: 31 additions & 44 deletions

File tree

docs/_config.yml

Lines changed: 31 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,55 @@
11
title: SharpInfer
22
description: Pure C# LLM inference engine — no Python, no bindings, no compromises.
3-
baseurl: "/SharpInfer"
4-
url: "https://jpaulduncan.github.io"
5-
63
theme: just-the-docs
74

8-
# Just the Docs configuration
9-
color_scheme: light
10-
search_enabled: true
11-
search:
12-
heading_level: 2
13-
previews: 3
14-
preview_words_before: 5
15-
preview_words_after: 10
16-
tokenizer_separator: /[\s/]+/
17-
rel_url: true
18-
button: false
19-
20-
enable_copy_code_button: true
5+
url: ''
6+
baseurl: '/SharpInfer'
217

22-
nav_sort: case_insensitive
8+
plugins:
9+
- jekyll-seo-tag
10+
- jekyll-include-cache
2311

24-
# Aux links in the top-right
2512
aux_links:
26-
"GitHub":
27-
- "https://github.com/jpaulduncan/SharpInfer"
13+
'GitHub':
14+
- 'https://github.com/jpaulduncan/SharpInfer'
2815
aux_links_new_tab: true
2916

30-
# Footer
31-
footer_content: "SharpInfer is MIT-licensed. Built with <a href=\"https://just-the-docs.com\">Just the Docs</a>."
17+
footer_content: 'SharpInfer is MIT-licensed. Built with <a href=\"https://just-the-docs.com\">Just the Docs</a>..'
3218

33-
# Back to top
34-
back_to_top: true
35-
back_to_top_text: "Back to top"
19+
color_scheme: light
20+
21+
search_enabled: true
22+
search.button: true
3623

37-
# Heading anchor links
3824
heading_anchors: true
3925

40-
# Callouts (note, warning, important, highlight)
41-
callouts_level: quiet
26+
back_to_top: true
27+
back_to_top_text: 'Back to top'
28+
29+
nav_sort: case_insensitive
30+
31+
enable_copy_code_button: true
32+
4233
callouts:
43-
highlight:
44-
color: yellow
45-
important:
46-
title: Important
47-
color: blue
48-
new:
49-
title: New
50-
color: green
5134
note:
5235
title: Note
53-
color: purple
36+
color: blue
37+
tip:
38+
title: Tip
39+
color: green
5440
warning:
5541
title: Warning
42+
color: yellow
43+
important:
44+
title: Important
5645
color: red
5746

58-
# Collections (not used but good practice)
59-
plugins:
60-
61-
# Exclude from build
47+
# Aux links in the top-right
48+
aux_links:
49+
"GitHub":
50+
- "https://github.com/jpaulduncan/SharpInfer"
51+
aux_links_new_tab: true
6252

6353
exclude:
6454
- Gemfile
6555
- Gemfile.lock
66-
- "*.gemspec"
67-
- "node_modules/"
68-
- "vendor/"

0 commit comments

Comments
 (0)