From 5521b7d6dad51b40bc1a3ce556579f1a8da111f4 Mon Sep 17 00:00:00 2001 From: Jurj-Bogdan Date: Fri, 28 Jun 2024 14:09:48 +0300 Subject: [PATCH] marked package as wrapper in docs --- docs/book/v3/overview.md | 5 +++++ mkdocs.yml | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 docs/book/v3/overview.md diff --git a/docs/book/v3/overview.md b/docs/book/v3/overview.md new file mode 100644 index 0000000..975a06d --- /dev/null +++ b/docs/book/v3/overview.md @@ -0,0 +1,5 @@ +# Overview + +> dot-log is a wrapper on top of [laminas-log](https://github.com/laminas/laminas-log) +> +> ![OSS Lifecycle](https://img.shields.io/osslifecycle/laminas/laminas-log) diff --git a/mkdocs.yml b/mkdocs.yml index 050230a..a395ddc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ extra: nav: - Home: index.md - v3: + - "Overview": v3/overview.md - "Adding The Config Provider": v3/adding-config-provider.md - "Configuring the writer(s)": v3/configuring-writer.md - "Grouping log files by date": v3/grouping-log-files-by-date.md @@ -16,7 +17,7 @@ nav: - "Example with formatter": v3/example-with-formatter.md - "Usage": v3/usage.md site_name: dot-log -site_description: "DotKernel log component extending and customizing" +site_description: "DotKernel log component extending and customizing laminas-log" repo_url: "https://github.com/dotkernel/dot-log" plugins: - search