feat(docs): updated docs to match seacogs
This commit is contained in:
parent
14db5cae69
commit
ffd47d6997
1 changed files with 27 additions and 3 deletions
28
mkdocs.yml
28
mkdocs.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue