2021-11-24 18:37:46 +01:00
|
|
|
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
|
2022-06-02 17:29:26 +02:00
|
|
|
- multisig-guide.md
|
2021-11-24 18:37:46 +01:00
|
|
|
- User Guide:
|
|
|
|
|
- faq.md
|
2024-02-27 13:51:23 +01:00
|
|
|
- install_guide.md
|
|
|
|
|
- DeviceCreationGuide.md
|
|
|
|
|
- WalletCreationGuide.md
|
2021-11-24 18:37:46 +01:00
|
|
|
- 'Using Tor': tor.md
|
2021-11-30 14:22:54 +01:00
|
|
|
- 'Signing messages': sign-message.md
|
2021-11-24 18:37:46 +01:00
|
|
|
- Operating Guide:
|
|
|
|
|
- connect-your-node.md
|
|
|
|
|
- daemon.md
|
2022-01-13 09:38:44 +01:00
|
|
|
- performance.md
|
2021-11-24 18:37:46 +01:00
|
|
|
- reverse-proxy.md
|
|
|
|
|
- self-signed-certificates.md
|
|
|
|
|
- hwibridge.md
|
|
|
|
|
- elements.md
|
|
|
|
|
- windows.md
|
2022-01-24 10:41:15 +01:00
|
|
|
- 'Endless Pacman Troubleshooting': endless-pacman.md
|
2021-11-24 18:37:46 +01:00
|
|
|
- Development:
|
|
|
|
|
- 'Contributing': contributing.md
|
|
|
|
|
- 'Developing': development.md
|
2022-01-17 18:33:33 +01:00
|
|
|
- 'Testing': test-new-releases.md
|
2021-11-24 18:37:46 +01:00
|
|
|
- build-instructions.md
|
|
|
|
|
- 'Continuous Integration': continuous-integration.md
|
|
|
|
|
- cypress-testing.md
|
2022-04-25 15:56:57 +02:00
|
|
|
- 'Architectural Notes': architecture.md
|
2021-11-24 18:37:46 +01:00
|
|
|
- '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
|
2022-10-19 14:46:29 +02:00
|
|
|
- Extension Development:
|
|
|
|
|
- extensions/intro.md
|
|
|
|
|
- extensions/frontend-aspects.md
|
|
|
|
|
- extensions/service-configuration.md
|
|
|
|
|
- extensions/data-storage.md
|
|
|
|
|
- extensions/callbacks.md
|
|
|
|
|
- extensions/devices.md
|
2022-10-29 15:54:34 +02:00
|
|
|
- extensions/nodes.md
|
2022-10-19 14:46:29 +02:00
|
|
|
|
2021-11-24 18:37:46 +01:00
|
|
|
theme:
|
2022-06-02 17:29:26 +02:00
|
|
|
name: readthedocs
|
|
|
|
|
markdown_extensions:
|
2022-08-22 11:34:45 +02:00
|
|
|
- mdx_truly_sane_lists # pip3 install mdx_truly_sane_lists mkdocs-video
|
2022-06-02 17:29:26 +02:00
|
|
|
plugins:
|
2022-08-22 11:34:45 +02:00
|
|
|
- search
|
2022-06-02 17:29:26 +02:00
|
|
|
- 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"
|
2022-08-22 11:34:45 +02:00
|
|
|
|