Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ export default defineConfig({
label: "Building on Universal Blue",
link: "/learn/universal-blue/",
},
{
label: "How BlueBuild works",
link: "/learn/how/",
},
{
label: "Troubleshooting, reporting bugs, and common issues",
link: "/learn/troubleshooting/",
Expand All @@ -58,6 +54,19 @@ export default defineConfig({
label: "Scope",
link: "/learn/scope/",
},
{
label: "Behavior",
items: [
{
label: "How BlueBuild works",
link: "/learn/behavior/how/",
},
{
label: "How BlueBuild tags",
link: "/learn/behavior/tags/",
}
]
},
],
},
{
Expand Down Expand Up @@ -145,4 +154,4 @@ export default defineConfig({
vite: {
plugins: [tailwindcss()],
},
});
});
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
---
title: How BlueBuild works
description: A guide in my new Starlight docs site.
description: A high level understanding of the BlueBuild workflow.
---

:::caution
This page is a draft, so contents are unfinished or nonexistent.
:::

https://diataxis.fr/explanation/

- recipe transformed into containerfile with cli
- link to recipe reference
- containerfile built
Expand Down
6 changes: 6 additions & 0 deletions src/content/docs/learn/behavior/tags.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: How BlueBuild Tags Images
description: Examples and explanation of tagging in BlueBuild
---

# Tagging