Skip to content

Commit 75603cc

Browse files
authored
Merge pull request #8 from lttle-cloud/first-draft
2 parents 70b848b + e58f4e5 commit 75603cc

64 files changed

Lines changed: 3135 additions & 1258 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["gruntfuggly.todo-tree"]
2+
"recommendations": ["redhat.vscode-yaml", "gruntfuggly.todo-tree"]
33
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"yaml.schemas": {
3-
"https://raw.githubusercontent.com/lttle-cloud/ignition/refs/heads/master/schemas/resources.json": "*.lttle.yaml"
3+
"https://resources.lttle.sh": "*.lttle.yaml"
44
},
55

66
"todo-tree.general.tags": [

docs/advanced/architecture.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ sidebar_position: 1
33
---
44

55
# Architecture
6+
7+
:::note Work in Progress
8+
9+
This section is a work in progress.
10+
11+
:::

docs/advanced/ignitiond.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ sidebar_position: 2
33
---
44

55
# Ignition Daemon (ignitiond)
6+
7+
:::note Work in Progress
8+
9+
This section is a work in progress.
10+
11+
:::

docs/advanced/linux-kernel.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# Linux Kernel
6+
7+
:::note Work in Progress
8+
9+
This section is a work in progress.
10+
11+
:::

docs/advanced/manual-flash-mode.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
sidebar_position: 5
3+
---
4+
5+
# Manual Flash Mode
6+
7+
This document refers to the [mode a machine can be snapshotted](../resources/machines.mdx#manual).
8+
9+
:::note Work in Progress
10+
11+
This section is a work in progress.
12+
13+
:::

docs/advanced/takeoff.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ sidebar_position: 3
33
---
44

55
# Takeoff Init System
6+
7+
:::note Work in Progress
8+
9+
This section is a work in progress.
10+
11+
:::

docs/building-and-deploying/building.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ sidebar_position: 1
33
---
44

55
# Building
6+
7+
:::note Work in Progress
8+
9+
This section is a work in progress.
10+
11+
:::

docs/building-and-deploying/deploying.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ sidebar_position: 2
44

55
# Deploying
66

7-
## Image Pull Secrets
7+
:::note Work in Progress
8+
9+
This section is a work in progress.
10+
11+
:::
12+
13+
<!-- ## Image Pull Secrets -->

docs/building-and-deploying/namespaces.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ sidebar_position: 3
33
---
44

55
# Namespaces
6+
7+
:::note Work in Progress
8+
9+
This section is a work in progress.
10+
11+
:::

0 commit comments

Comments
 (0)