clenup docs

pull/978/head
Kye Gomez 4 days ago
parent 2864d92eab
commit 797ed3d5cc

@ -8,22 +8,10 @@ repo_url: https://github.com/kyegomez/swarms
edit_uri: https://github.com/kyegomez/swarms/tree/main/docs edit_uri: https://github.com/kyegomez/swarms/tree/main/docs
copyright: TGSC Corp 2024. All rights reserved. copyright: TGSC Corp 2024. All rights reserved.
plugins: plugins:
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
# - glightbox # - glightbox
- search
- git-authors - git-authors
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
- social:
cards: true
cards_layout_options:
font_family: Fira Sans
- mkdocs-jupyter: - mkdocs-jupyter:
kernel_name: python3 kernel_name: python3
execute: false execute: false
@ -160,22 +148,11 @@ theme:
features: features:
- content.code.copy - content.code.copy
- content.code.annotate - content.code.annotate
- content.tabs.link
- content.tooltips
- navigation.tabs - navigation.tabs
- navigation.tabs.sticky
- navigation.sections - navigation.sections
- navigation.path
- navigation.indexes
- navigation.instant
- navigation.instant.prefetch
- navigation.tracking
# - navigation.expand # - navigation.expand
- navigation.top - navigation.top
- navigation.footer - navigation.footer
- search.highlight
- search.share
- search.suggest
- announce.dismiss - announce.dismiss
font: font:
text: "Fira Sans" # Clean and readable text text: "Fira Sans" # Clean and readable text
@ -190,16 +167,8 @@ markdown_extensions:
- def_list - def_list
- footnotes - footnotes
- md_in_html - md_in_html
- tables
- pymdownx.critic
- pymdownx.snippets:
auto_append:
- includes/mkdocs.md
check_paths: true
- toc: - toc:
permalink: true permalink: true
title: "On this page"
permalink_title: "Anchor link to this section"
- pymdownx.arithmatex: - pymdownx.arithmatex:
generic: true generic: true
- pymdownx.betterem: - pymdownx.betterem:
@ -222,6 +191,9 @@ markdown_extensions:
repo: mkdocs-material repo: mkdocs-material
- pymdownx.mark - pymdownx.mark
- pymdownx.smartsymbols - pymdownx.smartsymbols
- pymdownx.snippets:
auto_append:
- includes/mkdocs.md
- pymdownx.superfences: - pymdownx.superfences:
custom_fences: custom_fences:
- name: mermaid - name: mermaid

Loading…
Cancel
Save