From 6ed1d22049f5ce87b3da8959cd74a04b817cabf9 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Sun, 3 Nov 2024 04:07:05 +0100 Subject: [PATCH] docs: add license link --- docs/_config.yml | 4 ++-- docs/index.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index e57c3cb..6cbfab5 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -54,8 +54,8 @@ nav_external_links: footer_content: >- Copyright © 2024 Jonas Kaninda. - Distributed under the MIT License.
- Something missing, unclear or not working? Open an issue. + Distributed under the Apache-2.0 License.
+ Something missing, unclear or not working? Open an issue. # Exclude from processing. # The following items will not be processed, by default. Create a custom list diff --git a/docs/index.md b/docs/index.md index 7e46ee1..a3e34a5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,6 +8,8 @@ nav_order: 1 {:.no_toc} Goma Gateway is a lightweight API Gateway. +Goma logo + It comes with a lot of integrated features, such as: - Reverse proxy @@ -25,6 +27,9 @@ It comes with a lot of integrated features, such as: Declare your routes and middlewares as code. +Architecture: +Goma archi + We are open to receiving stars, PRs, and issues!