From ef04058f8dc349d65796f4a57763be000d1b1323 Mon Sep 17 00:00:00 2001 From: inhere Date: Sat, 13 Nov 2021 21:01:03 +0800 Subject: [PATCH] doc: add more gookit project --- _examples/navbar.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_examples/navbar.md b/_examples/navbar.md index 6ad25bb..6f8528b 100644 --- a/_examples/navbar.md +++ b/_examples/navbar.md @@ -3,9 +3,15 @@ * [中文说明](/README.zh-CN.md) * Gookit + * [Cache](https://gookit.github.io/cache/ "cache management") * [Color](https://gookit.github.io/color/ "console color render") * [Config](https://gookit.github.io/config/ "config management") + * [Event](https://gookit.github.io/event/ "event management") + * [Filter](https://gookit.github.io/filter/ "data filter and convert") + * [I18n](https://gookit.github.io/i18n/ "i18n management") + * [Ini](https://gookit.github.io/ini/ "ini file parse and management") * [Gcli](https://gookit.github.io/gcli/ "console application build") * [Goutil](https://gookit.github.io/goutil/ "Helper utils for go") * [Rux](https://gookit.github.io/rux/ "Rux is an simple and fast web framework") + * [Slog](https://gookit.github.io/slog/ "Lightweight, extensible logging library") * [Validate](https://gookit.github.io/validate/ "Data validate for go")