Skip to content
代码片段 群组 项目
未验证 提交 88826494 编辑于 作者: Suzanne Selhorn's avatar Suzanne Selhorn 提交者: GitLab
浏览文件

Merge branch 'id/updateCodeBlockEllipses' into 'master'

Update wording of comments in codeblocks

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184521



Merged-by: default avatarSuzanne Selhorn <sselhorn@gitlab.com>
Approved-by: default avatarMarcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com>
Approved-by: default avatarSuzanne Selhorn <sselhorn@gitlab.com>
Co-authored-by: default avatarIsaac Durham <idurham@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -67,7 +67,7 @@ The following example is a `gitlab.rb` configuration for Linux package installat
```ruby
gitlab_rails['ldap_servers'] = {
'main' => {
# Additional LDAP settings
# Additional LDAP settings removed for readability
'duo_add_on_groups' => ['duo_users', 'admins'],
}
}
......
......@@ -66,7 +66,7 @@ Example response:
"created": 1739421415,
"owned_by": "vllm",
"root": "mistralai/Mixtral-8x22B-Instruct-v0.1",
// Additional fields
// Additional fields removed for readability
}
]
}
......
......@@ -607,9 +607,9 @@ then override the icon in one of two ways:
```yaml
omniauth:
providers:
- { name: 'myIcon'
- { name: '...'
icon: 'data:image/png;base64,<base64-data>'
# ...
# Additional parameters removed for readability
}
```
......
......@@ -96,7 +96,7 @@ In the `script` section of the `.gitlab-ci.yml` file, enter the following comman
cosign sign "$IMAGE_DIGEST" \
--annotations "com.gitlab.ci.user.name=$GITLAB_USER_NAME" \
--annotations "com.gitlab.ci.pipeline.id=$CI_PIPELINE_ID" \
# Additional annotations
# Additional annotations removed for readability
--annotations "tag=$IMAGE_TAG"
```
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册