Joseph Pollack commited on
Commit
4d6a33a
·
1 Parent(s): d45d242

fix typo mkdocs yaml

Browse files
Files changed (2) hide show
  1. mkdocs.yml +46 -4
  2. mkdocs.yml.enhanced +0 -166
mkdocs.yml CHANGED
@@ -1,6 +1,6 @@
1
  site_name: The DETERMINATOR
2
  site_description: Generalist Deep Research Agent that Stops at Nothing
3
- site_author: The DETERMINATOR Team
4
  site_url: https://deepcritical.github.io/GradioDemo/
5
 
6
  repo_name: DeepCritical/GradioDemo
@@ -8,7 +8,7 @@ repo_url: https://github.com/DeepCritical/GradioDemo
8
  edit_uri: edit/dev/docs/
9
 
10
  # Ensure all files are included even if not in nav
11
- strict: false
12
 
13
  theme:
14
  name: material
@@ -28,21 +28,41 @@ theme:
28
  icon: material/brightness-4
29
  name: Switch to light mode
30
  features:
 
31
  - navigation.tabs
32
  - navigation.sections
33
  - navigation.expand
34
  - navigation.top
 
 
 
 
 
35
  - search.suggest
36
  - search.highlight
 
37
  - content.code.annotate
38
  - content.code.copy
 
 
 
39
  icon:
40
  repo: fontawesome/brands/github
 
41
 
42
  plugins:
43
- - search
 
 
 
 
 
44
  - mermaid2
45
  - codeinclude
 
 
 
 
46
  - minify:
47
  minify_html: true
48
  minify_js: true
@@ -53,6 +73,10 @@ markdown_extensions:
53
  base_path: "."
54
  - pymdownx.highlight:
55
  anchor_linenums: true
 
 
 
 
56
  - pymdownx.inlinehilite
57
  - pymdownx.superfences:
58
  custom_fences:
@@ -62,6 +86,7 @@ markdown_extensions:
62
  preserve_tabs: true
63
  - pymdownx.tabbed:
64
  alternate_style: true
 
65
  - pymdownx.tasklist:
66
  custom_checkbox: true
67
  - pymdownx.emoji:
@@ -70,12 +95,18 @@ markdown_extensions:
70
  - pymdownx.snippets
71
  - admonition
72
  - pymdownx.details
73
- - pymdownx.superfences
74
  - attr_list
75
  - md_in_html
76
  - tables
 
77
  - toc:
78
  permalink: true
 
 
 
 
 
 
79
 
80
  nav:
81
  - Home: index.md
@@ -118,7 +149,18 @@ extra:
118
  social:
119
  - icon: fontawesome/brands/github
120
  link: https://github.com/DeepCritical/GradioDemo
 
 
 
 
121
  - icon: material/web
122
  link: https://huggingface.co/spaces/DataQuests/DeepCritical
 
 
 
 
 
 
123
 
124
  copyright: Copyright © 2024 DeepCritical Team
 
 
1
  site_name: The DETERMINATOR
2
  site_description: Generalist Deep Research Agent that Stops at Nothing
3
+ site_author: The DeepCritical Team
4
  site_url: https://deepcritical.github.io/GradioDemo/
5
 
6
  repo_name: DeepCritical/GradioDemo
 
8
  edit_uri: edit/dev/docs/
9
 
10
  # Ensure all files are included even if not in nav
11
+ # strict: false
12
 
13
  theme:
14
  name: material
 
28
  icon: material/brightness-4
29
  name: Switch to light mode
30
  features:
31
+ # Navigation features
32
  - navigation.tabs
33
  - navigation.sections
34
  - navigation.expand
35
  - navigation.top
36
+ - navigation.indexes
37
+ - navigation.instant
38
+ - navigation.tracking
39
+ - navigation.smooth
40
+ # Search features
41
  - search.suggest
42
  - search.highlight
43
+ # Content features
44
  - content.code.annotate
45
  - content.code.copy
46
+ - content.tabs.link
47
+ - content.tooltips
48
+ - toc.integrate
49
  icon:
