File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ site_author: Bordumb / Renbytes
99repo_url : https://github.com/renbytes/arla
1010repo_name : arla
1111
12- use_directory_urls : false
13-
1412docs_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
7766nav :
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
10099markdown_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
120119extra_css :
121120 - stylesheets/custom.css
You can’t perform that action at this time.
0 commit comments