Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit e05f7e6

Browse files
author
Noah Lee
authored
Remove docs/ directory (#320)
* Remove docs * Remove util related to docs
1 parent 0ad4402 commit e05f7e6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3
-987
lines changed

.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# server
22
.editorconfig
33
.git
4-
docs/
54
README.md
65
.env
76
sqlite3.db

.github/workflows/publish-docs.yaml

-52
This file was deleted.
File renamed without changes.

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Gitploy
22

33
<p align="center">
4-
<img src="./docs/images/logo_400.png"><br/>
4+
<img src="./images/logo.png"><br/>
55
<a href="https://www.producthunt.com/posts/gitploy?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-gitploy" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=322626&theme=light" alt="Gitploy - Build the deployment system around GitHub in minutes. | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
66
<a href="https://www.producthunt.com/posts/gitploy?utm_source=badge-top-post-badge&utm_medium=badge&utm_souce=badge-gitploy" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/top-post-badge.svg?post_id=322626&theme=light&period=daily" alt="Gitploy - Build the deployment system around GitHub in minutes. | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
77
<br/>
@@ -21,7 +21,7 @@ GitHub provides the [deployment API](https://docs.github.com/en/rest/reference/d
2121

2222
Gitploy enables your organization **to build the deployment system around deployment API in minutes**, and it provides the place to manage all deployment and deploying in the same manner.
2323

24-
![gitploy](./docs/images/gitploy.gif)
24+
![gitploy](./images/gitploy.gif)
2525

2626

2727
## Features
@@ -57,12 +57,8 @@ Documentation | Community | Installation Guide | Docker Image
5757
--- |--- |--- |---
5858
📚 [Documentation](https://www.gitploy.io/docs/) |❓ [Community](https://github.com/gitploy-io/gitploy/discussions) / 💬 [Slack](https://join.slack.com/t/gitploy/shared_invite/zt-112wz7qtz-HuZXMM_DaEEo1VDdsCUSRg)|📖 [Installation Guide](https://www.gitploy.io/docs/tasks/installation/) |🐋 [Docker Image](https://hub.docker.com/repository/docker/gitployio/gitploy)
5959

60-
### Articles
61-
62-
* [Enterprise-level deployment system for Kubernetes](https://dev.to/hanjunlee/enterprise-level-deployment-system-for-kubernetes-6eg)
63-
6460
## Contributors
6561

6662
Don't be afraid to contribute! We have many things you can do to help out. If you're trying to contribute but stuck, please tag [@hanjunlee](https://github.com/hanjunlee).
6763

68-
You can check the [contributing](./docs/contributing.md) for exact details on how to contribute.
64+
You can check the [contributing](./CONTRIBUTING.md) for exact details on how to contribute.

deploy.yml

-6
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,3 @@ envs:
2121
- hanjunlee
2222
- noah-qa
2323
deployable_ref: 'v.*\..*\..*'
24-
25-
- name: docs
26-
task: ${GITPLOY_DEPLOY_TASK:=rollback}:docs
27-
auto_merge: false
28-
description: Publish the documentation of Gitploy.
29-
required_contexts: []

docs/concepts/deploy.yml.md

-99
This file was deleted.

docs/concepts/deployment.md

-25
This file was deleted.

docs/concepts/how-it-work.md

-44
This file was deleted.

docs/concepts/license.md

-11
This file was deleted.

docs/concepts/lock.md

-7
This file was deleted.

docs/concepts/metrics.md

-45
This file was deleted.

docs/concepts/notification.md

-18
This file was deleted.

docs/concepts/permission.md

-24
This file was deleted.

0 commit comments

Comments
 (0)