From c6ad2c2e83dd6b106a33540b82fbec1f711c418e Mon Sep 17 00:00:00 2001 From: Phil Huang Date: Mon, 21 Aug 2023 15:31:38 +0800 Subject: [PATCH] Add iThome Ironman - Add content - Add sidebar --- docs/projects/ithome-2023ironman.md | 17 +++++++++++++++++ sidebars.js | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 docs/projects/ithome-2023ironman.md diff --git a/docs/projects/ithome-2023ironman.md b/docs/projects/ithome-2023ironman.md new file mode 100644 index 00000000..aafffc5b --- /dev/null +++ b/docs/projects/ithome-2023ironman.md @@ -0,0 +1,17 @@ +# 2023 iThome 鐵人賽 Cloud Native 主題競賽 + +- [2023 iThome 鐵人賽網站][1] +- 時程表 + - 2023/08/01 報名 + - 2023/09/01~16 開賽 + +過去所有跟 Cloud Native 有關的領域都散落於 DevOps/IT/Software 等主題挑戰中,今年有專屬的 Cloud Native 領域供大家盡情揮灑 + +歡迎各位對 Cloud Native 領域有興趣的同仁不吝賜教,透過 30 天的旅程分享 +各種有趣的 Cloud Native 議題與經驗,完賽後還有機會可以將自己的嘔心瀝血給轉換為實體書籍,也可算是一個自我人生成就與跳戰 + +## 特別感謝 + +- HungWei Chiu [@hwchiu](https://github.com/hwchiu) + +[1]: https://ithelp.ithome.com.tw/2023ironman \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index aad24812..2344ecca 100644 --- a/sidebars.js +++ b/sidebars.js @@ -21,7 +21,7 @@ const sidebars = { 'intro', { type: 'category', - label: '專案', + label: '社群專案', link: { type: 'generated-index', description: "我們發起的專案" @@ -29,6 +29,7 @@ const sidebars = { items: [ 'projects/infra_labs', 'projects/glossary', + 'projects/ithome-2023ironman' ], }, {