Skip to content

Commit d2f51bf

Browse files
committed
vale
1 parent 34dcaec commit d2f51bf

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.vale.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ MinAlertLevel = warning
55
[formats]
66
mdx = md
77

8+
[!docs/docs/schema-library.mdx]
9+
[!docs/README.md]
10+
811
[docs/**/*.md]
912
BasedOnStyles = Infrahub
1013
;(import.*?\n) to ignore import statement in .mdx

docs/docs/readme.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Welcome to the Schema Library for Infrahub! This repository offers a collection
88
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.
99
:::
1010

11-
## Getting Started
11+
## Getting started
1212

1313
:::note
1414
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/
3434
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.
3535
:::
3636

37-
## Project Structure
37+
## Project structure
3838

3939
This project is divided into three main parts:
4040

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.
4343
- Experimental: This section contains schema components that are not yet fully supported.
4444

45-
## Current Schemas
45+
## Current schemas
4646

4747
Full documentation for each schema can be found on the [Schema Library](schema-library.mdx) page.

0 commit comments

Comments
 (0)