Skip to content

Commit bc64416

Browse files
committed
docs: update favicon and index
更新网站页面icon和首页文档信息,添加 GitHub Page 和 Gitee Page
1 parent 8cee74a commit bc64416

File tree

8 files changed

+11
-7
lines changed

8 files changed

+11
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Introduction
22
Hello, everyone! Welcome to the [Doocs](https://github.com/doocs) Open Source organization. The name is originated from ‘Docs’, which mainly shares various development-related knowledge in the form of documents.
33

4+
## Links
5+
- GitHub Page: https://doocs.github.io
6+
- Gitee Page: https://doocs.gitee.io
7+
48
## Projects
5-
Doocs now has the following projects excluding [doocs.github.io](https://github.com/doocs/doocs.github.io):
9+
Doocs now has the following projects:
610

711
| # | Project | Description |
812
|---|---|---|
@@ -37,7 +41,4 @@ Doocs is looking forward to your joining.
3741
## Contributors
3842
This organization exists thanks to all the people who contribute.
3943

40-
<a href="https://opencollective.com/doocs/contributors.svg?width=890&button=true"><img src="https://opencollective.com/doocs/contributors.svg?width=890&button=false" /></a>
41-
42-
## Documentation
43-
See the [中文文档](README_CN.md) for Chinese README.
44+
<a href="https://opencollective.com/doocs/contributors.svg?width=890&button=true"><img src="https://opencollective.com/doocs/contributors.svg?width=890&button=false" /></a>

README_CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# 介绍
22
你好,欢迎来到 [Doocs](https://github.com/doocs) 开源组织。Doocs 名字取自 Docs,主要是以文档的形式分享各种开发相关知识。
33

4+
## 链接
5+
- GitHub Page: https://doocs.github.io/#/README_CN
6+
- Gitee Page: https://doocs.github.io/#/README_CN
7+
48
## 项目
59
目前 Doocs 有以下多个项目:
610

images/doocs.png

30.7 KB
Loading

images/favicon-16x16.png

14.4 KB
Loading

images/favicon-32x32.png

-4.32 KB
Loading

images/owner-favicon-16x16.png

1.23 KB
Loading

images/owner-favicon-32x32.png

23 KB
Loading

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@
2626
<script>
2727
window.$docsify = {
2828
name: 'Doocs',
29-
repo: 'doocs/intro',
29+
repo: 'doocs/doocs.github.io',
3030
auto2top: true,
3131
search: [
3232
'/'
3333
],
34-
disqus: 'shortname',
3534
plugins: [
3635
function (hook) {
3736
var footer = [

0 commit comments

Comments
 (0)