diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fe4f64d..893cf88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml + exclude: ^mkdocs\.yml$ - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit diff --git a/mkdocs.yml b/mkdocs.yml index 309b9ab..3c78489 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,8 +9,6 @@ site_author: Bordumb / Renbytes repo_url: https://github.com/renbytes/arla repo_name: arla -use_directory_urls: false - docs_dir: docs # Copyright @@ -62,16 +60,7 @@ plugins: options: show_root_heading: true show_source: false - - blog - -extra: - social: - - icon: fontawesome/brands/github - link: https://github.com/renbytes - - icon: fontawesome/brands/python - link: https://pypi.org/project/arla/ - blog: - authors_file: "{blog}/.authors.yml" + - rss # Page tree nav: @@ -96,6 +85,16 @@ nav: - "agent-engine": api/agent-engine.md - Blog: blog/index.md +# Customization +extra: + blog: + authors_file: "{blog}/.authors.yml" + social: + - icon: fontawesome/brands/github + link: https://github.com/renbytes + - icon: fontawesome/brands/python + link: https://pypi.org/project/arla/ # When we publish it + # Markdown extensions markdown_extensions: - pymdownx.highlight: @@ -114,8 +113,8 @@ markdown_extensions: - pymdownx.tabbed: alternate_style: true - pymdownx.emoji: - emoji_index: pymdownx.emoji.twemoji - emoji_generator: pymdownx.emoji.to_svg + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg extra_css: - stylesheets/custom.css