50
  repo: fontawesome/brands/github
51
+ language: en
52
 
53
  plugins:
54
+ - search:
55
+ lang:
56
+ - en
57
+ separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|&'
58
+ prebuild_index: true # Faster search initialization
59
+ indexing: full # Full-text indexing for better results
60
  - mermaid2
61
  - codeinclude
62
+ - git-revision-date-localized:
63
+ enable_creation_date: true
64
+ type: timeago # Shows "2 days ago" format
65
+ fallback_to_build_date: true
66
  - minify:
67
  minify_html: true
68
  minify_js: true
 
73
  base_path: "."
74
  - pymdownx.highlight:
75
  anchor_linenums: true
76
+ line_spans: __span # Allow line spans for highlighting
77
+ pygments_lang_class: true # Add language class to code blocks
78
+ use_pygments: true
79
+ noclasses: false # Use CSS classes for better theming
80
  - pymdownx.inlinehilite
81
  - pymdownx.superfences:
82
  custom_fences:
 
86
  preserve_tabs: true
87
  - pymdownx.tabbed:
88
  alternate_style: true
89
+ combine_header_slug: true # Better tab linking
90
  - pymdownx.tasklist:
91
  custom_checkbox: true
92
  - pymdownx.emoji:
 
95
  - pymdownx.snippets
96
  - admonition
97
  - pymdownx.details
 
98
  - attr_list
99
  - md_in_html
100
  - tables
101
+ - meta # Frontmatter support for tags, categories, etc.
102
  - toc:
103
  permalink: true
104
+ permalink_title: "Anchor link to this section"
105
+ baselevel: 1
106
+ toc_depth: 3
107
+ slugify: !!python/object/apply:pymdownx.slugs.slugify
108
+ kwds:
109
+ case: lower
110
 
111
  nav:
112
  - Home: index.md
 
149
  social:
150
  - icon: fontawesome/brands/github
151
  link: https://github.com/DeepCritical/GradioDemo
152
+ name: GitHub
153
+ - icon: fontawesome/brands/twitter
154
+ link: https://twitter.com/josephpollack
155
+ name: Twitter
156
  - icon: material/web
157
  link: https://huggingface.co/spaces/DataQuests/DeepCritical
158
+ name: Live Demo
159
+ - icon: fontawesome/brands/discord
160
+ link: https://discord.gg/n8ytYeh25n
161
+ name: Discord
162
+ generator:
163
+ enabled: false # Hide generator meta tag
164
 
165
  copyright: Copyright © 2024 DeepCritical Team
