Skip to content

Commit

Permalink
Update docs for Artemis v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonGungadinMogensen committed Nov 22, 2024
1 parent 354684b commit d0568a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/getstarted/fleet/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ Artemis lets you describe the functionality and configuration of your devices
in [pods](pods), which is a set of containers and the configuration
of the environment they need to run in. Pods can be specified through version control friendly
[specification files](pods#specifications), so let's start with the simplest
possible specification by putting the following content into the `my-pod.yaml` file:
possible specification by putting the following contents into the `my-pod.yaml` file:

``` yaml
# yaml-language-server: $schema=https://toit.io/schemas/artemis/pod-specification/v1.json

$schema: https://toit.io/schemas/artemis/pod-specification/v1.json
name: my-pod
sdk-version: v2.0.0-alpha.164
artemis-version: v0.26.0
sdk-version: v2.0.0-alpha.168
artemis-version: v0.27.0
max-offline: 0s
connections:
- type: wifi
Expand Down
4 changes: 2 additions & 2 deletions docs/getstarted/fleet/pods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ It is in YAML format and looks similar to this:

$schema: https://toit.io/schemas/artemis/pod-specification/v1.json
name: example
sdk-version: v2.0.0-alpha.164
artemis-version: v0.26.0
sdk-version: v2.0.0-alpha.168
artemis-version: v0.27.0
max-offline: 0s
connections:
- type: wifi
Expand Down

0 comments on commit d0568a3

Please sign in to comment.