docs: add Static Site Generators in Python

This commit is contained in:
peaceiris 2019-09-10 15:11:43 +09:00
parent 00ca533aaa
commit 7115ce79d6

View File

@ -28,7 +28,7 @@ Table of Contents
- [:star: `PERSONAL_TOKEN`](#star-personal_token) - [:star: `PERSONAL_TOKEN`](#star-personal_token)
- [:star: `GITHUB_TOKEN`](#star-github_token) - [:star: `GITHUB_TOKEN`](#star-github_token)
- [Examples](#examples) - [Examples](#examples)
- [MkDocs](#mkdocs) - [Static Site Generators in Python](#static-site-generators-in-python)
- [License](#license) - [License](#license)
- [About the author](#about-the-author) - [About the author](#about-the-author)
@ -156,7 +156,13 @@ By pulling docker images, you can reduce the overall execution time of your work
## Examples ## Examples
### MkDocs ### Static Site Generators in Python
[pelican], [MkDocs], [sphinx], etc.
[pelican]: https://github.com/getpelican/pelican
[MkDocs]: https://github.com/mkdocs/mkdocs
[sphinx]: https://github.com/sphinx-doc/sphinx
![peaceiris/actions-gh-pages latest version](https://img.shields.io/github/release/peaceiris/actions-gh-pages.svg?label=peaceiris%2Factions-gh-pages) ![peaceiris/actions-gh-pages latest version](https://img.shields.io/github/release/peaceiris/actions-gh-pages.svg?label=peaceiris%2Factions-gh-pages)