Skip to content

Commit

Permalink
Unify dev container expression.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Feb 5, 2024
1 parent 3aef2f0 commit 3e79f30
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Best practices can vary based on specific circumstances. We are open to comments
```{toctree}
:hidden:
proj
env
devcontainers
dev-env
dev-containers
commit
release
```

## For Developers

- <project:env.md>
- <project:devcontainers.md>
- <project:dev-env.md>
- <project:dev-containers.md>
- <project:commit.md>

## For Maintainers
Expand Down
6 changes: 3 additions & 3 deletions docs/dev/proj.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ pipx install copier
:::{tab-item} GitHub
:sync: github
Open the [DevContainer Workflow](https://github.com/serious-scaffold/ss-python/actions/workflows/devcontainer.yml) page and run the workflow from the default branch.
Open the [Dev Container Workflow](https://github.com/serious-scaffold/ss-python/actions/workflows/devcontainer.yml) page and run the workflow from the default branch.
```{image} /_static/images/bootstrap-dev-container-github.png
:alt: Bootstrap DevContainer on GitHub.
:alt: Bootstrap Dev Container on GitHub.
:target: https://github.com/serious-scaffold/ss-python/actions/workflows/devcontainer.yml
```
Expand All @@ -70,7 +70,7 @@ pipx install copier
Open the [Run Pipelines](https://gitlab.com/serious-scaffold/ss-python/-/pipelines/new) page and run pipeline for the default branch.
```{image} /_static/images/bootstrap-dev-container-gitlab.png
:alt: Bootstrap DevContainer on GitLab.
:alt: Bootstrap Dev Container on GitLab.
:target: https://gitlab.com/serious-scaffold/ss-python/-/pipelines/new
```
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions template/docs/dev/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Best practices can vary based on specific circumstances. We are open to comments
```{toctree}
:hidden:
proj
env
devcontainers
dev-env
dev-containers
commit
release
```

## For Developers

- <project:env.md>
- <project:devcontainers.md>
- <project:dev-env.md>
- <project:dev-containers.md>
- <project:commit.md>

## For Maintainers
Expand Down
6 changes: 3 additions & 3 deletions template/docs/dev/proj.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ pipx install copier

:::{tab-item} GitHub
:sync: github
Open the [DevContainer Workflow](https://github.com/{{ repo_namespace }}/{{ repo_name }}/actions/workflows/devcontainer.yml) page and run the workflow from the default branch.
Open the [Dev Container Workflow](https://github.com/{{ repo_namespace }}/{{ repo_name }}/actions/workflows/devcontainer.yml) page and run the workflow from the default branch.

```{image} /_static/images/bootstrap-dev-container-github.png
:alt: Bootstrap DevContainer on GitHub.
:alt: Bootstrap Dev Container on GitHub.
:target: https://github.com/{{ repo_namespace }}/{{ repo_name }}/actions/workflows/devcontainer.yml
```

Expand All @@ -70,7 +70,7 @@ pipx install copier
Open the [Run Pipelines](https://gitlab.com/{{ repo_namespace }}/{{ repo_name }}/-/pipelines/new) page and run pipeline for the default branch.

```{image} /_static/images/bootstrap-dev-container-gitlab.png
:alt: Bootstrap DevContainer on GitLab.
:alt: Bootstrap Dev Container on GitLab.
:target: https://gitlab.com/{{ repo_namespace }}/{{ repo_name }}/-/pipelines/new
```

Expand Down

0 comments on commit 3e79f30

Please sign in to comment.