Skip to content

Commit 8fbc0e4

Browse files
author
Hong
committed
Update docs/**
1 parent 50cb435 commit 8fbc0e4

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

docs/Provisioning/CICD_tools/jenkins.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Guides/tips/...etc
44

5+
* [github.com/hong539/jenkins-101](https://github.com/hong539/jenkins-101)
56
* [Jenkins](https://www.jenkins.io/)
67
* [github.com/jenkinsci/jenkins/blob/master/CONTRIBUTING.md](https://github.com/jenkinsci/jenkins/blob/master/CONTRIBUTING.md)
78
* [gitlab-plugin](https://plugins.jenkins.io/gitlab-plugin/)

docs/cloud/Cloud_Providers/AWS/AWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Guides/Tips...etc
44

5+
* [github.com/hong539/aws-101](https://github.com/hong539/aws-101)
56
* [Stephane Maarek/AWS Certifications Courses & Practice Exams](https://courses.datacumulus.com/)
67
* [EC2/instances.vantage.sh/?region=ap-northeast-1](https://instances.vantage.sh/?region=ap-northeast-1)
78
* [AWS Lambda](https://docs.aws.amazon.com/lambda/latest/dg/welcome.html)

docs/database/RDBMS/postgresql.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22

33
## Guides/tips/...etc
44

5-
* PostgreSQL 17
6-
* [www.postgresql.org/docs/17/tutorial.html](https://www.postgresql.org/docs/17/tutorial.html)
7-
* [www.postgresql.org/docs/17/admin.html](https://www.postgresql.org/docs/17/admin.html)
8-
* [www.postgresql.org/docs/17/client-interfaces.html](https://www.postgresql.org/docs/17/client-interfaces.html)
9-
* [wiki.postgresql.org/wiki/List_of_drivers](https://wiki.postgresql.org/wiki/List_of_drivers)
10-
* [www.postgresql.org/docs/current/libpq.html](https://www.postgresql.org/docs/current/libpq.html)
11-
* [www.psycopg.org/psycopg3/docs/](https://www.psycopg.org/psycopg3/docs/)
12-
* [github.com/sfackler/rust-postgres](https://github.com/sfackler/rust-postgres)
13-
* [jdbc.postgresql.org/](https://jdbc.postgresql.org/)
5+
* [github.com/hong539/postgresql-101](https://github.com/hong539/postgresql-101)
146
* [wiki.postgresql.org/wiki/Replication,_Clustering,_and_Connection_Pooling](https://wiki.postgresql.org/wiki/Replication,_Clustering,_and_Connection_Pooling)
157
* [cloudnative-pg/cloudnative-pg/blob/main/docs/src/quickstart](https://github.com/cloudnative-pg/cloudnative-pg/blob/main/docs/src/quickstart.md)
168
* This section guides you through testing a PostgreSQL cluster on your local machine by deploying CloudNativePG on a local Kubernetes cluster using either Kind or Minikube.

0 commit comments

Comments
 (0)