mirror of
https://github.com/seigler/awesome-dash-platform
synced 2025-07-27 06:36:08 +00:00
Scripts: Repurpose make-data.js
This commit is contained in:
parent
a0fa04bd47
commit
930dff7a5d
2 changed files with 40 additions and 1 deletions
|
@ -6,7 +6,7 @@ function getData () {
|
|||
const data = require('./data')
|
||||
|
||||
data.push({
|
||||
title: 'Awesome IPFS',
|
||||
title: 'Awesome Dash Platform',
|
||||
slug: '_index',
|
||||
content: data
|
||||
.reduce((arr, cat) => arr.concat(cat.content), [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue