Skip to content

Commit

Permalink
docs(mkdocs): style improvements (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
shini4i authored Jan 31, 2024
1 parent a9439e5 commit 1dcf34a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ dist/

# generated docs
site/

# mkdocs cache
.cache/
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mkdocs-material==9.5.6
mkdocs-material-extensions==1.3.1
mkdocs-git-committers-plugin-2==2.2.3
pymdown-extensions==10.7
13 changes: 13 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@ site_url: https://github.com/shini4i/argo-watcher
site_description: Documentation for Argo-Watcher project
site_author: Vadim Gedz

repo_url: https://github.com/shini4i/argo-watcher
repo_name: shini4i/argo-watcher

theme:
name: 'material'
logo: 'assets/logo.png'
favicon: 'assets/favicon.ico'
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- search.suggest
- content.code.copy

nav:
- Home: 'index.md'
Expand All @@ -29,3 +36,9 @@ markdown_extensions:
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html

plugins:
- search
- git-committers:
repository: shini4i/argo-watcher
branch: main

0 comments on commit 1dcf34a

Please sign in to comment.