Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 341 Bytes

ドキュメント

deploy

本リポジトリは Membership Console のドキュメントです。

開発用サーバを起動

$ mkdocs serve

静的コンテンツをビルド

$ pip install -r requirements.txt
$ mkdocs build --strict