From 8e9b1cb6be3cf594926221407657ef703bc85fa2 Mon Sep 17 00:00:00 2001 From: zeroalphat Date: Wed, 6 Sep 2023 02:46:14 +0000 Subject: [PATCH] Fix mdbook settings Signed-off-by: zeroalphat --- docs/README.md | 4 +++- docs/SUMMARY.md | 2 +- docs/book.toml | 8 ++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 04953d3..d0a8d02 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1 +1,3 @@ -# Template documentation +# KubeIntrospection documentation + +KubeIntrospection provides the ability to easily retrieve profiles of containers running on Kubernetes. diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index fa24aff..4157b32 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,6 +1,6 @@ # Summary -[Template](README.md) +[KubeIntrospection](README.md) # User manual diff --git a/docs/book.toml b/docs/book.toml index 81e19c4..6b3af9a 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -2,9 +2,9 @@ language = "en" multilingual = false src = "." -title = "Template Documentation" +title = "KubeIntrospection Documentation" [output.html] -git-repository-url = "https://github.com/cybozu-go/neco-template" -edit-url-template = "https://github.com/cybozu-go/neco-template/edit/main/docs/{path}" -site-url = "/neco-template/" +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/"