Skip to content

Commit

Permalink
Small md linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteGi committed Mar 5, 2025
1 parent 26097bd commit f14a8b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/docs/guides/object-template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Creating an Object Template
This guide provides a structured approach to defining an object template and creating object instances based on that template.

At a high level, the process consists of three key steps:

- Enable template support within the schema.
- Populate the template with data.
- Create object instances using the predefined template.
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/topics/object-template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ title: Object Template
In many infrastructures, multiple instances of objects share a common structure. Consider network devices: we know in advance port setup for a given model. When documenting this in our source of truth, repeatedly entering the same port details is both inefficient and error-prone.
The Object Template feature allows you to create a reusable blueprint for any object. This blueprint can be used to generate multiple instances that adhere to the predefined structure, ensuring uniformity while reducing manual effort.

{/* TODO: Add mock up */}
{/*TODO: Add mock up*/}

Within a template, you can define:

- **Node attributes** - Standard properties and characteristics of the object.
- **Relationships** - Connections to other nodes in the infrastructure.
- **Components** - Sub-elements or modules that belong to the object.
Expand Down

0 comments on commit f14a8b4

Please sign in to comment.