Deprecate Koding in docs
This commit is contained in:
parent
ad32bac56d
commit
c740d3de28
6 changed files with 10 additions and 9 deletions
|
@ -160,7 +160,6 @@ have access to GitLab administration tools and settings.
|
||||||
### Integrations
|
### Integrations
|
||||||
|
|
||||||
- [Integrations](integration/README.md): How to integrate with systems such as JIRA, Redmine, Twitter.
|
- [Integrations](integration/README.md): How to integrate with systems such as JIRA, Redmine, Twitter.
|
||||||
- [Koding](administration/integration/koding.md): Set up Koding to use with GitLab.
|
|
||||||
- [Mattermost](user/project/integrations/mattermost.md): Set up GitLab with Mattermost.
|
- [Mattermost](user/project/integrations/mattermost.md): Set up GitLab with Mattermost.
|
||||||
|
|
||||||
### Monitoring
|
### Monitoring
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
# Koding & GitLab
|
# Koding & GitLab
|
||||||
|
|
||||||
> [Introduced][ce-5909] in GitLab 8.11.
|
>**Notes:**
|
||||||
|
- **As of GitLab 10.0, the Koding integration is deprecated and will be removed
|
||||||
|
in a future version. The option to configure it is removed from GitLab's admin
|
||||||
|
area.**
|
||||||
|
- [Introduced][ce-5909] in GitLab 8.11.
|
||||||
|
|
||||||
This document will guide you through installing and configuring Koding with
|
This document will guide you through installing and configuring Koding with
|
||||||
GitLab.
|
GitLab.
|
||||||
|
|
|
@ -274,9 +274,7 @@ session - and even a multiplexer like `screen` or `tmux`!
|
||||||
>**Note:**
|
>**Note:**
|
||||||
Container-based deployments often lack basic tools (like an editor), and may
|
Container-based deployments often lack basic tools (like an editor), and may
|
||||||
be stopped or restarted at any time. If this happens, you will lose all your
|
be stopped or restarted at any time. If this happens, you will lose all your
|
||||||
changes! Treat this as a debugging tool, not a comprehensive online IDE. You
|
changes! Treat this as a debugging tool, not a comprehensive online IDE.
|
||||||
can use [Koding](../administration/integration/koding.md) for online
|
|
||||||
development.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@ Bitbucket.org account
|
||||||
- [External issue tracker](external-issue-tracker.md) Redmine, JIRA, etc.
|
- [External issue tracker](external-issue-tracker.md) Redmine, JIRA, etc.
|
||||||
- [Gmail actions buttons](gmail_action_buttons_for_gitlab.md) Adds GitLab actions to messages
|
- [Gmail actions buttons](gmail_action_buttons_for_gitlab.md) Adds GitLab actions to messages
|
||||||
- [JIRA](../user/project/integrations/jira.md) Integrate with the JIRA issue tracker
|
- [JIRA](../user/project/integrations/jira.md) Integrate with the JIRA issue tracker
|
||||||
- [Koding](../administration/integration/koding.md) Configure Koding to use IDE integration
|
|
||||||
- [LDAP](ldap.md) Set up sign in via LDAP
|
- [LDAP](ldap.md) Set up sign in via LDAP
|
||||||
- [OAuth2 provider](oauth_provider.md) OAuth2 application creation
|
- [OAuth2 provider](oauth_provider.md) OAuth2 application creation
|
||||||
- [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, GitLab.com, Google, Bitbucket, Facebook, Shibboleth, SAML, Crowd, Azure and Authentiq ID
|
- [OmniAuth](omniauth.md) Sign in via Twitter, GitHub, GitLab.com, Google, Bitbucket, Facebook, Shibboleth, SAML, Crowd, Azure and Authentiq ID
|
||||||
|
|
|
@ -67,8 +67,6 @@ website with GitLab Pages
|
||||||
**Other features:**
|
**Other features:**
|
||||||
|
|
||||||
- [Cycle Analytics](cycle_analytics.md): Review your development lifecycle
|
- [Cycle Analytics](cycle_analytics.md): Review your development lifecycle
|
||||||
- [Koding integration](koding.md) (not available on GitLab.com): Integrate
|
|
||||||
with Koding to have access to a web terminal right from the GitLab UI
|
|
||||||
- [Syntax highlighting](highlighting.md): An alternative to customize
|
- [Syntax highlighting](highlighting.md): An alternative to customize
|
||||||
your code blocks, overriding GitLab's default choice of language
|
your code blocks, overriding GitLab's default choice of language
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
# Koding integration
|
# Koding integration
|
||||||
|
|
||||||
> [Introduced][ce-5909] in GitLab 8.11.
|
>**Notes:**
|
||||||
|
- **As of GitLab 10.0, the Koding integration is deprecated and will be removed
|
||||||
|
in a future version.**
|
||||||
|
- [Introduced][ce-5909] in GitLab 8.11.
|
||||||
|
|
||||||
This document will guide you through using Koding integration on GitLab in
|
This document will guide you through using Koding integration on GitLab in
|
||||||
detail. For configuring and installing please follow the
|
detail. For configuring and installing please follow the
|
||||||
|
|
Loading…
Reference in a new issue