mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Removes trailing spaces from _config.yml. Adds wallets collection output.
This commit is contained in:
parent
acedfb821b
commit
65d67cd0c1
1 changed files with 25 additions and 19 deletions
12
_config.yml
12
_config.yml
|
@ -577,7 +577,9 @@ collections:
|
|||
permalink: /en/release/:path
|
||||
## _wallets
|
||||
wallets:
|
||||
output: false
|
||||
output: true
|
||||
permalink: /en/wallets/:path/
|
||||
## _platforms
|
||||
platforms:
|
||||
output: true
|
||||
permalink: /en/wallets/:path/
|
||||
|
@ -600,12 +602,16 @@ defaults:
|
|||
- bcc
|
||||
- bcc news
|
||||
- RELEASE
|
||||
- scope:
|
||||
path: ""
|
||||
type: wallets
|
||||
values:
|
||||
layout: wallet-container
|
||||
- scope:
|
||||
path: ""
|
||||
type: platforms
|
||||
values:
|
||||
layout: base
|
||||
|
||||
layout: wallet-platform
|
||||
- scope:
|
||||
path: ""
|
||||
type: posts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue