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
| `InvalidDirectoriesCheck` | Checks for valid subdirectory structure and throws an error if an invalid Terraform Provider documentation subdirectory is found. |
161
161
| `MixedDirectoriesCheck` | Throws an error if both legacy documentation (`/website/docs`) and registry documentation (`/docs`) are found. |
162
-
| `NumberOfFilesCheck` | Throws an error if the number of files in a directory is larger than the registry limit. |
163
162
| `FileSizeCheck` | Throws an error if the documentation file is above the registry storage limit. |
164
163
| `FileExtensionCheck` | Throws an error if the extension of the given file is not a valid registry documentation extension. |
165
164
| `FrontMatterCheck` | Checks the YAML frontmatter of documentation for missing required fields or invalid fields. |
0 commit comments