Skip to content

Commit 443f674

Browse files
authored
Add context7 lib documentation
This allows for an improved usability of context7 for this project. See this: https://context7.com/gridscale/packer-plugin-gridscale?topic=storage
1 parent 646254a commit 443f674

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

context7.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://context7.com/schema/context7.json",
3+
"projectTitle": "Packer Plugin Gridscale",
4+
"description": "A Packer plugin that integrates with HashiCorp Packer to enable the creation of custom virtual machine templates on the gridscale cloud platform.",
5+
"branch": "main",
6+
"excludeFolders": [
7+
".github",
8+
".web-docs",
9+
"docs-partials",
10+
"vendor",
11+
"version",
12+
],
13+
"excludeFiles": [
14+
"CHANGELOG.md",
15+
"CHANGELOG.mdx"
16+
]
17+
}

0 commit comments

Comments
 (0)