From c0b97f50196f79f50b6b63e40f2e62a12c6239d1 Mon Sep 17 00:00:00 2001 From: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:44:19 +0530 Subject: [PATCH] update-docs Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com> --- docs/dev.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/dev.md b/docs/dev.md index 3e21564b7..08f5d7d05 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -14,7 +14,6 @@ For those interested in extending and improving `kapp`, below is a quick referen - [.github/workflows/test-gh.yml](https://github.com/carvel-dev/kapp/blob/develop/.github/workflows/test-gh.yml) is a Github Action that runs build and unit tests when commits are pushed - [hack](https://github.com/carvel-dev/kapp/tree/develop/hack) has build and test scripts - [cmd/kapp](https://github.com/carvel-dev/kapp/blob/develop/cmd/kapp) is the entry package for main kapp binary -- [cmd/kapp-lambda-website](https://github.com/carvel-dev/kapp/blob/develop/cmd/kapp-lambda-website) is the entry package for AWS Lambda compatible binary that wraps `kapp website` command - [pkg/kapp/cmd](https://github.com/carvel-dev/kapp/tree/develop/pkg/kapp/cmd) includes all kapp CLI commands (kapp.go is root command) - [pkg/kapp/cmd/app](https://github.com/carvel-dev/kapp/tree/develop/pkg/kapp/cmd/app) includes all top level CLI commands (deploy, delete, etc.) - [pkg/kapp/app](https://github.com/carvel-dev/kapp/tree/develop/pkg/kapp/app) package includes two types of app and details about them (such as app change tracking):