File tree Expand file tree Collapse file tree
theme/overrides/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11site_name : Reitti Documentation
22site_url : https://www.dedicatedcode.com/projects/reitti/
33repo_url : https://github.com/dedicatedcode/reitti
4+ site_author : Daniel Graf
5+ edit_url : https://github.com/dedicatedcode/reitti-documentation/edit/main/docs/
46
57theme :
68 name : shadcn
1113 dark : github-dark
1214 topbar_sections : false
1315 show_datetime : true
16+ custom_dir : theme/overrides
1417plugins :
1518- mkdocs-nav-weight
1619- badges
Original file line number Diff line number Diff line change 1+ < footer view-transition-name ="footer "
2+ class ="group-has-[.section-soft]/body:bg-surface/40 3xl:fixed:bg-transparent dark:bg-transparent ">
3+ < div class ="container-wrapper px-4 xl:px-6 ">
4+ < div class ="flex h-(--footer-height) items-center justify-between ">
5+ < div class ="text-muted-foreground w-full text-center text-xs leading-loose sm:text-sm ">
6+ {% if config.site_author %}
7+ Built by {{ config.site_author | parse_author}} —
8+ {% endif %}
9+ < a href ="https://github.com/asiffer/mkdocs-shadcn "> shadcn theme</ a > provided by
10+ < a href ="https://github.com/asiffer "> @asiffer</ a >
11+ —
12+ < a href ="{{ config.edit_url }}/{{ page.file.edit_uri }} "> edit this page on github</ a >
13+ </ div >
14+ </ div >
15+ </ div >
16+ </ footer >
You can’t perform that action at this time.
0 commit comments