Skip to content

Commit

Permalink
Create mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton authored Jul 11, 2023
1 parent 01a8991 commit 9c13346
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions backend/docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
site_name: SOCFortress CoPilot
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy

language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: lime

plugins:
- mkdocstrings:
- autorefs

nav:
- Home: index.md
- Connectors: connectors.md
- Agents: agents.md
- Alerts: alerts.md
- Artifacts: artifacts.md
- Cases: cases.md
- Graylog: graylog.md

markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg

copyright: |
&copy; 2023 <a href="https://github.com/socfortress/CoPilot" target="_blank" rel="noopener">SOCFortress CoPilot</a>

0 comments on commit 9c13346

Please sign in to comment.