Skip to content

Commit

Permalink
feat: converted into a website
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Nov 18, 2022
1 parent 8ec3c7c commit f0625d9
Show file tree
Hide file tree
Showing 14 changed files with 554 additions and 96 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/greetings.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
tasks:
- name: Start web server
init: python -m http.server 8000
ports:
- port: 8000
onOpen: open-browser

github:
prebuilds:
master: true
addBadge: true
addCheck: true
branches: true
addComment: false
pullRequests: true
pullRequestsFromForks: true
Empty file added .nojekyll
Empty file.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## 💥 How to Contribute

- Look at the existing [**Issues**](https://github.com/Pradumnasaraf/Kubernetes/issues) or [**create a new issue**](https://github.com/Pradumnasaraf/Kubernetes/issues/new/choose)!
- [**Fork the Repo**](https://github.com/Pradumnasaraf/Kubernetes/fork). Then, create a branch for any issue that you are working on. Finally, commit your work.
- Create a **[Pull Request](https://github.com/Pradumnasaraf/Kubernetes)** (_PR_), which will be promptly reviewed and given suggestions for improvements by the community.
- Look at the existing [**Issues**](https://github.com/Pradumnasaraf/DevOps/issues) or [**create a new issue**](https://github.com/Pradumnasaraf/DevOps/issues/new/choose)!
- [**Fork the Repo**](https://github.com/Pradumnasaraf/DevOps/fork). Then, create a branch for any issue that you are working on. Finally, commit your work.
- Create a **[Pull Request](https://github.com/Pradumnasaraf/DevOps)** (_PR_), which will be promptly reviewed and given suggestions for improvements by the community.
- Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR.
1 change: 1 addition & 0 deletions Docker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## Concepts

0 comments on commit f0625d9

Please sign in to comment.