Skip to content

Commit

Permalink
Rewrite for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 13, 2024
1 parent d6e6a35 commit b16bb25
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
site_name: Display APRS in TAK - APRS to TAK Gateway
site_url: https://aprscot.rtfd.io/
repo_url: https://github.com/snstac/aprscot/
site_description: Software for monitoring and analyzing APRS via the Team Awareness Kit (TAK) ecosystem of products.
site_author: Greg Albrecht <[email protected]>
copyright: Copyright Sensors & Signals LLC https://www.snstac.com

theme:
name: material
highlightjs: true
features:
- content.code.copy
- content.code.select
- content.code.annotate

plugins:
- include-markdown:
opening_tag: "{!"
closing_tag: "!}"
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx

markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
- toc:
permalink: True
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

0 comments on commit b16bb25

Please sign in to comment.