Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sumit-walia committed Jan 9, 2025
1 parent 473ac09 commit a47e421
Showing 1 changed file with 22 additions and 27 deletions.
49 changes: 22 additions & 27 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,25 @@ repo_url: https://github.com/TurakhiaLab/panman
theme:
name: material
features:
- announce.dismiss
# - announce.dismiss
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.tabs.link
- content.action.edit
- content.action.view
- content.tooltips
- toc.follow
- toc.integrate
# - navigation.sections
- navigation.expand
- navigation.tabs
- navigation.sections
- navigation.path
# - navigation.tabs
- navigation.top
- navigation.tabs.sticky
- navigation.instant.prefetch
- navigation.tracking
- navigation.footer
- navigation.expand
- search.highlight
- search.suggest
# - content.action.edit
# - content.action.view
# - content.tooltips
# - navigation.tabs.sticky
# - navigation.instant.prefetch
# - navigation.tracking
# - search.share

language: en

Expand All @@ -51,16 +49,16 @@ plugins:
- search

# icon:
# admonition:
# note: octicons/tag-16
# info: octicons/info-16
# tip: octicons/squirrel-16
# success: octicons/check-16
# question: octicons/question-16
# warning: octicons/alert-16
# bug: octicons/bug-16
# example: octicons/beaker-16
# quote: octicons/quote-16
admonition:
note: octicons/tag-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16

extra:
social:
Expand All @@ -87,12 +85,9 @@ markdown_extensions:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg

# use_directory_urls: false
use_directory_urls: false
nav:
- Home: index.md
# - Install: install.md
# - Construction: construction.md
# - Utility: utils.md

# extra_javascript:
# - javascripts/mathjax.js
Expand Down

0 comments on commit a47e421

Please sign in to comment.