mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-16 20:27:08 +03:00
all: remove chat group (#165)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# 现代 C++ 教程:高速上手 C++11/14/17/20
|
||||
|
||||
 [](./README.md) [](./README-zh-cn.md) [](./assets/donate.md) [](./assets/community.md)
|
||||
 [](./README.md) [](./README-zh-cn.md) [](./assets/donate.md)
|
||||
|
||||
## 本书目的
|
||||
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
|
||||
# Modern C++ Tutorial: C++11/14/17/20 On the Fly
|
||||
|
||||
 [](./README.md) [](./README-zh-cn.md) [](./assets/donate.md) [](./assets/community.md)
|
||||
|
||||
 [](./README.md) [](./README-zh-cn.md) [](./assets/donate.md)
|
||||
## Purpose
|
||||
|
||||
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).
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
title: 社区
|
||||
type: about
|
||||
order: 2
|
||||
---
|
||||
|
||||
## Community
|
||||
|
||||
The book offers a telegram chat group, feel free to join if you are interested:
|
||||
|
||||
[](https://t.me/joinchat/FEeulBM5OVYzuDI4phQ9Mg)
|
||||
@@ -8,7 +8,6 @@ all: clean
|
||||
cp ../assets/alipay.jpg ./src/modern-cpp/assets/alipay.jpg
|
||||
cp ../assets/wechat.jpg ./src/modern-cpp/assets/wechat.jpg
|
||||
cp ../assets/donate.md ./src/modern-cpp/about/
|
||||
cp ../assets/community.md ./src/modern-cpp/about/
|
||||
cp -r ../assets/figures ./src/modern-cpp/assets/figures
|
||||
cp -r ../exercises ./src/modern-cpp/
|
||||
cp -r ../code ./src/modern-cpp/
|
||||
@@ -25,7 +24,6 @@ clean:
|
||||
./src/modern-cpp/assets/alipay.jpg \
|
||||
./src/modern-cpp/assets/wechat.jpg \
|
||||
./src/modern-cpp/about/donate.md \
|
||||
./src/modern-cpp/about/community.md \
|
||||
./src/modern-cpp/code \
|
||||
./src/modern-cpp/exercises \
|
||||
public db.json src/modern-cpp/zh-cn src/modern-cpp/en-us
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
<ul class="nav-dropdown">
|
||||
<li><ul>
|
||||
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/donate.html") %>" >资助</a></li>
|
||||
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/community.html") %>" >社区</a></li>
|
||||
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/copyright.html") %>" >版权声明</a></li>
|
||||
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/ack.html") %>" >致谢</a></li>
|
||||
</ul></li>
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
<ul class="nav-dropdown">
|
||||
<li><ul>
|
||||
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/donate.html") %>" >Donate</a></li>
|
||||
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/community.html") %>" >Community</a></li>
|
||||
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/copyright.html") %>" >Copyright</a></li>
|
||||
<li><a class="nav-link" href="<%- url_for("/modern-cpp/about/ack.html") %>" >Acknowledgements</a></li>
|
||||
</ul></li>
|
||||
|
||||
Reference in New Issue
Block a user