feat(docs): updated docs to match seacogs
Some checks failed
Actions / Lint Code (Pylint) (push) Successful in 5s
Actions / Build Documentation (MkDocs) (push) Failing after 4s

This commit is contained in:
Seaswimmer 2024-01-15 06:22:50 -05:00
parent 14db5cae69
commit ffd47d6997
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -1,8 +1,8 @@
site_name: PyZipline Documentation site_name: PyZipline Documentation
site_url: !ENV SITE_URL site_url: !ENV [SITE_URL, 'https://seacogs.coastalcommits.com']
repo_name: CoastalCommits repo_name: CoastalCommits
repo_url: https://coastalcommits.com/SeaswimmerTheFsh/PyZipline repo_url: https://coastalcommits.com/SeaswimmerTheFsh/PyZipline
edit_uri: !ENV EDIT_URI edit_uri: !ENV [EDIT_URI, 'src/branch/main/docs']
copyright: Copyright © 2023, SeaswimmerTheFsh copyright: Copyright © 2023, SeaswimmerTheFsh
site_author: SeaswimmerTheFsh site_author: SeaswimmerTheFsh
@ -64,18 +64,42 @@ markdown_extensions:
theme: theme:
name: material name: material
custom_dir: ./docs/.overrides
palette: palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: cyan
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate scheme: slate
primary: cyan
accent: light blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
features: features:
- announce.dismiss
- content.code.annotate - content.code.annotate
- content.code.copy - content.code.copy
- navigation.instant - navigation.instant
- navigation.instant.progress
- navigation.tabs - navigation.tabs
- navigation.tracking
- navigation.top
- navigation.sections
- navigation.indexes
- search.suggest - search.suggest
- search.highlight - search.highlight
- search.share - search.share
- toc.follow
logo: img/logo.png logo: img/logo.png
favicon: img/logo.png favicon: img/logo.png
icon:
repo: simple/forgejo
watch: watch:
- ./pyzipline - ./pyzipline