mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-20 16:43:46 +01:00
docs: Add mkdocs support to render static documentation site on GitHub (#3070)
* docs: Add `mkdocs` support to render static documentation site on GitHub * fix: Correct mis-spelled file name
This commit is contained in:
3
docs/.pages
Normal file
3
docs/.pages
Normal file
@@ -0,0 +1,3 @@
|
||||
nav:
|
||||
- Overview: index.md
|
||||
- Local Develpment: local.md
|
||||
BIN
docs/assets/logo.png
Normal file
BIN
docs/assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
docs/assets/terraform-aws.png
Normal file
BIN
docs/assets/terraform-aws.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 37 KiB |
3
docs/index.md
Normal file
3
docs/index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Terraform AWS EKS module
|
||||
|
||||
Moar content coming soon!
|
||||
20
docs/local.md
Normal file
20
docs/local.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Local Development
|
||||
|
||||
## Documentation Site
|
||||
|
||||
In order to run the documentation site locally, you will need to have the following installed locally:
|
||||
|
||||
- [Python 3.x](https://www.python.org/downloads/)
|
||||
- [mkdocs](https://www.mkdocs.org/user-guide/installation/)
|
||||
- The following pip packages for mkdocs (i.e. - `pip install ...`)
|
||||
- `mkdocs-material`
|
||||
- `mkdocs-include-markdown-plugin`
|
||||
- `mkdocs-awesome-pages-plugin`
|
||||
|
||||
To run the documentation site locally, run the following command from the root of the repository:
|
||||
|
||||
```bash
|
||||
mkdocs serve
|
||||
```
|
||||
|
||||
Opening the documentation at the link posted in the terminal output (i.e. - [http://127.0.0.1:8000/terraform-aws-eks/](http://127.0.0.1:8000/terraform-aws-eks/))
|
||||
Reference in New Issue
Block a user