Skip to content

Commit 7eceaf1

Browse files
authored
all: remove chat group (#165)
1 parent 054119f commit 7eceaf1

File tree

6 files changed

+2
-18
lines changed

6 files changed

+2
-18
lines changed

README-zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# 现代 C++ 教程:高速上手 C++11/14/17/20
44

5-
![](https://img.shields.io/travis/changkun/modern-cpp-tutorial/master?style=flat-square) [![](https://img.shields.io/badge/language-English-blue.svg?style=flat-square)](./README.md) [![](https://img.shields.io/badge/language-简体中文-red.svg?style=flat-square)](./README-zh-cn.md) [![](https://img.shields.io/badge/€-donate-ff69b4.svg?style=flat-square)](./assets/donate.md) [![](https://img.shields.io/badge/chat-community-667ed5.svg?style=flat-square)](./assets/community.md)
5+
![](https://img.shields.io/travis/changkun/modern-cpp-tutorial/master?style=flat-square) [![](https://img.shields.io/badge/language-English-blue.svg?style=flat-square)](./README.md) [![](https://img.shields.io/badge/language-简体中文-red.svg?style=flat-square)](./README-zh-cn.md) [![](https://img.shields.io/badge/€-donate-ff69b4.svg?style=flat-square)](./assets/donate.md)
66

77
## 本书目的
88

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# Modern C++ Tutorial: C++11/14/17/20 On the Fly
44

5-
![](https://img.shields.io/travis/changkun/modern-cpp-tutorial/master?style=flat-square) [![](https://img.shields.io/badge/language-English-blue.svg?style=flat-square)](./README.md) [![](https://img.shields.io/badge/language-简体中文-red.svg?style=flat-square)](./README-zh-cn.md) [![](https://img.shields.io/badge/€-donate-ff69b4.svg?style=flat-square)](./assets/donate.md) [![](https://img.shields.io/badge/chat-community-667ed5.svg?style=flat-square)](./assets/community.md)
6-
5+
![](https://img.shields.io/travis/changkun/modern-cpp-tutorial/master?style=flat-square) [![](https://img.shields.io/badge/language-English-blue.svg?style=flat-square)](./README.md) [![](https://img.shields.io/badge/language-简体中文-red.svg?style=flat-square)](./README-zh-cn.md) [![](https://img.shields.io/badge/€-donate-ff69b4.svg?style=flat-square)](./assets/donate.md)
76
## Purpose
87

98
The book claims to be "On the Fly". Its intent is to provide a comprehensive introduction to the relevant features regarding modern C++ (before 2020s).

assets/community.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

website/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ all: clean
88
cp ../assets/alipay.jpg ./src/modern-cpp/assets/alipay.jpg
99
cp ../assets/wechat.jpg ./src/modern-cpp/assets/wechat.jpg
1010
cp ../assets/donate.md ./src/modern-cpp/about/
11-
cp ../assets/community.md ./src/modern-cpp/about/
1211
cp -r ../assets/figures ./src/modern-cpp/assets/figures
1312
cp -r ../exercises ./src/modern-cpp/
1413
cp -r ../code ./src/modern-cpp/
@@ -25,7 +24,6 @@ clean:
2524
./src/modern-cpp/assets/alipay.jpg \
2625
./src/modern-cpp/assets/wechat.jpg \
2726
./src/modern-cpp/about/donate.md \
28-
./src/modern-cpp/about/community.md \
2927
./src/modern-cpp/code \
3028
./src/modern-cpp/exercises \
3129
public db.json src/modern-cpp/zh-cn src/modern-cpp/en-us

website/themes/moderncpp/layout/partials/main_menu.ejs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<ul class="nav-dropdown">
1717
<li><ul>
1818
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/donate.html") %>" >资助</a></li>
19-
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/community.html") %>" >社区</a></li>
2019
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/copyright.html") %>" >版权声明</a></li>
2120
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/ack.html") %>" >致谢</a></li>
2221
</ul></li>

website/themes/moderncpp/layout/partials/main_menu_en.ejs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<ul class="nav-dropdown">
1717
<li><ul>
1818
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/donate.html") %>" >Donate</a></li>
19-
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/community.html") %>" >Community</a></li>
2019
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/copyright.html") %>" >Copyright</a></li>
2120
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/ack.html") %>" >Acknowledgements</a></li>
2221
</ul></li>

0 commit comments

Comments
 (0)