From 559b02edcf63253447f1df7f3d11447a34c0ef29 Mon Sep 17 00:00:00 2001 From: k7a-tomohiro <83070078+k7a-tomohiro@users.noreply.github.com> Date: Fri, 14 Aug 2026 07:30:41 +0900 Subject: [PATCH] update --- README.md | 7 ++++++- docs/README.md | 3 +++ docs/example.md | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docs/README.md create mode 100644 docs/example.md diff --git a/README.md b/README.md index 86f66c8..e52de11 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ [![Release](https://img.shields.io/github/v/release/aileron-projects/template?sort=semver)](https://github.com/aileron-projects/template/releases) [![Reference](https://pkg.go.dev/badge/github.com/aileron-projects/template.svg)](https://pkg.go.dev/github.com/aileron-projects/template) [![DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/aileron-projects/template) +[![Test](https://github.com/aileron-projects/template/actions/workflows/test.yaml/badge.svg)](https://github.com/aileron-projects/go/actions/workflows/test.yaml) -[![License](https://img.shields.io/badge/License-Apache%202.0-yellow.svg)](./LICENSE) [![Insights](https://badgen.net/badge/Insights/open%2Fsource%2Finsights/cyan)](https://deps.dev/go/github.com%2Faileron-projects%2Ftemplate) [![Insights](https://badgen.net/badge/Insights/OSS%2FInsight/orange)](https://ossinsight.io/analyze/aileron-projects/template) @@ -22,6 +22,11 @@ ## Usages +## Docs & Examples + +- Documents: +- Examples: + ## Benchmarks ## References diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..74bc610 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,3 @@ +# template + +This is a template repostiroy. diff --git a/docs/example.md b/docs/example.md new file mode 100644 index 0000000..09dbe2e --- /dev/null +++ b/docs/example.md @@ -0,0 +1,3 @@ +# example + +Docs can be added in this directory.