mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Added platforms collection files content
This commit is contained in:
parent
4028e39d98
commit
e4f95c4554
6 changed files with 54 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
id: wallets-desktop-linux
|
||||
platform: desktop
|
||||
os: linux
|
||||
---
|
||||
|
||||
{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
id: wallets-desktop-mac
|
||||
platform: desktop
|
||||
os: mac
|
||||
---
|
||||
|
||||
{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %}
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
id: wallets-desktop-windows
|
||||
platform: desktop
|
||||
os: windows
|
||||
---
|
||||
|
||||
{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %}
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
id: wallets-hardware
|
||||
platform: hardware
|
||||
---
|
||||
|
||||
{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %}
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
id: wallets-web
|
||||
platform: web
|
||||
---
|
||||
|
||||
{% include templates/wallet-platform.html platform=page.platform os=page.os id=page.id %}
|
Loading…
Add table
Add a link
Reference in a new issue