Skip to content

Commit f8b3767

Browse files
committed
Update documentation references from 'neco-template' to 'ofen'
Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
1 parent 8a8c7e7 commit f8b3767

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[![GitHub release](https://img.shields.io/github/release/cybozu-go/neco-template.svg?maxAge=60)][releases]
2-
[![CI](https://github.com/cybozu-go/neco-template/actions/workflows/ci.yaml/badge.svg)](https://github.com/cybozu-go/neco-template/actions/workflows/ci.yaml)
3-
[![PkgGoDev](https://pkg.go.dev/badge/github.com/cybozu-go/neco-template?tab=overview)](https://pkg.go.dev/github.com/cybozu-go/neco-template?tab=overview)
4-
[![Go Report Card](https://goreportcard.com/badge/github.com/cybozu-go/neco-template)](https://goreportcard.com/report/github.com/cybozu-go/neco-template)
1+
[![GitHub release](https://img.shields.io/github/release/cybozu-go/ofen.svg?maxAge=60)][releases]
2+
[![CI](https://github.com/cybozu-go/ofen/actions/workflows/ci.yaml/badge.svg)](https://github.com/cybozu-go/ofen/actions/workflows/ci.yaml)
3+
[![PkgGoDev](https://pkg.go.dev/badge/github.com/cybozu-go/ofen?tab=overview)](https://pkg.go.dev/github.com/cybozu-go/ofen?tab=overview)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/cybozu-go/ofen)](https://goreportcard.com/report/github.com/cybozu-go/ofen)
55

66
ofen
77
============================
@@ -12,4 +12,4 @@ ofen
1212

1313
[docs](docs/) directory contains documents about designs and specifications.
1414

15-
[releases]: https://github.com/cybozu-go/neco-template/releases
15+
[releases]: https://github.com/cybozu-go/ofen/releases

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# Template documentation
1+
# ofen documentation
2+
3+
Ofen is a Kubernetes controller that prefetch(preheat) container images.

docs/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Summary
22

3-
[Template](README.md)
3+
[Ofen](README.md)
44

55
# User manual
66

77
# Developer documents
88

9+
- [Design document](design.md)
910
- [Release procedure](release.md)

docs/book.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
language = "en"
33
multilingual = false
44
src = "."
5-
title = "Template Documentation"
5+
title = "Ofen Documentation"
66

77
[output.html]
8-
git-repository-url = "https://github.com/cybozu-go/neco-template"
9-
edit-url-template = "https://github.com/cybozu-go/neco-template/edit/main/docs/{path}"
10-
site-url = "/neco-template/"
8+
git-repository-url = "https://github.com/cybozu-go/ofen"
9+
edit-url-template = "https://github.com/cybozu-go/ofen/edit/main/docs/{path}"
10+
site-url = "/ofen/"

0 commit comments

Comments
 (0)