Skip to content

Commit 3e2c181

Browse files
committed
move documentation revisions note to top of each markdown doc
1 parent 7926c31 commit 3e2c181

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ uninstall-container.sh -k
5858
- [Build and run](./BUILDING.md) `container` on your own development system.
5959
- View the project [API documentation](https://apple.github.io/container/documentation/).
6060

61-
> [!IMPORTANT]
62-
> The links above are for the CURRENT BRANCH's documentation. To find documentation for official releases, find the target release on the [Release Page](https://github.com/apple/container/releases) and click the tag corresponding to your release version.
63-
>
64-
> Example: [release 0.4.1 tag](https://github.com/apple/container/tree/0.4.1)
65-
6661
## Contributing
6762

6863
Contributions to `container` are welcomed and encouraged. Please see our [main contributing guide](https://github.com/apple/containerization/blob/main/CONTRIBUTING.md) for more information.

docs/command-reference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Container CLI Command Reference
22

3+
> [!IMPORTANT]
4+
> > This file contains documentation for the CURRENT BRANCH. To find documentation for official releases, find the target release on the [Release Page](https://github.com/apple/container/releases) and click the tag corresponding to your release version.
5+
>
6+
> Example: [release 0.4.1 tag](https://github.com/apple/container/tree/0.4.1)
7+
38
Note: Command availability may vary depending on host operating system and macOS version.
49

510
## Core Commands

docs/how-to.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# How-to
22

3+
> [!IMPORTANT]
4+
> > This file contains documentation for the CURRENT BRANCH. To find documentation for official releases, find the target release on the [Release Page](https://github.com/apple/container/releases) and click the tag corresponding to your release version.
5+
>
6+
> Example: [release 0.4.1 tag](https://github.com/apple/container/tree/0.4.1)
7+
38
How to use the features of `container`.
49

510
## Configure memory and CPUs for your containers

docs/technical-overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Technical Overview
22

3+
> [!IMPORTANT]
4+
> > This file contains documentation for the CURRENT BRANCH. To find documentation for official releases, find the target release on the [Release Page](https://github.com/apple/container/releases) and click the tag corresponding to your release version.
5+
>
6+
> Example: [release 0.4.1 tag](https://github.com/apple/container/tree/0.4.1)
7+
38
A brief description and technical overview of `container`.
49

510
## What are containers?

docs/tutorial.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Tutorial
22

3+
> [!IMPORTANT]
4+
> > This file contains documentation for the CURRENT BRANCH. To find documentation for official releases, find the target release on the [Release Page](https://github.com/apple/container/releases) and click the tag corresponding to your release version.
5+
>
6+
> Example: [release 0.4.1 tag](https://github.com/apple/container/tree/0.4.1)
7+
38
Take a guided tour of `container` by building, running, and publishing a simple web server image.
49

510
## Try out the `container` CLI

0 commit comments

Comments
 (0)