166
+
mkdocs.yml.enhanced DELETED
@@ -1,166 +0,0 @@
1
- site_name: The DETERMINATOR
2
- site_description: Generalist Deep Research Agent that Stops at Nothing
3
- site_author: The DeepCritical Team
4
- site_url: https://deepcritical.github.io/GradioDemo/
5
-
6
- repo_name: DeepCritical/GradioDemo
7
- repo_url: https://github.com/DeepCritical/GradioDemo
8
- edit_uri: edit/dev/docs/
9
-
10
- # Ensure all files are included even if not in nav
11
- # strict: false
12
-
13
- theme:
14
- name: material
15
- palette:
16
- # Light mode
17
- - scheme: default
18
- primary: orange
19
- accent: red
20
- toggle:
21
- icon: material/brightness-7
22
- name: Switch to dark mode
23
- # Dark mode
24
- - scheme: slate
25
- primary: orange
26
- accent: red
27
- toggle:
28
- icon: material/brightness-4
29
- name: Switch to light mode
30
- features:
31
- # Navigation features
32
- - navigation.tabs
33
- - navigation.sections
34
- - navigation.expand
35
- - navigation.top
36
- - navigation.indexes
37
- - navigation.instant
38
- - navigation.tracking
39
- - navigation.smooth
40
- # Search features
41
- - search.suggest
42
- - search.highlight
43
- # Content features
44
- - content.code.annotate
45
- - content.code.copy
46
- - content.tabs.link
47
- - content.tooltips
48
- - toc.integrate
49
- icon:
50
- repo: fontawesome/brands/github
51
- language: en
52
-
53
- plugins:
54
- - search:
55
- lang:
56
- - en
57
- separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|&'
58
- prebuild_index: true # Faster search initialization
59
- indexing: full # Full-text indexing for better results
60
- - mermaid2
61
- - codeinclude
62
- - git-revision-date-localized:
63
- enable_creation_date: true
64
- type: timeago # Shows "2 days ago" format
65
- fallback_to_build_date: true
66
- - minify:
67
- minify_html: true
68
- minify_js: true
69
- minify_css: true
70
-
71
- markdown_extensions:
72
- - dev.docs_plugins:
73
- base_path: "."
74
- - pymdownx.highlight:
75
- anchor_linenums: true
76
- line_spans: __span # Allow line spans for highlighting
77
- pygments_lang_class: true # Add language class to code blocks
78
- use_pygments: true
79
- noclasses: false # Use CSS classes for better theming
80
- - pymdownx.inlinehilite
81
- - pymdownx.superfences:
82
- custom_fences:
83
- - name: mermaid
84
- class: mermaid
85
- format: !!python/name:pymdownx.superfences.fence_code_format
86
- preserve_tabs: true
87
- - pymdownx.tabbed:
88
- alternate_style: true
89
- combine_header_slug: true # Better tab linking
90
- - pymdownx.tasklist:
91
- custom_checkbox: true
92
- - pymdownx.emoji:
93
- emoji_generator: !!python/name:pymdownx.emoji.to_svg
94
- emoji_index: !!python/name:pymdownx.emoji.twemoji
95
- - pymdownx.snippets
96
- - admonition
97
- - pymdownx.details
98
- - attr_list
99
- - md_in_html
100
- - tables
101
- - meta # Frontmatter support for tags, categories, etc.
102
- - toc:
103
- permalink: true
104
- permalink_title: "Anchor link to this section"
105
- baselevel: 1
106
- toc_depth: 3
107
- slugify: !!python/object/apply:pymdownx.slugs.slugify
108
- kwds:
109
- case: lower
110
-
111
- nav:
112
- - Home: index.md
113
- - Overview:
114
- - overview/architecture.md
115
- - overview/features.md
116
- - Getting Started:
117
- - getting-started/installation.md
118
- - getting-started/quick-start.md
119
- - getting-started/mcp-integration.md
120
- - getting-started/examples.md
121
- - Configuration:
122
- - configuration/index.md
123
- - Architecture:
124
- - "Graph Orchestration": architecture/graph_orchestration.md
125
- - "Workflow Diagrams": architecture/workflow-diagrams.md
126
- - "Agents": architecture/agents.md
127
- - "Orchestrators": architecture/orchestrators.md
128
- - "Tools": architecture/tools.md
129
- - "Middleware": architecture/middleware.md
130
- - "Services": architecture/services.md
131
- - API Reference:
132
- - api/agents.md
133
- - api/tools.md
134
- - api/orchestrators.md
135
- - api/services.md
136
- - api/models.md
137
- - Contributing:
138
- - contributing/index.md
139
- - contributing/code-quality.md
140
- - contributing/code-style.md
141
- - contributing/error-handling.md
142
- - contributing/implementation-patterns.md
143
- - contributing/prompt-engineering.md
144
- - contributing/testing.md
145
- - License: LICENSE.md
146
- - Team: team.md
147
-
148
- extra:
149
- social:
150
- - icon: fontawesome/brands/github
151
- link: https://github.com/DeepCritical/GradioDemo
152
- name: GitHub
153
- - icon: fontawesome/brands/twitter
154
- link: https://twitter.com/josephpollack
155
- name: Twitter
156
- - icon: material/web
157
- link: https://huggingface.co/spaces/DataQuests/DeepCritical
158
- name: Live Demo
159
- - icon: fontawesome/brands/discord
160
- link: https://discord.gg/n8ytYeh25n
161
- name: Discord
162
- generator:
163
- enabled: false # Hide generator meta tag
164
-
165
- copyright: Copyright © 2024 DeepCritical Team
166
-