Skip to content

Commit b70262f

Browse files
authored
Merge pull request #51 from renbytes/dev-mkdocsFix
Docs - Fix
2 parents 205a226 + 8c7663b commit b70262f

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ repos:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
8+
exclude: ^mkdocs\.yml$
89
- id: check-added-large-files
910

1011
- repo: https://github.com/astral-sh/ruff-pre-commit

mkdocs.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ site_author: Bordumb / Renbytes
99
repo_url: https://github.com/renbytes/arla
1010
repo_name: arla
1111

12-
use_directory_urls: false
13-
1412
docs_dir: docs
1513

1614
# Copyright
@@ -62,16 +60,7 @@ plugins:
6260
options:
6361
show_root_heading: true
6462
show_source: false
65-
- blog
66-
67-
extra:
68-
social:
69-
- icon: fontawesome/brands/github
70-
link: https://github.com/renbytes
71-
- icon: fontawesome/brands/python
72-
link: https://pypi.org/project/arla/
73-
blog:
74-
authors_file: "{blog}/.authors.yml"
63+
- rss
7564

7665
# Page tree
7766
nav:
@@ -96,6 +85,16 @@ nav:
9685
- "agent-engine": api/agent-engine.md
9786
- Blog: blog/index.md
9887

88+
# Customization
89+
extra:
90+
blog:
91+
authors_file: "{blog}/.authors.yml"
92+
social:
93+
- icon: fontawesome/brands/github
94+
link: https://github.com/renbytes
95+
- icon: fontawesome/brands/python
96+
link: https://pypi.org/project/arla/ # When we publish it
97+
9998
# Markdown extensions
10099
markdown_extensions:
101100
- pymdownx.highlight:
@@ -114,8 +113,8 @@ markdown_extensions:
114113
- pymdownx.tabbed:
115114
alternate_style: true
116115
- pymdownx.emoji:
117-
emoji_index: pymdownx.emoji.twemoji
118-
emoji_generator: pymdownx.emoji.to_svg
116+
emoji_index: !!python/name:material.extensions.emoji.twemoji
117+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
119118

120119
extra_css:
121120
- stylesheets/custom.css

0 commit comments

Comments
 (0)