You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/readme.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Welcome to the Schema Library for Infrahub! This repository offers a collection
8
8
This project is currently a collection of examples intended to serve as inspiration. Please note that it is in an experimental phase and may undergo significant changes.
9
9
:::
10
10
11
-
## Getting Started
11
+
## Getting started
12
12
13
13
:::note
14
14
One of Infrahub’s key strengths is its flexibility. We encourage you to copy any schemas you find useful into your own repository and tailor them to your specific needs, ensuring that your schema aligns perfectly with your requirements.
@@ -34,14 +34,14 @@ There are several ways to [load a schema in Infrahub](https://docs.infrahub.app/
34
34
Schema extensions don’t specify menu placement, so they will default to the root level of the menu. Follow [this guide](https://docs.infrahub.app/guides/menu) to learn more about menu customization.
35
35
:::
36
36
37
-
## Project Structure
37
+
## Project structure
38
38
39
39
This project is divided into three main parts:
40
40
41
-
- Base: This is the foundational layer required for any extension. It must be loaded before adding extensions.
42
-
- Extensions: Designed to be simple and generic, this section offers various schema components for managing infrastructure. Note that extensions may have dependencies on each other.
41
+
- Base: This is the foundational layer required for most extensions. They must be loaded before adding extensions.
42
+
- Extensions: Designed to be generic, this section offers various schema components for managing infrastructure. Note that extensions may have dependencies on each other.
43
43
- Experimental: This section contains schema components that are not yet fully supported.
44
44
45
-
## Current Schemas
45
+
## Current schemas
46
46
47
47
Full documentation for each schema can be found on the [Schema Library](schema-library.mdx) page.
0 commit comments