Skip to content

Commit

Permalink
Deployed 979b645 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Dec 7, 2023
0 parents commit 5b6049c
Show file tree
Hide file tree
Showing 313 changed files with 343,025 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,661 changes: 2,661 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,806 changes: 2,806 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,464 changes: 3,464 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,988 changes: 5,988 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.
3,007 changes: 3,007 additions & 0 deletions administering-lagoon/using-harbor/harbor-settings/harbor-core/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2,805 changes: 2,805 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 5b6049c

Please sign in to comment.