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