Skip to content
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ LDFLAGS += "
# By default, make test-fn-render/test-fn-eval will run all tests.
T ?= ".*"

all: generate license fix vet fmt lint test build tidy
all: license fix vet fmt lint test build tidy

build:
go build ${LDFLAGS} -o $(GOBIN)/kpt -v .
Expand Down
7 changes: 4 additions & 3 deletions documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# kpt Documentation Site

[![UPDATE ME](https://api.netlify.com/api/v1/badges/61012e8d-a38d-457e-b1e4-6dc9dbb87934/deploy-status)](https://app.netlify.com/sites/cloud-native-finland/deploys)
[![Netlify Status](https://api.netlify.com/api/v1/badges/57cfe7e6-fce7-4a0e-b00b-f6cc68b3f506/deploy-status)](https://app.netlify.com/projects/kptdocs/deploys)

This directory contains a [Hugo](https://gohugo.io) web site published via [Netlify](https://www.netlify.com/) to
<https://update-me/>.
<https://kptdocs.netlify.app> what is redirected to <https://kpt.dev/>.

When the `main` branch of this repo is updated a fresh build and deploy of the website is executed. Recent Netlify
builds and deployments are listed at <https://app.netlify.com/sites/update-me>.
builds and deployments are listed at <https://app.netlify.com/sites/kptdocs>.

Add content by adding Markdown files to directories in [./content](./content).

Expand All @@ -29,3 +29,4 @@ Then run the site using `npm run serve`. To have the site run locally with a fun
## License

Licensed under the [Creative Commons Attribution 4.0 International license](LICENSE-documentation)

2 changes: 1 addition & 1 deletion documentation/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseURL = "https://684fb170b24b590a22aa61e6--deluxe-horse-d10c96.netlify.app/"
baseURL = "https://kpt.dev/"
title = "kpt documentaion"

# Language settings
Expand Down
3 changes: 0 additions & 3 deletions site/.babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions site/.dockerignore

This file was deleted.

2 changes: 0 additions & 2 deletions site/.gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions site/CONTRIBUTING.md

This file was deleted.

9 changes: 0 additions & 9 deletions site/Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions site/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions site/api-reference/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions site/api-reference/kptfile/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions site/book/01-getting-started/00.md

This file was deleted.

48 changes: 0 additions & 48 deletions site/book/01-getting-started/01-system-requirements.md

This file was deleted.

182 changes: 0 additions & 182 deletions site/book/01-getting-started/02-quickstart.md

This file was deleted.

Loading
Loading