Skip to content

leoleelf/study-area-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    ├── act/ 活動紀錄,照片、相關資訊等
    │   ├── 01_SRE
    │   ├── 02_CD
    │   └── 03_K8s
    ├── pdf/ 讀書會產出資料
    │   ├── CD
    │   ├── SRE
    │   ├── K8s
    │   └── events
    └── stylesheets

Install, Debug, Publish

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

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


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

## Publish
./publish.sh

Reference

Tools

Contributors

About

SRE 讀書會 導讀文件 原始檔

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%