File size: 4,654 Bytes
d9162ac
 
4d6a33a
b2efdc1
 
 
 
157227f
b2efdc1
51b59ef
4d6a33a
51b59ef
b2efdc1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4d6a33a
b2efdc1
 
 
 
4d6a33a
 
 
 
 
b2efdc1
 
4d6a33a
b2efdc1
 
4d6a33a
 
 
b2efdc1
 
4d6a33a
b2efdc1
 
4d6a33a
 
 
 
b2efdc1
 
4d6a33a
 
7a4d2bd
 
4d6a33a
 
b2efdc1
 
 
 
 
 
d9162ac
 
b2efdc1
 
4d6a33a
 
 
 
b2efdc1
 
 
 
 
 
 
 
 
4d6a33a
b2efdc1
 
 
 
 
d9162ac
b2efdc1
 
 
 
 
4d6a33a
b2efdc1
 
4d6a33a
 
 
 
 
 
b2efdc1
 
 
 
 
 
 
 
 
 
 
51b59ef
d45d242
b2efdc1
51b59ef
 
 
 
 
 
 
b2efdc1
 
 
 
 
 
157227f
 
 
 
 
 
 
 
d9162ac
b2efdc1
 
 
 
 
 
4d6a33a
 
 
 
b2efdc1
 
4d6a33a
 
 
 
 
 
b2efdc1
 
4d6a33a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
site_name: The DETERMINATOR
site_description: Generalist Deep Research Agent that Stops at Nothing
site_author: The DeepCritical Team
site_url: https://deepcritical.github.io/GradioDemo/

repo_name: DeepCritical/GradioDemo
repo_url: https://github.com/DeepCritical/GradioDemo
edit_uri: edit/dev/docs/

# Ensure all files are included even if not in nav
# strict: false

theme:
  name: material
  palette:
    # Light mode
    - scheme: default
      primary: orange
      accent: red
      toggle:
        icon: material/brightness-7
        name: Switch to dark mode
    # Dark mode
    - scheme: slate
      primary: orange
      accent: red
      toggle:
        icon: material/brightness-4
        name: Switch to light mode
  features:
    # Navigation features
    - navigation.tabs
    - navigation.sections
    - navigation.expand
    - navigation.top
    - navigation.indexes 
    - navigation.instant 
    - navigation.tracking 
    - navigation.smooth  
    # Search features
    - search.suggest
    - search.highlight
    # Content features
    - content.code.annotate
    - content.code.copy
    - content.tabs.link 
    - content.tooltips 
    - toc.integrate 
  icon:
    repo: fontawesome/brands/github
  language: en

plugins:
  - search:
      lang:
        - en
      separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|&'
  - mermaid2
  - codeinclude
  - git-revision-date-localized:
      enable_creation_date: true
      enable_git_follow: false  # Disable follow to avoid timestamp ordering issues
      strict: false  # Bypass warnings about timestamp ordering issues
      type: timeago  # Shows "2 days ago" format
      fallback_to_build_date: true
  - minify:
      minify_html: true
      minify_js: true
      minify_css: true

markdown_extensions:
  - dev.docs_plugins:
      base_path: "."
  - pymdownx.highlight:
      anchor_linenums: true
      line_spans: __span  # Allow line spans for highlighting
      pygments_lang_class: true  # Add language class to code blocks
      use_pygments: true
      noclasses: false  # Use CSS classes for better theming
  - pymdownx.inlinehilite
  - pymdownx.superfences:
      custom_fences:
        - name: mermaid
          class: mermaid
          format: !!python/name:pymdownx.superfences.fence_code_format
      preserve_tabs: true
  - pymdownx.tabbed:
      alternate_style: true
      combine_header_slug: true  # Better tab linking
  - pymdownx.tasklist:
      custom_checkbox: true
  - pymdownx.emoji:
      emoji_generator: !!python/name:pymdownx.emoji.to_svg
      emoji_index: !!python/name:pymdownx.emoji.twemoji
  - pymdownx.snippets
  - admonition
  - pymdownx.details
  - attr_list
  - md_in_html
  - tables
  - meta  # Frontmatter support for tags, categories, etc.
  - toc:
      permalink: true
      permalink_title: "Anchor link to this section"
      baselevel: 1
      toc_depth: 3
      slugify: !!python/object/apply:pymdownx.slugs.slugify
        kwds:
          case: lower

nav:
  - Home: index.md
  - Overview:
    - overview/architecture.md
    - overview/features.md
  - Getting Started:
    - getting-started/installation.md
    - getting-started/quick-start.md
    - getting-started/mcp-integration.md
    - getting-started/examples.md
  - Configuration:
    - configuration/index.md
  - Architecture:
    - "Graph Orchestration": architecture/graph_orchestration.md
    - "Workflow Diagrams": architecture/workflow-diagrams.md
    - "Agents": architecture/agents.md
    - "Orchestrators": architecture/orchestrators.md
    - "Tools": architecture/tools.md
    - "Middleware": architecture/middleware.md
    - "Services": architecture/services.md
  - API Reference:
    - api/agents.md
    - api/tools.md
    - api/orchestrators.md
    - api/services.md
    - api/models.md
  - Contributing:
    - contributing/index.md
    - contributing/code-quality.md
    - contributing/code-style.md
    - contributing/error-handling.md
    - contributing/implementation-patterns.md
    - contributing/prompt-engineering.md
    - contributing/testing.md
  - License: LICENSE.md
  - Team: team.md

extra:
  social:
    - icon: fontawesome/brands/github
      link: https://github.com/DeepCritical/GradioDemo
      name: GitHub
    - icon: fontawesome/brands/twitter
      link: https://twitter.com/josephpollack
      name: Twitter
    - icon: material/web
      link: https://huggingface.co/spaces/DataQuests/DeepCritical
      name: Live Demo
    - icon: fontawesome/brands/discord
      link: https://discord.gg/n8ytYeh25n
      name: Discord
  generator:
    enabled: false  # Hide generator meta tag

copyright: Copyright © 2024 DeepCritical Team