From 5c7f74eb18319815cc8a02336e6ddb4736207610 Mon Sep 17 00:00:00 2001 From: t-katsumura Date: Sat, 10 May 2025 04:13:44 +0900 Subject: [PATCH] update profile Signed-off-by: t-katsumura --- profile/README.md | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/profile/README.md b/profile/README.md index 40a4284..9db67b2 100644 --- a/profile/README.md +++ b/profile/README.md @@ -6,17 +6,53 @@ -AILERON Gateway is the secure and high-performance API Gateway for enterprise systems. +> [!NOTE] +> **AILERON Gateway — secure, high-performance API Gateway for cloud-native enterprise systems.** ## Documentations -- [AILERON Gateway Website](https://aileron-gateway.github.io/) -- [AILERON Gateway Design Docs](https://aileron-gateway.github.io/aileron-gateway/) +- [Website](https://aileron-gateway.github.io/) +- [Design Docs](https://github.com/aileron-gateway/aileron-gateway/tree/main/docs) +- [Go Docs](https://pkg.go.dev/github.com/aileron-gateway/aileron-gateway) ## Repositories -| Repository | Contents | +| Repository | Content | | - | - | | [aileron-gateway](https://github.com/aileron-gateway/aileron-gateway) | Main development repository. | | [aileron-gateway.github.io](https://github.com/aileron-gateway/aileron-gateway.github.io) | Website resources. | +| [example-extension](https://github.com/aileron-gateway/example-extension) | Example to extend the gateway. | | [.github](https://github.com/aileron-gateway/.github) | Organization profiles. | + +**Repository overview.** + +```mermaid +block-beta + columns 3 + + Documentation + block:docs:2 + github["Profile
.github"] + githubio["Website
aileron-gateway.github.io"] + end + space:3 + + GoProjects["Go Projects"] + block:go:2 + space + gateway["Main repo.
aileron-gateway"] + end + space:3 + + Examples + block:example:2 + space + extension["example-extension"] + end + +extension -- "use" --> gateway + +style Documentation fill:transparent,stroke:none +style GoProjects fill:transparent,stroke:none +style Examples fill:transparent,stroke:none +```