Skip to content

Commit 06acd6d

Browse files
committed
🍣 docs: add docs/nuxt/health-ckeck-with-bff
1 parent 21710e3 commit 06acd6d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/_sidebar.md

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

5252
- ヘルスチェック
5353

54-
- [NuxtサーバーとBFFを含めたヘルスチェック]()
55-
- [Nuxtサーバーだけのヘルスチェック]()
54+
- [NuxtサーバーとBFFを含めたヘルスチェック](nuxt/health-check-with-bff.md)
55+
- [Nuxtサーバーだけのヘルスチェック](nuxt/health-ckeck.md)
5656

5757
- Docker
5858

docs/nuxt/health-ckeck-with-bff.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Nuxtサーバーだけのヘルスチェック
2+
3+
BFF を意識せずに `Nuxt サーバーだけ` のヘルスチェックをするなら `static` な画像ファイルを参照するの楽ちんです!
4+
5+
[typescript-nuxtjs-boilerplate/healthcheck.png at master · typescript-nuxtjs-boilerplate/typescript-nuxtjs-boilerplate](https://github.com/typescript-nuxtjs-boilerplate/typescript-nuxtjs-boilerplate/blob/master/src/static/healthcheck.png)

0 commit comments

Comments
 (0)