Skip to content

Commit

Permalink
feat: update tagline for traefik enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
svx authored Jul 20, 2023
1 parent 6d2053c commit 770f61f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions material/assets/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"assets/javascripts/vendor.js.map": "assets/javascripts/vendor.08c56446.min.js.map",
"assets/javascripts/worker/search.js": "assets/javascripts/worker/search.8c7e0a7e.min.js",
"assets/javascripts/worker/search.js.map": "assets/javascripts/worker/search.8c7e0a7e.min.js.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.87c05a08.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.87c05a08.min.css.map",
"assets/stylesheets/main.css": "assets/stylesheets/main.a918a949.min.css",
"assets/stylesheets/main.css.map": "assets/stylesheets/main.a918a949.min.css.map",
"assets/stylesheets/overrides.css": "assets/stylesheets/overrides.f82dab86.min.css",
"assets/stylesheets/overrides.css.map": "assets/stylesheets/overrides.f82dab86.min.css.map",
"assets/stylesheets/palette.css": "assets/stylesheets/palette.bd9ced1d.min.css",
Expand Down
1 change: 0 additions & 1 deletion material/assets/stylesheets/main.87c05a08.min.css.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/assets/stylesheets/main.a918a949.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.87c05a08.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.a918a949.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.bd9ced1d.min.css' | url }}">
Expand Down
4 changes: 2 additions & 2 deletions material/partials/product-switcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<a class="dmi-details" href="https://doc.traefik.io/traefik-hub/">
<div class="dmi-title">Traefik Hub</div>
<div class="dmi-description">
Your APIs deserve better
Kubernetes-Native API Management
</div>
</a>
</div>
Expand All @@ -65,7 +65,7 @@
<a class="dmi-details" href="https://doc.traefik.io/traefik-enterprise/">
<div class="dmi-title">Traefik Enterprise</div>
<div class="dmi-description">
All-in-one ingress, API management, and service mesh
The API Gateway Cloud Natives Trust
</div>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/partials/product-switcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<a class="dmi-details" href="https://doc.traefik.io/traefik-hub/">
<div class="dmi-title">Traefik Hub</div>
<div class="dmi-description">
Your APIs deserve better
Kubernetes-Native API Management
</div>
</a>
</div>
Expand Down Expand Up @@ -108,7 +108,7 @@
>
<div class="dmi-title">Traefik Enterprise</div>
<div class="dmi-description">
All-in-one ingress, API management, and service mesh
The API Gateway Cloud Natives Trust
</div>
</a>
</div>
Expand Down

0 comments on commit 770f61f

Please sign in to comment.