mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Update platforms files to work with the same data struct as wallets do
This commit is contained in:
parent
6e7b5eb96e
commit
1eff4036c0
9 changed files with 32 additions and 16 deletions
|
@ -3,7 +3,9 @@
|
||||||
# http://opensource.org/licenses/MIT.
|
# http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
id: wallets-desktop-linux
|
id: wallets-desktop-linux
|
||||||
platform: desktop
|
platform:
|
||||||
os: linux
|
name: desktop
|
||||||
|
os:
|
||||||
|
name: linux
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
# http://opensource.org/licenses/MIT.
|
# http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
id: wallets-desktop-mac
|
id: wallets-desktop-mac
|
||||||
platform: desktop
|
platform:
|
||||||
os: mac
|
name: desktop
|
||||||
|
os:
|
||||||
|
name: mac
|
||||||
---
|
---
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
# http://opensource.org/licenses/MIT.
|
# http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
id: wallets-desktop-windows
|
id: wallets-desktop-windows
|
||||||
platform: desktop
|
platform:
|
||||||
os: windows
|
name: desktop
|
||||||
|
os:
|
||||||
|
name: windows
|
||||||
---
|
---
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
# http://opensource.org/licenses/MIT.
|
# http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
id: wallets-hardware
|
id: wallets-hardware
|
||||||
platform: hardware
|
platform:
|
||||||
|
name: hardware
|
||||||
---
|
---
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
# http://opensource.org/licenses/MIT.
|
# http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
id: wallets-mobile-android
|
id: wallets-mobile-android
|
||||||
platform: mobile
|
platform:
|
||||||
os: android
|
name: mobile
|
||||||
|
os:
|
||||||
|
name: android
|
||||||
---
|
---
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
# http://opensource.org/licenses/MIT.
|
# http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
id: wallets-mobile-blackberry
|
id: wallets-mobile-blackberry
|
||||||
platform: mobile
|
platform:
|
||||||
os: blackberry
|
name: mobile
|
||||||
|
os:
|
||||||
|
name: blackberry
|
||||||
---
|
---
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
# http://opensource.org/licenses/MIT.
|
# http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
id: wallets-mobile-ios
|
id: wallets-mobile-ios
|
||||||
platform: mobile
|
platform:
|
||||||
os: ios
|
name: mobile
|
||||||
|
os:
|
||||||
|
name: ios
|
||||||
---
|
---
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
# http://opensource.org/licenses/MIT.
|
# http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
id: wallets-mobile-windowsphone
|
id: wallets-mobile-windowsphone
|
||||||
platform: mobile
|
platform:
|
||||||
os: windowsphone
|
name: mobile
|
||||||
|
os:
|
||||||
|
name: windowsphone
|
||||||
---
|
---
|
||||||
|
|
|
@ -3,5 +3,6 @@
|
||||||
# http://opensource.org/licenses/MIT.
|
# http://opensource.org/licenses/MIT.
|
||||||
|
|
||||||
id: wallets-web
|
id: wallets-web
|
||||||
platform: web
|
platform:
|
||||||
|
name: web
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue