diff --git a/README-zh-cn.md b/README-zh-cn.md index 3e98207..1b0aef8 100644 --- a/README-zh-cn.md +++ b/README-zh-cn.md @@ -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) ## 本书目的 diff --git a/README.md b/README.md index 8e94da7..6ef8ae9 100644 --- a/README.md +++ b/README.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). diff --git a/assets/community.md b/assets/community.md deleted file mode 100644 index 657980c..0000000 --- a/assets/community.md +++ /dev/null @@ -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) diff --git a/website/Makefile b/website/Makefile index a359126..d0d625f 100755 --- a/website/Makefile +++ b/website/Makefile @@ -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 diff --git a/website/themes/moderncpp/layout/partials/main_menu.ejs b/website/themes/moderncpp/layout/partials/main_menu.ejs index a2cd212..9a2f3ed 100755 --- a/website/themes/moderncpp/layout/partials/main_menu.ejs +++ b/website/themes/moderncpp/layout/partials/main_menu.ejs @@ -16,7 +16,6 @@