Skip to content

Commit 09cc254

Browse files
authored
One less preview, capitalization, template template (devcontainers#69)
1 parent 8dd3fc1 commit 09cc254

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

_implementors/features-distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Microsoft
66
index: 6
77
---
88

9-
**TL;DR Check out the [quick start template](https://github.com/devcontainers/feature-template) to get going on distributing your own Dev Container Features.**
9+
**TL;DR Check out the [quick start repository](https://github.com/devcontainers/feature-template) to get started on distributing your own Dev Container Features.**
1010

1111
This specification defines a pattern where community members and organizations can author and self-publish [Dev Container 'Features'](../features).
1212

_implementors/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ In addition to the configuration options explained above, there are other settin
143143

144144
A complete list of available metadata properties and their purposes can be found in the [`devcontainer.json` reference](https://aka.ms/devcontainer.json). However, we will describe the critical ones below in more detail.
145145

146-
## <a href="#features-preview" name="features-preview" class="anchor"> Features (preview) </a>
146+
## <a href="#features" name="features" class="anchor"> Features</a>
147147

148148
Development container "Features" are self-contained, shareable units of installation code and development container configuration. The name comes from the idea that referencing one of them allows you to quickly and easily add more tooling, runtime, or library "features" into your development container for you or your collaborators to use.
149149

_implementors/templates-distribution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ author: Microsoft
66
index: 10
77
---
88

9+
**TL;DR Check out the [quick start repository](https://github.com/devcontainers/template-starter) to get started on distributing your own Dev Container Templates.**
10+
911
This specification defines a pattern where community members and organizations can author and self-publish [Dev Container Templates](/implementors/templates).
1012

1113
Goals include:

collections.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
<h1 style="margin-left: auto;margin-right: auto;">Collections</h1>
88
<p style="margin-left: auto;margin-right: auto;">
9-
This list below contains pointers to official and community-contributed dev container assets, including Features and Templates.
10-
Collections on this list are continuously crawled for liveness, and can be presented in UX of dev container-supporting tools
9+
This list below contains pointers to official and community-contributed Dev Container assets, including Features and Templates.
10+
Collections on this list are continuously crawled for liveness, and can be presented in UX of Dev Container-supporting tools
1111
(i.e. it will be presented in the GitHub Codespaces and VS Code Dev Containers UX).
1212
</p>
1313

features.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
sectionid: collection-index-features
55
---
66

7-
<h1 style="margin-left: auto;margin-right: auto;">Available Features</h1>
7+
<h1 style="margin-left: auto;margin-right: auto;">Available Dev Container Features</h1>
88
<p style="margin-left: auto;margin-right: auto;">
9-
This table contains all official and community-supported <a href="implementors/features/">dev container features</a>
9+
This table contains all official and community-supported <a href="implementors/features/">Dev Container Features</a>
1010
known at the time of crawling <a href="collections">each registered collection</a>. This list is continuously
11-
updated with the latest available feature information.
11+
updated with the latest available feature information. See the <a href="https://github.com/devcontainers/feature-template">
12+
Feature quick start repository</a> to add your own!
1213
<br><br>
13-
<a href="implementors/features#referencing-a-feature">Referencing a feature</a> below can be done in the 'features' section of a devcontainer.json.
14+
<a href="implementors/features#referencing-a-feature">Referencing a feature</a> below can be done in the "features" section of a devcontainer.json.
1415
</p>
1516

1617
<p>

templates.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
sectionid: collection-index-templates
55
---
66

7-
<h1 style="margin-left: auto;margin-right: auto;">Available Templates</h1>
7+
<h1 style="margin-left: auto;margin-right: auto;">Available Dev Container Templates</h1>
88
<p style="margin-left: auto;margin-right: auto;">
99
This table contains all official and community-supported <a href="implementors/templates/">Dev Container Templates</a>
1010
known at the time of crawling <a href="collections">each registered collection</a>. This list is continuously
11-
updated with the latest available Template information.
11+
updated with the latest available Template information. See the <a href="https://github.com/devcontainers/template-starter">
12+
Template quick start repository</a> to add your own!
1213
<br><br>
1314
Templates listed here will be presented in the UX of <a href="supporting">supporting tools</a>.
1415
</p>

0 commit comments

Comments
 (0)