Skip to content

Commit 96bebf3

Browse files
zapcannon87leeyeh
authored andcommitted
feat!(docs): remove chatkit-oc (#3091)
1 parent 6d9d803 commit 96bebf3

File tree

9 files changed

+6
-36
lines changed

9 files changed

+6
-36
lines changed

custom/js/demo.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ angular.module('app').controller('DemoCtrl', ['$http', '$scope', '$rootScope', '
4545
mdPath: 'https://github.com/leancloud/ios-simple-demo',
4646
type: 'ios',
4747
qcloudShow: true
48-
},{
49-
name: 'ChatKit 聊天 UI 组件',
50-
desc: '一个免费开源的 UI 聊天组件,基于 LeanCloud 实时通信 IM 服务,支持 iOS 7+。它将聊天的常用功能和 UI 一起提供给开发者进行二次开发。',
51-
downPath: '',
52-
mdPath: 'https://github.com/leancloud/ChatKit-OC',
53-
type: 'ios',
54-
qcloudShow: true
5548
},{
5649
name: 'SNS 第三方登录',
5750
desc: 'iOS 第三方登录示例 Demo',

templates/include/doc-nav.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<li><a href="ios_push_cert.html">iOS 推送证书设置指南</a></li>
2828
<li role="separator" class="divider"></li>
2929
<li><a href="realtime_guide-objc.html">即时通讯开发指南</a></li>
30-
<li><a href="chatkit-ios.html">ChatKit 使用指南</a></li>
3130
<!-- <li><a href="livekit-ios.html">LiveKit 使用指南</a></li> -->
3231
<li role="separator" class="divider"></li>
3332
<li><a href="relation-guide.html">数据模型设计指南</a></li>

templates/pages/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ <h3>开发指南</h3>
230230
<li> <span>UI 库 ChatKit 使用指南</span>
231231
<ul class="list-unstyled tags">
232232
<li><a href="chatkit-android.html">Android</a></li>
233-
<li><a href="chatkit-ios.html">iOS</a></li>
234233
</ul>
235234
</li>
236235
<!-- <li> <span>直播+聊天解决方案 LiveKit 使用指南</span>

templates/pages/sdk_down.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ <h2><i class="icon icon-github"></i> Objective-C</h2>
2525
<ul class="list-unstyled list-inline download-btns">
2626
<li><a href="https://releases.leanapp.cn/#/leancloud/objc-sdk/releases" class="btn btn-sm btn-primary">Objective-C SDK </a></li>
2727
<li><a href="https://releases.leanapp.cn/#/leancloud/leancloud-feedback-ios/releases" class="btn btn-link"> 用户反馈组件</a></li>
28-
<li><a href="https://releases.leanapp.cn/#/leancloud/ChatKit-OC/releases" class="btn btn-link">ChatKit</a></li>
2928
</ul>
3029
</div>
3130
<div class="dl-cell">

views/chatkit-android.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
{% import "views/_helper.njk" as docs %}
33
# ChatKit 使用指南 &middot; Android
44

5-
> 如果需要了解 iOS 版本请点击: [ChatKit 使用指南 &middot; iOS](chatkit-ios.html)
6-
75
[ChatKit](https://github.com/leancloud/LeanCloudChatKit-Android) 是一个免费且开源的 UI 聊天组件,由 LeanCloud 官方推出,底层聊天服务基于 LeanCloud 的 IM 即时通讯服务 LeanMessage 而开发。它的最大特点是把聊天常用的一些功能配合 UI 一起提供给开发者,帮助开发者快速集成 IM 服务,轻松实现聊天功能。
86

97
ChatKit 开源且提供完全自由的授权协议,开发者可以对其进行任意修改、扩展和二次封装,但是 LeanCloud 并不对 ChatKit 的二次开发提供技术支持。

views/realtime_guide-objc.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
{% set segment_code = 'objc' %}
44
{% set sdk_name = platform_name + " SDK" %}
55

6-
{% block demo %}
7-
* [ChatKit-OC](https://github.com/leancloud/ChatKit-OC)(推荐)
6+
{% block demo_section %}
87
{% endblock %}
98

109
{% block setup_init %}

views/realtime_guide.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@
99

1010
{% block supportedRuntime %}{% endblock %}
1111

12+
{% block demo_section %}
13+
1214
## Demo
1315
相比阅读文档,如果你更喜欢从代码入手了解功能的具体实现,可以下载 Demo 来研究:
1416

1517
{% block demo %}{% endblock %}
1618

19+
{% endblock %}
20+
1721
## 安装和初始化
1822
{% block setup_init %}{% endblock %}
1923

views/realtime_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ LeanCloud 即时通讯服务提供的主要功能有:
6868
在 SDK 之外,我们也公开了一些 Demo 项目来帮助开发者快速熟悉我们的产品:
6969

7070
* iOS 聊天应用:
71-
* [ChatKit,自带 UI 的聊天工具包](chatkit-ios.html)
71+
* [Chat Demo Swift](https://github.com/leancloud/swift-sdk-demo)
7272

7373
* Android 聊天应用:
7474
* [ChatKit,自带 UI 的聊天工具包](chatkit-android.html)

views/tutorials.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,6 @@
2626

2727
<a href="https://zhuanlan.zhihu.com/p/21399155" class="btn btn-default" target="_blank">阅读</a>
2828

29-
<!-- ### 自带 UI 的聊天工具包 ChatKit
30-
31-
<p class="text-muted">使用我们的 ChatKit,现成的代码,现成的 UI,为自己的应用加入常用的聊天功能只是分分钟的事。</p>
32-
33-
<div class="row">
34-
<div class="col-sm-6">
35-
<div class="doc-hero-links">
36-
<a href="chatkit-ios.html" class="doc-quick-start-btn">
37-
iOS 教程
38-
</a>
39-
</div>
40-
</div>
41-
<div class="col-sm-6">
42-
<div class="doc-hero-links">
43-
<a href="chatkit-android.html" class="doc-quick-start-btn">
44-
Android 教程
45-
</a>
46-
</div>
47-
</div>
48-
</div> -->
49-
5029
## 第三方教程
5130

5231
### 为聊天接入表情云

0 commit comments

Comments
 (0)