Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename repository name #3

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![GitHub release](https://img.shields.io/github/release/cybozu-go/kubeintrospection.svg?maxAge=60)][releases]
[![CI](https://github.com/cybozu-go/kubeintrospection/actions/workflows/ci.yaml/badge.svg)](https://github.com/cybozu-go/kubeintrospection/actions/workflows/ci.yaml)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/cybozu-go/kubeintrospection?tab=overview)](https://pkg.go.dev/github.com/cybozu-go/kubeintrospection?tab=overview)
[![Go Report Card](https://goreportcard.com/badge/github.com/cybozu-go/kubeintrospection)](https://goreportcard.com/report/github.com/cybozu-go/kubeintrospection)
[![GitHub release](https://img.shields.io/github/release/cybozu-go/necoperf.svg?maxAge=60)][releases]
[![CI](https://github.com/cybozu-go/necoperf/actions/workflows/ci.yaml/badge.svg)](https://github.com/cybozu-go/necoperf/actions/workflows/ci.yaml)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/cybozu-go/necoperf?tab=overview)](https://pkg.go.dev/github.com/cybozu-go/necoperf?tab=overview)
[![Go Report Card](https://goreportcard.com/badge/github.com/cybozu-go/necoperf)](https://goreportcard.com/report/github.com/cybozu-go/necoperf)

kubeintropsection
NecoPerf
============================

**Project Status**: Initial development
Expand All @@ -12,4 +12,4 @@ kubeintropsection

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

[releases]: https://github.com/cybozu-go/kubeintrospection/releases
[releases]: https://github.com/cybozu-go/necoperf/releases
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# KubeIntrospection documentation
# NecoPerf documentation

KubeIntrospection provides the ability to easily retrieve profiles of containers running on Kubernetes.
NecoPerf provides the ability to easily retrieve profiles of containers running on Kubernetes.
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Summary

[KubeIntrospection](README.md)
[NecoPerf](README.md)

# User manual

Expand Down
8 changes: 4 additions & 4 deletions docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
language = "en"
multilingual = false
src = "."
title = "KubeIntrospection Documentation"
title = "NecoPerf Documentation"

[output.html]
git-repository-url = "https://github.com/cybozu-go/kubeintrospection"
edit-url-template = "https://github.com/cybozu-go/kubeintrospection/edit/main/docs/{path}"
site-url = "/kubeintrospection/"
git-repository-url = "https://github.com/cybozu-go/necoperf"
edit-url-template = "https://github.com/cybozu-go/necoperf/edit/main/docs/{path}"
site-url = "/necoperf/"