specter-desktop/mkdocs.yml
k9ert e43a6bfb8d
Docs: some doc fixes, refactorings and ext clarification (#1789)
* Docs: some doc fixes, refactorings and ext clarification

* Further fixes and recovering search

* Only main heading has one # so that navigation works

* remove about

* docs: update TOC

* Adjust release-notes script

* remove authors plugin properly

* corrections & simplifications

* cli_text.py updated

* architecture.md edited

* extensions and some small fixes

* docs: update TOC

Co-authored-by: k9ert <k9ert@users.noreply.github.com>
Co-authored-by: moneymanolis <moneymanolis@protonmail.com>
2022-08-22 11:34:45 +02:00

59 lines
1.6 KiB
YAML

site_name: Specter Desktop Documentation
site_url: https://docs.specter.solutions/desktop
repo_url: https://github.com/cryptoadvance/specter-desktop/
nav:
- Home:
- 'Introduction': README.md
- release-notes.md
- multisig-guide.md
- User Guide:
- faq.md
- 'Using Tor': tor.md
- 'Signing messages': sign-message.md
- Operating Guide:
- connect-your-node.md
- daemon.md
- performance.md
- reverse-proxy.md
- self-signed-certificates.md
- hwibridge.md
- elements.md
- windows.md
- 'Endless Pacman Troubleshooting': endless-pacman.md
- Development:
- 'Contributing': contributing.md
- 'Developing': development.md
- 'Testing': test-new-releases.md
- build-instructions.md
- 'Continuous Integration': continuous-integration.md
- cypress-testing.md
- 'Extensions': extensions.md
- 'Architectural Notes': architecture.md
- 'Some Random Dev Thoughts': archblog.md
- API:
- api/README.md
- api/ep_liveness.md
- api/ep_readyness.md
- api/ep_specter.md
- api/ep_specter_fulltxlist.md
- api/ep_wallets_psbt.md
- api/ep_wallets_wallet.md
theme:
name: readthedocs
markdown_extensions:
- mdx_truly_sane_lists # pip3 install mdx_truly_sane_lists mkdocs-video
plugins:
- search
- mkdocs-video:
mark: "small_video"
css_style:
width: "70%"
height: "15lw"
min-width: "300px"
min-height: "180px"
- mkdocs-video:
mark: "video"
css_style:
width: "100%"
height: "22.172vw"