mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
* mkdocs * adding mkdocs for netlify * fix theme * link to Readme * deleting symlink again * deleting index.md * fix release-notes * several doc improvements and elements installation * move DEVELOPMENT.md and CONTRIBUTING.md in subfolder * multi-site setup * changes site_dir * revert * adding mkdoc-wrapper.sh * removing mkdocs from prod-requirements * more docs * fix test ... no more warning
36 lines
No EOL
1,021 B
YAML
36 lines
No EOL
1,021 B
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
|
|
- User Guide:
|
|
- faq.md
|
|
- multisig-security-tradeoffs.md
|
|
- 'Using Tor': tor.md
|
|
- Operating Guide:
|
|
- connect-your-node.md
|
|
- daemon.md
|
|
- reverse-proxy.md
|
|
- self-signed-certificates.md
|
|
- hwibridge.md
|
|
- elements.md
|
|
- windows.md
|
|
- Development:
|
|
- 'Contributing': contributing.md
|
|
- 'Developing': development.md
|
|
- build-instructions.md
|
|
- 'Continuous Integration': continuous-integration.md
|
|
- cypress-testing.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 |