Skip to content

Commit

Permalink
feat(docs): updated the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Das <65275144+dipankardas011@users.noreply.github.com>
  • Loading branch information
dipankardas011 committed Feb 18, 2024
1 parent a5d3ca0 commit 782873a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Add here

# Additional context
Add any other context about the problem here.
Check [Contribution's guidelines](https://kubesimplify.github.io/ksctl/docs/contributions)
Check [Contribution's guidelines](https://docs.ksctl.com/docs/contribution-guidelines/)
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ assignees: ''

## Additional context

Check [Contribution's guidelines](https://kubesimplify.github.io/ksctl/docs/contributions)
Check [Contribution's guidelines](https://docs.ksctl.com/docs/contribution-guidelines/)
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ assignees: ''
- Kubeadm

## Additional context
Check [Contribution's guidelines](https://kubesimplify.github.io/ksctl/docs/contributions)
Check [Contribution's guidelines](https://docs.ksctl.com/docs/contribution-guidelines/)
2 changes: 1 addition & 1 deletion .github/pull_request-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
<!--Add here-->

- [ ] Ran Tests locally
- [ ] Checked [Contribution's guidelines](https://kubesimplify.github.io/ksctl-docs/docs/contribution-guidelines/)
- [ ] Checked [Contribution's guidelines](https://docs.ksctl.com/docs/contribution-guidelines/)
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The contents are moved to [docs](https://kubesimplify.github.io/ksctl/docs/contributions)
The contents are moved to [docs](https://docs.ksctl.com/docs/contribution-guidelines/)
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# ksctl-cli
ksctl cli repo
# Ksctl (CLI): Cloud Agnostic Kubernetes Management tool

[![Go Reference](https://pkg.go.dev/badge/github.com/kubesimplify/ksctl-cli.svg)](https://pkg.go.dev/github.com/kubesimplify/ksctl-cli)
![CoverPage Social Media](https://raw.githubusercontent.com/ksctl/ksctl/main/img/ksctl-cover.png)

source of ksctl core https://github.com/kubesimplify/ksctl
<h4 align="center">
<a href="https://discord.com/invite/kubesimplify">Discord</a> |
<a href="https://docs.ksctl.com/">Website</a><br/><br/>
<a href="https://docs.ksctl.com/docs/intro">Intro</a> |
<a href="https://docs.ksctl.com/docs/contributions">Contribute</a> |
<a href="https://docs.ksctl.com/docs/roadmap">Roadmap</a><br/><br/>
</h4>

[![Go Reference](https://pkg.go.dev/badge/github.com/ksctl/cli.svg)](https://pkg.go.dev/github.com/ksctl/cli)

source of ksctl core https://github.com/ksctl/ksctl
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

## Reporting a Vulnerability

Check [contribution guide](./CONTRIBUTING.md) and also [website contribution page](https://kubesimplify.github.io/ksctl/docs/contributions)
Check [contribution guide](./CONTRIBUTING.md) and also [website contribution page](https://docs.ksctl.com/docs/contribution-guidelines/)

0 comments on commit 782873a

Please sign in to comment.