From 53702d3688aa55ad31b70142abbc2f63bbee20cf Mon Sep 17 00:00:00 2001 From: bidi Date: Fri, 28 Jun 2024 15:56:32 +0300 Subject: [PATCH] updated readme - wrapper note --- README.md | 5 +++++ docs/book/v3/overview.md | 5 +++++ mkdocs.yml | 1 + 3 files changed, 11 insertions(+) create mode 100644 docs/book/v3/overview.md diff --git a/README.md b/README.md index fb052a4..d042891 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # dot-twigrenderer +> [!IMPORTANT] +> dot-twigrenderer is a wrapper on top of [mezzio/mezzio-twigrenderer](https://github.com/mezzio/mezzio-twigrenderer) +> +> ![OSS Lifecycle](https://img.shields.io/osslifecycle/mezzio/mezzio-twigrenderer) + DotKernel component providing twig extensions and customizations. ![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-twigrenderer) diff --git a/docs/book/v3/overview.md b/docs/book/v3/overview.md new file mode 100644 index 0000000..8da533b --- /dev/null +++ b/docs/book/v3/overview.md @@ -0,0 +1,5 @@ +# Overview + +> dot-twigrenderer is a wrapper on top of [mezzio/mezzio-twigrenderer](https://github.com/mezzio/mezzio-twigrenderer) +> +> ![OSS Lifecycle](https://img.shields.io/osslifecycle/mezzio/mezzio-twigrenderer) diff --git a/mkdocs.yml b/mkdocs.yml index 476c4cc..6757d85 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ extra: nav: - Home: index.md - v3: + - Overview: v3/overview.md - Installation: v3/installation.md - Configuration: v3/configuration.md - Usage: v3/usage.md