Remove tags / duplicate url from exported info script
The tags are not used currently. Adding the query string to the urls doesn't make sense as far as I understand it.
This commit is contained in:
@@ -193,7 +193,6 @@ class ExampleBuilder {
|
||||
const examples = exampleData.map((data) => {
|
||||
return {
|
||||
link: data.filename,
|
||||
example: data.filename,
|
||||
title: data.title,
|
||||
shortdesc: data.shortdesc,
|
||||
tags: data.tags,
|
||||
|
||||
Reference in New Issue
Block a user