Skip to content

Commit

Permalink
docs: add link to cdk-ops
Browse files Browse the repository at this point in the history
- `README.md` and `README.ja.md` add a link to the subfolder `cdk-ops`.

issue codemonger-io#4
  • Loading branch information
kikuomax committed Jun 19, 2022
1 parent 46b1a9c commit 103bbd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@

## コンテンツを管理する

サブフォルダ[`zola`](zola/README.ja.md)をご覧ください。
サブフォルダ[`zola`](zola/README.ja.md)をご覧ください。

## Continuous Delivery

このレポジトリの`main`ブランチが更新されると、codemongerウェブサイトを更新するためのワークフローが開始します。
詳しくはサブフォルダ[`cdk-ops`](cdk-ops/README.ja.md)をご覧ください。
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ Please refer to the subfolder [`cdk`](cdk).

## Managing contents

Please refer to the subfolder [`zola`](zola).
Please refer to the subfolder [`zola`](zola).

## Continuous delivery

When the `main` branch of this repository is updated, the workflow to update the codemonger website starts.
Please refer to the subfolder [`cdk-ops`](cdk-ops) for more details.

0 comments on commit 103bbd1

Please sign in to comment.