diff --git a/.vscode/settings.json b/.vscode/settings.json index da899bf..4ce6d0a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,5 @@ { - "yaml.schemas": { - "file:///home/kenny/.vscode-server/extensions/atlassian.atlascode-4.0.6/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml", - "file:///home/kenny/.vscode-server/extensions/httpdss.vscode-struct-0.1.0/schemas/struct-schema.json": [ - "*.struct.yaml" - ] - } + "yaml.schemas": { + "./.vscode/struct-plugins.schema.json": "*.struct.yaml" + } } diff --git a/docs/vhs/advanced-features.gif b/docs/vhs/advanced-features.gif index a4e6efe..f2b7b87 100644 Binary files a/docs/vhs/advanced-features.gif and b/docs/vhs/advanced-features.gif differ diff --git a/docs/vhs/install.gif b/docs/vhs/install.gif index 45a7d5e..c0cd497 100644 Binary files a/docs/vhs/install.gif and b/docs/vhs/install.gif differ diff --git a/docs/vhs/mappings-demo.gif b/docs/vhs/mappings-demo.gif index 38d537f..17418e8 100644 Binary files a/docs/vhs/mappings-demo.gif and b/docs/vhs/mappings-demo.gif differ diff --git a/docs/vhs/multiple-mappings.gif b/docs/vhs/multiple-mappings.gif index b8361a7..f0726d2 100644 Binary files a/docs/vhs/multiple-mappings.gif and b/docs/vhs/multiple-mappings.gif differ diff --git a/docs/vhs/remote-content.gif b/docs/vhs/remote-content.gif index a6a3ef2..e998cb5 100644 Binary files a/docs/vhs/remote-content.gif and b/docs/vhs/remote-content.gif differ diff --git a/docs/vhs/schema-generation.gif b/docs/vhs/schema-generation.gif index 1210687..d54c196 100644 Binary files a/docs/vhs/schema-generation.gif and b/docs/vhs/schema-generation.gif differ diff --git a/docs/vhs/usage.gif b/docs/vhs/usage.gif new file mode 100644 index 0000000..90e5aaa Binary files /dev/null and b/docs/vhs/usage.gif differ diff --git a/docs/vhs/yaml-config.gif b/docs/vhs/yaml-config.gif index a478182..cae4325 100644 Binary files a/docs/vhs/yaml-config.gif and b/docs/vhs/yaml-config.gif differ