Skip to content

Commit

Permalink
Deployed 9e38fd7 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Oct 26, 2023
0 parents commit e422e00
Show file tree
Hide file tree
Showing 310 changed files with 338,574 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,647 changes: 2,647 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,792 changes: 2,792 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,450 changes: 3,450 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,974 changes: 5,974 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,993 changes: 2,993 additions & 0 deletions administering-lagoon/using-harbor/harbor-settings/harbor-core/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,710 changes: 2,710 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,696 changes: 2,696 additions & 0 deletions administering-lagoon/using-harbor/security-scanning/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,791 changes: 2,791 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 e422e00

Please sign in to comment.