Skip to content

Commit

Permalink
Deployed c1301fe with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Oct 4, 2023
0 parents commit 99cde9d
Show file tree
Hide file tree
Showing 309 changed files with 334,199 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
Binary file added 0.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,633 changes: 2,633 additions & 0 deletions 404.html

Large diffs are not rendered by default.

Binary file added 5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 6.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 7.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.lagoon.sh
Binary file added administering-lagoon/container_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions administering-lagoon/create-project.gql
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# See the docs for a detailed explanation about this file:
# https://docs.lagoon.sh/administering-lagoon/graphql-queries/#creating-the-first-project

# 1. Create a cluster (Kubernetes or OpenShift)
mutation {
addKubernetes(
input: {
# TODO: Fill in the name field
# This is the unique identifier of the Kubernetes cluster
name: ""
# TODO: Fill in consoleUrl field
# This is the URL of the Kubernetes cluster
consoleUrl: ""
# TODO: Fill in the token field
# This is the token of the `lagoon` service account created in this cluster (this is the same token that we also used during installation of Lagoon)
token: ""
}
) {
name
# TODO: Make a note of the Kubernetes ID that comes back in the response
id
}
}

# 2. Create a project and assign it the Cluster
mutation {
addProject(
input: {
# TODO: Fill in the name field
# This is the project name
name: ""
# TODO: Fill in the private key field (replace newlines with '\n')
# This is the private key for a project, which is used to access the git code. If no private key is added, Lagoon will create a private key, which can later be accessed by loading the project.
privateKey: ""
# TODO: Fill in the kubernetes field
# This is the ID of the Kubernetes or OpenShift to assign to the project
kubernetes: 0
# TODO: Fill in the name field
# This is the project name
gitUrl: ""
# TODO: Fill in the branches to be deployed
branches: ""
# TODO: Define the production environment
productionEnvironment: ""
}
) {
name
kubernetes {
name
id
}
gitUrl
activeSystemsDeploy
activeSystemsRemove
branches
pullrequests
}
}
2,778 changes: 2,778 additions & 0 deletions administering-lagoon/feature-flags/index.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,436 changes: 3,436 additions & 0 deletions administering-lagoon/graphql-queries/index.html

Large diffs are not rendered by default.

Binary file added administering-lagoon/projects_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,960 changes: 5,960 additions & 0 deletions administering-lagoon/rbac/index.html

Large diffs are not rendered by default.

Binary file added administering-lagoon/repositories_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added administering-lagoon/scanning_image_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,979 changes: 2,979 additions & 0 deletions administering-lagoon/using-harbor/harbor-settings/harbor-core/index.html

Large diffs are not rendered by default.

2,745 changes: 2,745 additions & 0 deletions administering-lagoon/using-harbor/harbor-settings/harbor-database/index.html

Large diffs are not rendered by default.

2,786 changes: 2,786 additions & 0 deletions administering-lagoon/using-harbor/harbor-settings/harbor-jobservice/index.html

Large diffs are not rendered by default.

2,752 changes: 2,752 additions & 0 deletions administering-lagoon/using-harbor/harbor-settings/harbor-trivy/index.html

Large diffs are not rendered by default.

2,760 changes: 2,760 additions & 0 deletions administering-lagoon/using-harbor/harbor-settings/harborregistry/index.html

Large diffs are not rendered by default.

2,753 changes: 2,753 additions & 0 deletions administering-lagoon/using-harbor/harbor-settings/harborregistryctl/index.html

Large diffs are not rendered by default.

2,804 changes: 2,804 additions & 0 deletions administering-lagoon/using-harbor/harbor-settings/index.html

Large diffs are not rendered by default.

2,696 changes: 2,696 additions & 0 deletions administering-lagoon/using-harbor/index.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,682 changes: 2,682 additions & 0 deletions administering-lagoon/using-harbor/security-scanning/index.html

Large diffs are not rendered by default.

2,811 changes: 2,811 additions & 0 deletions applications/index.html

Large diffs are not rendered by default.

2,728 changes: 2,728 additions & 0 deletions applications/node/index.html

Large diffs are not rendered by default.

2,874 changes: 2,874 additions & 0 deletions applications/options/index.html

Large diffs are not rendered by default.

2,751 changes: 2,751 additions & 0 deletions applications/other/index.html

Large diffs are not rendered by default.

2,728 changes: 2,728 additions & 0 deletions applications/php/index.html

Large diffs are not rendered by default.

2,728 changes: 2,728 additions & 0 deletions applications/python/index.html

Large diffs are not rendered by default.

2,828 changes: 2,828 additions & 0 deletions applications/ruby/index.html

Large diffs are not rendered by default.

2,777 changes: 2,777 additions & 0 deletions applications/wordpress/index.html

Large diffs are not rendered by default.

Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions assets/javascripts/bundle.51d95adb.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/javascripts/bundle.51d95adb.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 99cde9d

Please sign in to comment.