8000 docs: simplify JFrog integration docs by matifali · Pull Request #11787 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: simplify JFrog integration docs #11787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jan 26, 2024
Prev Previous commit
Next Next commit
reorganize
  • Loading branch information
matifali committed Jan 25, 2024
commit 3fe589631200a8e56f06f61609ed950b4730c9e8
10 changes: 5 additions & 5 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1016,11 +1016,6 @@
"path": "./guides/index.md",
"icon_path": "./images/icons/notes.svg",
"children": [
{
"title": "Coder JFrog Artifactory Integration",
"description": "Integrate Coder with JFrog Artifactory",
"path": "./guides/coder-artifactory-integration.md"
},
{
"title": "Configuring Okta",
"description": "Custom claims/scopes with Okta for group/role sync",
Expand All @@ -1031,6 +1026,11 @@
"description": "Federating a Google Cloud service account to AWS",
"path": "./guides/gcp-to-aws.md"
},
{
"title": "JFrog Artifactory Integration",
"description": "Integrate Coder with JFrog Artifactory",
"path": "./guides/coder-artifactory-integration.md"
},
{
"title": "Template ImagePullSecrets",
"description": "Creating ImagePullSecrets for private registries",
Expand Down
0