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..54b9038d 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 @@ -64,7 +64,7 @@ plugins: - /README.md - /doc/* - name: multicluster-gateway-controller - import_url: 'https://github.com/kuadrant/multicluster-gateway-controller?edit_uri=/blob/main/&branch=release-0.3' + import_url: 'https://github.com/jasonmadigan/multicluster-gateway-controller?edit_uri=/blob/main/&branch=docs-videos' imports: - /README.md - /docs/* 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