Skip to content

Commit

Permalink
update generated
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Dec 4, 2024
1 parent 5b5a866 commit c22f456
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/api/data/generated.html
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,7 @@
switch(componentPart.id) {
case "meta.json":
componentPart.id = "meta";
component.description = componentPart.description;
break;
case "routes":
if (typeof componentPart.contents === "object") {
Expand Down Expand Up @@ -2133,6 +2134,7 @@
.then(function(components) {
components.forEach(function(component) {
simplyDataApi.mergeComponent(component.contents);
component.description = component.contents.description;
});
return components;
});
Expand Down Expand Up @@ -2194,6 +2196,7 @@
.then(function(components) {
components.forEach(function(component) {
simplyDataApi.mergeComponent(component.contents);
component.description = component.contents.description;
});
return components;
});
Expand Down Expand Up @@ -2316,6 +2319,7 @@
.then(function(components) {
components.forEach(function(component) {
simplyDataApi.mergeComponent(component.contents);
component.description = component.contents.description;
});
return components;
});
Expand Down
4 changes: 4 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,7 @@
switch(componentPart.id) {
case "meta.json":
componentPart.id = "meta";
component.description = componentPart.description;
break;
case "routes":
if (typeof componentPart.contents === "object") {
Expand Down Expand Up @@ -2133,6 +2134,7 @@
.then(function(components) {
components.forEach(function(component) {
simplyDataApi.mergeComponent(component.contents);
component.description = component.contents.description;
});
return components;
});
Expand Down Expand Up @@ -2194,6 +2196,7 @@
.then(function(components) {
components.forEach(function(component) {
simplyDataApi.mergeComponent(component.contents);
component.description = component.contents.description;
});
return components;
});
Expand Down Expand Up @@ -2316,6 +2319,7 @@
.then(function(components) {
components.forEach(function(component) {
simplyDataApi.mergeComponent(component.contents);
component.description = component.contents.description;
});
return components;
});
Expand Down

0 comments on commit c22f456

Please sign in to comment.