Skip to content

Commit 0ca609d

Browse files
committed
Cosmetic changes
1 parent 36f7e0c commit 0ca609d

51 files changed

Lines changed: 76 additions & 79 deletions

Some content is hidden

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ Resources to help you learn about Information Technology (IT).
1111
* [Communities](docs/communities/communities.md)
1212
* [Companies](docs/companies/companies.md)
1313
* [Foundations](docs/foundations/foundations.md)
14+
* [Methodology](docs/methodology/methodology.md)
1415
* [Training](docs/training/training.md)

docs/communities/concourse/concourse.md

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

33
> Concourse is an open-source continuous thing-doer. Built on the simple mechanics of resources, tasks, and jobs, Concourse presents a general approach to automation that makes it great for CI/CD.
44
5-
[concourse-ci.org](https://concourse-ci.org/), [GitHub](https://github.com/concourse/concourse), [docs](https://concourse-ci.org/docs.html)
5+
🌐 [concourse-ci.org](https://concourse-ci.org/), [GitHub](https://github.com/concourse/concourse), [docs](https://concourse-ci.org/docs.html)
66

77
## Learn
88

docs/communities/concourse/fly.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
The fly CLI tool is the command line client of [Concourse](./concourse.md).
44

5-
[concourse-ci.org/fly](https://concourse-ci.org/fly.html)
5+
🌐 [concourse-ci.org/fly](https://concourse-ci.org/fly.html)
66

77
## Installation
88

99
Download from a running Concourse instance or from the [GitHub release page](https://github.com/concourse/concourse/releases).
1010

1111
## Commands
1212

13-
Command | Action
14-
------- | ------
15-
`fly login` | Authenticates with a given endpoint and saves it under a convenient name
16-
`fly targets` | Displays the targets that are currently known to fly
17-
`fly status` | Checks the current authentication status with a given target
18-
`fly userinfo` | Checks what user is logged in, with team & role information
19-
`fly logout` | Clears out the token for a given target (or for all targets)
20-
`fly edit-target` | Modifies a target's name, team, or URL
13+
Command | Action
14+
--------------------|-----------------------------------------------------------------------------------------------------------
15+
`fly login` | Authenticates with a given endpoint and saves it under a convenient name
16+
`fly targets` | Displays the targets that are currently known to fly
17+
`fly status` | Checks the current authentication status with a given target
18+
`fly userinfo` | Checks what user is logged in, with team & role information
19+
`fly logout` | Clears out the token for a given target (or for all targets)
20+
`fly edit-target` | Modifies a target's name, team, or URL
2121
`fly delete-target` | Deletes all targets (or all)
22-
`fly sync` | Adds additional features to fly or make changes to the communication between it and Concourse's API server
23-
`fly completion` | Outputs autocomplete configuration for some shells
22+
`fly sync` | Adds additional features to fly or make changes to the communication between it and Concourse's API server
23+
`fly completion` | Outputs autocomplete configuration for some shells
2424

2525
## Examples
2626

docs/companies/akuity/kargo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Kargo
22

3-
[kargo.akuity.io](https://kargo.akuity.io/)
3+
🌐 [kargo.akuity.io](https://kargo.akuity.io/)

docs/companies/aqua/aqua.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Aqua
22

3-
[aquasec.com](https://www.aquasec.com/)
3+
🌐 [aquasec.com](https://www.aquasec.com/)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Confluent
22

3-
[confluent.io](https://www.confluent.io/)
3+
🌐 [confluent.io](https://www.confluent.io/)

docs/companies/docker/docker-cli.md

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

33
## Commands
44

5-
[docs.docker.com](https://docs.docker.com/engine/reference/commandline/docker/)
5+
🌐 [docs.docker.com](https://docs.docker.com/engine/reference/commandline/docker/)
66

77
### Main commands
88

docs/companies/docker/docker.md

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

33
> Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications, whether on laptops, data center VMs, or the cloud.
44
5-
[docker.com](https://www.docker.com/), [docs](https://docs.docker.com/), [hub](https://hub.docker.com/), [Youtube](https://www.youtube.com/playlist?list=PLkA60AVN3hh-t0VTESCYCfa4ddGmmXZZt)
5+
🌐 [docker.com](https://www.docker.com/), [docs](https://docs.docker.com/), [hub](https://hub.docker.com/), [Youtube](https://www.youtube.com/playlist?list=PLkA60AVN3hh-t0VTESCYCfa4ddGmmXZZt)
66

77
## Getting to know
88

docs/companies/elastic/elastic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Elastic
22

3-
[elastic.co](https://www.elastic.co/)
3+
🌐 [elastic.co](https://www.elastic.co/)

docs/companies/google/gcloud-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Installation
88

9-
Ref. [Install the gcloud CLI](https://cloud.google.com/sdk/docs/install)
9+
🌐 [Install the gcloud CLI](https://cloud.google.com/sdk/docs/install)
1010

1111
## Commands
1212

0 commit comments

Comments
 (0)