Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit61dd11e

Browse files
authored
Add links to the Discord server (#1493)
1 parent7492537 commit61dd11e

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Compiled pages are published at [https://cp-algorithms.com/](https://cp-algorith
1616

1717
##Changelog
1818

19+
- August, 2025: Launched a[Discord server](https://discord.gg/HZ5AecN3KX)!
1920
- October, 2024: Welcome new maintainers:[jxu](https://github.com/jxu),[mhayter](https://github.com/mhayter) and[kostero](https://github.com/kostero)!
2021
- October, 15, 2024: GitHub pages based mirror is now served at[https://gh.cp-algorithms.com/](https://gh.cp-algorithms.com/), and an auxiliary competitive programming library is available at[https://lib.cp-algorithms.com/](https://lib.cp-algorithms.com/).
2122
- July 16, 2024: Major overhaul of the[Finding strongly connected components / Building condensation graph](https://cp-algorithms.com/graph/strongly-connected-components.html) article.

‎mkdocs.yml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ plugins:
7979
-rss
8080

8181
extra:
82+
social:
83+
-icon:fontawesome/brands/github
84+
link:https://github.com/cp-algorithms/cp-algorithms
85+
-icon:fontawesome/brands/discord
86+
link:https://discord.gg/HZ5AecN3KX
8287
analytics:
8388
provider:google
8489
property:G-7FLS2HCYHH

‎src/overrides/partials/header.html‎

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,18 @@
8787
<divclass="md-header__source">
8888
{% include "partials/source.html" %}
8989
</div>
90-
91-
<divclass="rss icon">
92-
<ahref="https://cp-algorithms.com/feed_rss_created.xml"title="RSS"class="md-content__button md-icon">
93-
{% include ".icons/fontawesome/solid/rss.svg" %}
90+
{% endif %}
91+
<divclass="md-header__option">
92+
<ahref="https://cp-algorithms.com/feed_rss_created.xml"title="RSS"class="md-header__button md-icon"aria-label="RSS">
93+
{% include ".icons/fontawesome/solid/rss.svg" %}
9494
</a>
95-
</div>
95+
</div>
9696

97-
{% endif %}
97+
<divclass="md-header__option">
98+
<ahref="https://discord.gg/HZ5AecN3KX"title="Discord"class="md-header__button md-icon"aria-label="Discord">
99+
{% include ".icons/fontawesome/brands/discord.svg" %}
100+
</a>
101+
</div>
98102
</nav>
99103
{% if "navigation.tabs.sticky" in features %}
100104
{% if "navigation.tabs" in features %}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp