diff --git a/astro.config.mjs b/astro.config.mjs index a1e43c1..298bb59 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -37,6 +37,10 @@ export default defineConfig({ { label: 'Configuration', slug: 'infctl/configuration' }, ], }, + // { + // label: 'MVK', + // autogenerate: { directory: 'mvk' }, + // }, { label: 'Microlearning', autogenerate: { directory: 'guides' }, @@ -55,6 +59,10 @@ export default defineConfig({ // ], }, + { + label: 'MVK Templates', + autogenerate: { directory: 'templates' }, + }, { label: 'Reference', autogenerate: { directory: 'reference' }, diff --git a/src/content/docs/guides/3. gcloud/020-create-gcloud-infra.md b/src/content/docs/guides/3. gcloud/020-create-gcloud-infra.md index 96c314c..21404e3 100644 --- a/src/content/docs/guides/3. gcloud/020-create-gcloud-infra.md +++ b/src/content/docs/guides/3. gcloud/020-create-gcloud-infra.md @@ -55,7 +55,7 @@ We should see pretty much an empty list but for default rules assigned for us by To build the infrastructure : ```bash -LOGFORMAT=none infctl -f gcloud/tf/scripts/build-gcloud-k3s-pipeline.json +LOG_FORMAT=none infctl -f gcloud/tf/scripts/build-gcloud-k3s-pipeline.json ``` You should see a successful build ending with something like: diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index b5d4c03..bd4f4e5 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -1,6 +1,6 @@ --- title: Welcome to Minimal Viable Kubernetes -description: Get started building your docs site with Starlight. +description: MVK is a fast path method to stand up and stage K8s infrastructures. template: splash hero: tagline: Tools and patterns to deliver self hosted, minimal, viable k8s!