/study-area-docs

SRE 讀書會 導讀文件 原始檔

Primary LanguageShell

Public Information

  • https://www.sre.tw
    • 靜態頁面 (bootstrap):
    • git repos: https://cross-community.github.io/sre/
  • https://study-area.sre.tw/
    • 讀書會資料 (mkdocs)
    • source repos: https://cross-community.github.io/study-area-docs/
    • site repos: https://cross-community.github.io/study-area-site/
  • https://fb.sre.tw/

目錄結構說明

└── docs/ 主要文件原始檔, markdown
    ├── 01_SRE
    ├── 02_CD
    ├── 03_K8s
    ├── 04_Linux
    ├── act/ 活動紀錄,照片、相關資訊等
    │   ├── 01_SRE
    │   ├── 02_CD
    │   └── 03_K8s
    ├── pdf/ 讀書會產出資料
    │   ├── CD
    │   ├── SRE
    │   ├── K8s
    │   └── events
    └── stylesheets

Install, Debug, Publish

## Install pip on macOS
#sudo easy_install pip

## mkdocs
# see: https://www.mkdocs.org/#installation
pip3 install --upgrade pip
pip3 install mkdocs

## Theme: meterial
# https://squidfunk.github.io/mkdocs-material/
pip3 install mkdocs-material


## Run in local
mkdocs serve
# browse: http://localhost:8000/

## Publish
./publish.sh

Reference

Tools

Contributors