This is the source for the AWS Observability Best Practices site. Everyone is welcome to contribute here, not just AWS employees!
This site is developed with mkdocs
which is similar to Hugo with an auto-reload feature. Just save your progress and watch it refresh your browser.
-
To get started with development, make sure you have a current version of
python
withpip
installed. -
Install the following packages:
pip install mkdocs
pip install mkdocs-material
pip install pymdown-extensions
For more details or assistance setting up, see:
- mkdocs - https://www.mkdocs.org/user-guide/installation/#installing-mkdocs
- mkdocs-material - https://squidfunk.github.io/mkdocs-material/getting-started/
- pymdown-extensions - https://facelessuser.github.io/pymdown-extensions/installation/
- Build and run locally on http://127.0.0.1:8000/
mkdocs serve
If you want to Build and run Japanese content
mkdocs serve -f mkdocs.ja.yaml
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.