+ This snippet is for {{ selectedPlatform }}. + +
+{{ theme }}+ +### Page Data +
{{ page }}+ +### Page Frontmatter +
{{ frontmatter }}+``` + + + +## Results + +### Theme Data +
{{ theme }}+ +### Page Data +
{{ page }}+ +### Page Frontmatter +
{{ frontmatter }}+ +## More + +Check out the documentation for the [full list of runtime APIs](https://vitepress.dev/reference/runtime-api#usedata). diff --git a/docs/src/docs/cli/flags.md b/docs/src/docs/cli/flags.md new file mode 100644 index 00000000..31537ef4 --- /dev/null +++ b/docs/src/docs/cli/flags.md @@ -0,0 +1,56 @@ +# Flags + +`kit cli` supports global and local flags. + +## Global flags + +These flags must be run with no command. + +| Flag | Description | +| ---- | ---- | +| `--config