Skip to content

Commit

Permalink
Create mkdocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
halgari authored Jan 15, 2024
1 parent 1b9b188 commit 3329b33
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
site_name: Nexus Event Sourcing Library
site_url: https://nexus-mods.github.io/NexusMods.EventSourcing/

repo_name: Nexus-Mods/NexusMods.Archives.Nx
repo_url: https://github.com/Nexus-Mods/NexusMods.EventSourcing

extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Nexus-Mods
- icon: fontawesome/brands/twitter
link: https://twitter.com/TheSewer56

extra_css:
- Nexus/Stylesheets/extra.css

plugins:
- search

markdown_extensions:
- admonition
- tables
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist
- def_list
- meta
- md_in_html
- attr_list
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg

theme:
name: material
palette:
scheme: nexus-slate
features:
- navigation.instant

nav:
- Home: index.md
- Usage: Usage.md

0 comments on commit 3329b33

Please sign in to comment.