bankfind/docs/mkdocs.yml
2020-08-21 22:29:52 -06:00

63 lines
1.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Project Information
site_name: bankfind
site_description: Python wrapper allowing developers access to the FDICs publically available bank data
site_author: Doug Guthrie
# Repository
repo_name: bankfind
repo_url: https://github.com/dpguthrie/bankfind
# Configuration
theme:
name: material
palette:
primary: black
icon:
repo: fontawesome/brands/github-alt
logo: img/small_logo.png
favicon: img/favicon.png
language: en
# Extras
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/dpguthrie
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/douglas-guthrie-07994a48/
- icon: fontawesome/brands/medium
link: https://medium.com/@douglas.p.guthrie
- icon: fontawesome/solid/globe
link: https://dpguthrie.com
extra_css:
- css/termynal.css
extra_javascript:
- js/termynal.js
- js/custom.js
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# Google Analytics
google_analytics:
- UA-175202147-1
- auto
nav:
- index.md
- functions.md
- filtering.md
- release_notes.md