mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 21:09:11 +00:00
56 lines
1.6 KiB
YAML
56 lines
1.6 KiB
YAML
|
site_name: Sonr Docs
|
||
|
site_description: Sonr is a decentralized identity network built on the Cosmos-sdk. It has early origins as a peer-to-peer file sharing network, but has since evolved into a platform for decentralized authentication and authorization. The early lessons taught from our file sharing roots are used as our theology for building the Sonr Blockchain.
|
||
|
site_url: https://onsonr.dev
|
||
|
theme:
|
||
|
name: material
|
||
|
features:
|
||
|
- announce.dismiss
|
||
|
- content.action.edit
|
||
|
- content.action.view
|
||
|
- content.code.annotate
|
||
|
- content.code.copy
|
||
|
- content.code.select
|
||
|
# - content.footnote.tooltips
|
||
|
# - content.tabs.link
|
||
|
- content.tooltips
|
||
|
- header.autohide
|
||
|
# - navigation.expand
|
||
|
- navigation.footer
|
||
|
- navigation.indexes
|
||
|
- navigation.instant
|
||
|
- navigation.instant.prefetch
|
||
|
# - navigation.instant.progress
|
||
|
# - navigation.prune
|
||
|
- navigation.sections
|
||
|
- navigation.tabs
|
||
|
- navigation.tabs.sticky
|
||
|
- navigation.top
|
||
|
- navigation.tracking
|
||
|
- search.highlight
|
||
|
- search.share
|
||
|
- search.suggest
|
||
|
- toc.follow
|
||
|
- toc.integrate
|
||
|
palette:
|
||
|
- media: "(prefers-color-scheme)"
|
||
|
toggle:
|
||
|
icon: material/link
|
||
|
name: Switch to light mode
|
||
|
- media: "(prefers-color-scheme: light)"
|
||
|
scheme: default
|
||
|
primary: cyan
|
||
|
accent: cyan
|
||
|
toggle:
|
||
|
icon: material/toggle-switch
|
||
|
name: Switch to dark mode
|
||
|
- media: "(prefers-color-scheme: dark)"
|
||
|
scheme: slate
|
||
|
primary: black
|
||
|
accent: cyan
|
||
|
toggle:
|
||
|
icon: material/toggle-switch-off
|
||
|
name: Switch to system preference
|
||
|
font:
|
||
|
text: Roboto
|
||
|
code: Roboto Mono
|