Skip to content

Commit 4608db9

Browse files
Merge pull request #606 from hsnabszhdn/fix-note-tip-blocks
Fix note and tip blocks
2 parents c4edc41 + b319b50 commit 4608db9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/specs/devcontainer-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ For each lifecycle hook (in [Feature installation order](https://containers.dev/
7272

7373
If a Feature provides a given command with the [object syntax](/docs/specs/devcontainerjson-reference.md#formatting-string-vs-array-properties), all commands within that group are executed in parallel, but still blocking commands from subsequent Features and/or the `devcontainer.json`.
7474

75-
> NOTE: These properties are stored within [image metadata](https://github.com/devcontainers/spec/blob/joshspicer/lifecycle_hook_feature_spec/docs/specs/devcontainer-reference.md#merge-logic).
75+
> **Note:** These properties are stored within [image metadata](https://github.com/devcontainers/spec/blob/joshspicer/lifecycle_hook_feature_spec/docs/specs/devcontainer-reference.md#merge-logic).
7676
7777
### The `options` property
7878

@@ -190,7 +190,7 @@ Below is a valid `features` object provided as an example.
190190
}
191191
```
192192

193-
> Note: The `:latest` version annotation is added implicitly if omitted. To pin to a specific package version ([example](https://github.com/devcontainers/features/pkgs/container/features/go/versions)), append it to the end of the Feature.
193+
> **Note:** The `:latest` version annotation is added implicitly if omitted. To pin to a specific package version ([example](https://github.com/devcontainers/features/pkgs/container/features/go/versions)), append it to the end of the Feature.
194194
195195
An option's value can be provided as either a `string` or `boolean`, and should match what is expected by the Feature in the `devcontainer-feature.json` file.
196196

docs/specs/devcontainer-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The `options` property contains a map of option IDs and their related configurat
6565
| `optionId.enum` | array | A strict list of allowed string values. Free-form values are **not** allowed. Omit when using `optionId.proposals`. |
6666
| `optionId.default` | string | Default value for the option. |
6767

68-
> `Note`: The `options` must be unique for every `devcontainer-template.json`
68+
> **Note:** The `options` must be unique for every `devcontainer-template.json`
6969
7070
### The `optionalPaths` property
7171

docs/specs/features-contribute-lifecycle-scripts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Note that `initializeCommand` is omitted, pending further discussions around a s
2424

2525
As with all lifecycle hooks, commands are executed from the context (cwd) of the [project workspace folder](https://containers.dev/implementors/spec/#project-workspace-folder).
2626

27-
> NOTE: To use any assets (a script, etc...) embedded within a Feature in a lifecycle hook property, it is the Feature author's reponsibility to copy that assert to somewhere on the container where it will persist (outside of `/tmp`.) Implementations are not required to persist Feature install scripts beyond the initial build.
27+
> **Note:** To use any assets (a script, etc...) embedded within a Feature in a lifecycle hook property, it is the Feature author's reponsibility to copy that assert to somewhere on the container where it will persist (outside of `/tmp`.) Implementations are not required to persist Feature install scripts beyond the initial build.
2828
2929
All other semantics match the existing [Lifecycle Scripts](https://containers.dev/implementors/json_reference/#lifecycle-scripts) and [lifecycle script parallel execution](https://containers.dev/implementors/spec/#parallel-exec) behavior exactly.
3030

docs/specs/supporting-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ A [codespace](https://docs.github.com/en/codespaces/overview) is a development e
8383

8484
> **Tip:** If you've already built a codespace and connected to it, be sure to run **Codespaces: Rebuild Container** from the Command Palette (`kbstyle(F1)`) to pick up any changes you make.
8585
86-
> **Tip** Codespaces implements an auto `workspaceFolder` mount in **Docker Compose** scenarios.
86+
> **Tip:** Codespaces implements an auto `workspaceFolder` mount in **Docker Compose** scenarios.
8787
8888
#### Product specific properties
8989
GitHub Codespaces works with a growing number of tools and, where applicable, their `devcontainer.json` properties. For example, connecting the codespaces web editor or VS Code enables the use of [VS Code properties](#visual-studio-code).

0 commit comments

Comments
 (0)