From 5ac01a22e44dcca5f928df4d0e09ae69628269c9 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Wed, 7 Feb 2024 18:05:54 +0000 Subject: [PATCH] docs videos & plugin bumps --- docs/index.md | 2 ++ mkdocs.yml | 4 ++-- requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index d76b6f06..1d971245 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,6 +2,8 @@ Kuadrant brings together [Gateway API](https://gateway-api.sigs.k8s.io/) and [Open Cluster Management](https://open-cluster-management.io/) to help you scale, load-balance and secure your Ingress Gateways as a key part of your application connectivity, in the single or multi-cluster environment. + + # Getting Started To quickly get started with Kuadrant locally, see our **Getting Started** guides for the [Single Cluster](getting-started-single-cluster.md) or [Multi Cluster](getting-started-multi-cluster.md) use cases. diff --git a/mkdocs.yml b/mkdocs.yml index b01979ef..f2e3a51d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -23,8 +23,8 @@ markdown_extensions: - attr_list - md_in_html - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg - footnotes - admonition - pymdownx.details diff --git a/requirements.txt b/requirements.txt index c3045089..c95e3fea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -mkdocs-multirepo-plugin==0.6.1 -mkdocs-material==9.1.17 \ No newline at end of file +mkdocs-multirepo-plugin==0.7.0 +mkdocs-material==9.5.6 \ No newline at end of file