Skip to content

Commit

Permalink
fix metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 17, 2025
1 parent b86d80c commit b66a5e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/recipes/inline-components.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
{
"title": "Inline Components (CFCs)",
"title": "Inline Components",
"id": "inline-component",
"since": "6.0",
"description": "Learn how to create and use inline components in Lucee. This guide demonstrates how to define components directly within your CFML code, making it easier to create and use components without needing a separate .cfc file. Examples include creating an inline component and using it similarly to closures.",
Expand All @@ -15,7 +15,7 @@
],
"related":[
"sub-component",
"tag-component",
"tag-component"
]
}
-->
Expand Down
4 changes: 2 additions & 2 deletions docs/recipes/sub-components.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
{
"title": "Sub Components (CFCs)",
"title": "Sub Components",
"id": "sub-component",
"since": "6.0",
"description": "Learn how to create and use sub components in Lucee. This guide demonstrates how to define additional components within a .cfc file, making it easier to organize related components. Examples include creating a main component with sub components, and how to address/load these sub components.",
Expand All @@ -15,7 +15,7 @@
],
"related":[
"inline-component",
"tag-component",
"tag-component"
]
}
-->
Expand Down

0 comments on commit b66a5e2

Please sign in to comment.