diff --git a/docs/index.md b/docs/index.md index 86903d7..48fe585 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,3 +19,13 @@ hide: [Reloader](https://docs.stakater.com/reloader/){ .md-button } [Tronador](https://docs.stakater.com/tronador/){ .md-button } + +

Handbooks

+ +[Employee Handbook](https://employee.stakater.com/){ .md-button } + +[Developer Handbook](https://developerhandbook.stakater.com/){ .md-button } + +[Stakater Playbook](https://playbook.stakater.com/){ .md-button } + +[Stakater Boot Camp](https://bootcamp.stakater.com/){ .md-button } diff --git a/prepare_theme.sh b/prepare_theme.sh new file mode 100755 index 0000000..29b3edd --- /dev/null +++ b/prepare_theme.sh @@ -0,0 +1,3 @@ +pip install -r theme_common/requirements.txt +python theme_common/scripts/combine_theme_resources.py -s theme_common/resources -ov theme_override/resources -o dist/_theme +python theme_common/scripts/combine_mkdocs_config_yaml.py theme_common/mkdocs.yml theme_override/mkdocs.yml mkdocs.yml diff --git a/theme_common b/theme_common index 07b0202..f26d367 160000 --- a/theme_common +++ b/theme_common @@ -1 +1 @@ -Subproject commit 07b020286381866049b05b4c806982b464b47407 +Subproject commit f26d3671795d3c48b908b25f93ad9e3e3e1a4141