specter-desktop/mkdocs.yml
j0sh21 a0523732aa
New documentations #1885 (#2409)
* Added install guide 1884

https://github.com/cryptoadvance/specter-desktop/issues/1884

* chore: remove empty file

* adding to the menu anr referencing in readme

* changing heading levels to enable submenu

* adding symlink

* Reposition 'OS-Specific Apps' section and update Electrum integration info

- Moved 'OS-Specific Apps for Specter Desktop' section to immediately follow 'Installation Methods' for better logical flow and prominence.
- Added information about Electrum connection availability since version 2.0.0 in the 'Future Developments of Specter Desktop' section for up-to-date and accurate documentation.
-Changed Title to "Installation Method Decision Guide" instead of "Installation Guide"

* Create WalletCreationGuide.md

* Create DeviceCreationGuide.md

* Update docs/DeviceCreationGuide.md

commit suggestion from k9ert

Co-authored-by: k9ert <k9ert@gmx.de>

* Update mkdocs.yml

Linked new WalletCreationGuide and DeviceCreationGuide in the Menue

* Update WalletCreationGuide.md

Added Link to install guide

* Update WalletCreationGuide.md

Added Link to Node connection guide

* Update WalletCreationGuide.md

Creating wallet: Reference to import device first
Backup wallet: Improved explenation about steel backup

* Update DeviceCreationGuide.md

Added real world examples for wallets and derivation paths.
Linked readme with pictured Step by Step guide.
Added Some basic Common Issues, maybe link faq?

* Update WalletCreationGuide.md

Added examples for Single/Multisig wallets

* Update DeviceCreationGuide.md

small fix in hierarchy

* Update mkdocs.yml

swapped device and wallet creation guide.

* Update DeviceCreationGuide.md

Fixed various comments

* Update WalletCreationGuide.md

var. fixes

* Added feedback from 02/15

* Added feedback from 02/15
fix double space and no new line.

* - removed the word cryptocurrency and placed Bitcoin instead.
- Pointed out that hardware wallets with shitcoin support are less secure.

* - fixed links to other docs
- adjusted link integration
- removed picture reference in the wallets overview

---------

Co-authored-by: Kim Neunert <kim@swanbitcoin.com>
Co-authored-by: k9ert <k9ert@gmx.de>
2024-02-27 13:51:23 +01:00

70 lines
1.9 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
- install_guide.md
- DeviceCreationGuide.md
- WalletCreationGuide.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
- '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
- Extension Development:
- extensions/intro.md
- extensions/frontend-aspects.md
- extensions/service-configuration.md
- extensions/data-storage.md
- extensions/callbacks.md
- extensions/devices.md
- extensions/nodes.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"