Skip to content

Commit eb4b787

Browse files
committed
📝 Dev Container -> Development Container
1 parent 52939a7 commit eb4b787

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

source/documentation/features/features.html.md.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 0
99

1010
## What are Features?
1111

12-
In the context of the Ministry of Justice Dev Containers community, features are built by the community to satisfy the specific needs of our developers and the challenges they face on a day to day basis.
12+
In the context of the Ministry of Justice Development Container community, features are built by the community to satisfy the specific needs of our developers and the challenges they face on a day to day basis.
1313

1414
Features created in the Dev Container community are described [here](https://containers.dev/features) both can be consumed when constructing a Dev Container. From this point on, we will refer to these features as "Community Features" and Ministry of Justice feature as "Features".
1515

@@ -19,7 +19,7 @@ Features are can be used by Sofware Developers and those in Operations Roles to
1919

2020
## Ministry of Justice Features
2121

22-
Features are located in the [features](https.//github.com/ministryofjustice/.devcontainer/features/src) folder in the Dev Containers GitHub repository.
22+
Features are located in the [features](https.//github.com/ministryofjustice/.devcontainer/features/src) folder in the Development Container GitHub repository.
2323

2424
### AWS
2525

@@ -69,5 +69,5 @@ To add a feature to an existing Dev Container:
6969
To add a new feature:
7070

7171
1. Create a new feature in the [.devcontainer](https.//github.com/ministryofjustice/.devcontainer/features/src) GitHub repository.
72-
1. Add the feature to the Dev Containers [Features](/documentation/features/features.html) documentation.
72+
1. Add the feature to the Development Container [Features](/documentation/features/features.html) documentation.
7373
1. Add tests for the feature in the [.devcontainer](https.//github.com/ministryofjustice/.devcontainer/features/test) GitHub repository.
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Getting Started with Dev Containers
2+
title: Getting Started with Development Containers
33
last_reviewed_on: 2024-04-15
44
review_in: 3 months
55
weight: 0
66
---
77

88
# <%= current_page.data.title %>
99

10-
## How to Add a Dev Container to Your Project
10+
## How to Add a Development Container to Your Project
1111

1212
1. Create a `.devcontainer` folder in the root of your project.

source/index.html.md.erb

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
---
2-
title: Dev Container User Guide
2+
title: Development Container User Guide
33
last_reviewed_on: 2024-05-14
44
review_in: 3 months
55
weight: 0
66
---
77

88
# <%= current_page.data.title %>
99

10-
This documentation is for teams and individuals who wish to integrate [Dev Containers](https://containers.dev/) into their development workflow.
10+
This documentation is for teams and individuals who wish to integrate [Development Containers](https://containers.dev/) into their development workflow.
1111

1212
## Our Goals
1313

1414
The goal of the community is to provide a consistent and reliable development environment for all developers throughout the Ministry of Justice.
1515

1616
## Getting Started
1717

18-
[Getting Started with Dev Containers in the Ministry of Justice](/documentation/getting-started/getting-started.html)
18+
[Getting Started with Development Containers in the Ministry of Justice](/documentation/getting-started/getting-started.html)
19+
20+
## Benefits of Development Container
21+
22+
1923

2024
## Features
2125

22-
[Dev Containers Features](/documentation/features/features.html)
26+
[Development Container Features](/documentation/features/features.html)
2327

2428
## Contributing
2529

0 commit comments

Comments
 (0)