Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement | Updating material mkdocs to latest version #190

Merged
merged 2 commits into from
Sep 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SHELL := /bin/bash
MAKEFILE_PATH := ./Makefile
MAKEFILES_DIR := ./@bin/makefiles
MAKEFILES_VER := v0.2.16
MAKEFILES_VER := v0.2.17

help:
@echo 'Available Commands:'
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/ref-architecture-eks/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This is the primary resource which defines the cluster. We will create one clust
account:

- [x] [apps-devstg/us-east-1/k8s-eks](https://github.com/binbashar/le-tf-infra-aws/tree/master/apps-devstg/us-east-1/k8s-eks)
- [x] [apps-prd/us-east-1/k8s-eks](https://github.com/binbashar/le-tf-infra-aws/tree/master/apps-prd/us-east-1/k8s-eks)
- [x] [apps-devstg/us-east-1/k8s-eks-demoapps](https://github.com/binbashar/le-tf-infra-aws/tree/master/apps-devstg/us-east-1/k8s-eks-demoapps)

!!! info "Important"
In case of multiple environments hosted in the same cluster as for the one with
Expand Down
2 changes: 1 addition & 1 deletion material/overrides/home-es.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
</div>
<div class="conteiner ctx-card-white-1 text-white h3 my-5 mx-auto w-70">
<btn
onclick="window.open('https://leverage.binbash.co/work-with-us/leverage-vs-competition/','_blank')"
onclick="window.open('https://www.binbash.co/competition','_blank')"
title="{{ lang.t('source.link.title') }}"
type="button"
class="btn-rainbow btn-rainbow-custom btn-xl-large btn-lg-large mx-auto text-align-center cursor-pointer"
Expand Down
2 changes: 1 addition & 1 deletion material/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
</div>
<div class="conteiner ctx-card-white-1 text-white h3 my-5 mx-auto w-70">
<btn
onclick="window.open('https://leverage.binbash.co/work-with-us/leverage-vs-competition/','_blank')"
onclick="window.open('https://www.binbash.co/competition','_blank')"
title="{{ lang.t('source.link.title') }}"
type="button"
class="btn-rainbow btn-rainbow-custom btn-xl-large btn-lg-large mx-auto text-align-center cursor-pointer"
Expand Down