Azure Kubernetes Service (AKS) workshop website content
Перейти к файлу
Ahmed Sabbour b588813e32 Added Advanced cluster setup section 2019-01-24 10:27:26 -08:00
_entries Added Advanced cluster setup section 2019-01-24 10:27:26 -08:00
_includes Added automatic marketing campaign tracking code injection 2019-01-08 15:04:32 -08:00
_layouts Added automatic marketing campaign tracking code injection 2019-01-08 15:04:32 -08:00
_plugins Added contributors 2019-01-23 12:01:04 -08:00
_sass Added contributors 2019-01-23 12:01:04 -08:00
css xAdded solutions for getting up and running. 2018-12-20 19:20:56 -08:00
img Updated bg.jpg 2017-12-05 20:54:20 +00:00
js Added cookie consent 2019-01-07 13:55:48 -08:00
media Updated proctor notes 2019-01-24 10:24:35 -08:00
scripts Fixed replica size 2019-01-16 18:23:18 -08:00
yaml-solutions Removed "Application Insights" 2019-01-22 08:35:32 -08:00
.gitignore Including Makefile in the repo 2019-01-18 11:10:12 -08:00
Dockerfile Switched to packaging site as a container 2018-11-05 13:09:09 +04:00
LICENSE Initial 2017-12-05 12:19:10 +00:00
Makefile Including Makefile in the repo 2019-01-18 11:10:12 -08:00
README.md Updated README for the repo 2019-01-23 19:09:54 -08:00
_config.yml Added automatic marketing campaign tracking code injection 2019-01-08 15:04:32 -08:00
azure-pipelines.yml Updates 2018-11-08 16:15:33 +04:00
index.html Updates 2018-11-08 16:15:33 +04:00

README.md

aksworkshop.io

This is the repository for the AKS Workshop website.

Technology

  • The website is statically built using Jekyll and youll find the different pages inside the _entries folder.
  • If youre on a Mac/Linux machine, you can preview your edits locally if you run make build-run inside the repo root.

Branching and contribution

  • The branch aksworkshop-master gets published to aksworkshop.io.
  • The branch aksworkshop-staging gets published to staging.aksworkshop.io.
  • Publishing to aksworkshop.io happens through merges only, through merging into aksworkshop-master from the aksworkshop-staging branch.
  • Please branch off aksworkshop-staging if you want to contribute, then submit a Pull Request to aksworkshop-staging.
  • If you want your name to show up in the contributors, please add your GitHub username to _entries/04 Contributors.md in alphabetical order.