Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RLAlpha49 committed May 10, 2024
1 parent 85e3989 commit 172832c
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
site_name: AniLinkPy
site_url: https://rlalpha49.github.io/AniLinkPy
site_description: API wrapper for AniManga sites such as Anilist, MyAnimeList, Kitsu.
site_author: RLAlpha49
repo_url: https://github.com/RLAlpha49/AniLinkPy
repo_name: RLAlpha49/AniLinkPy
copyright: Copyright © 2024 RLAlpha49 under the MIT License
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/RLAlpha49

plugins:
- search
Expand Down Expand Up @@ -74,5 +81,17 @@ theme:
- content.action.view

markdown_extensions:
- admonition
- attr_list
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html

0 comments on commit 172832c

Please sign in to comment.