Skip to content

Commit 8ce1fed

Browse files
committed
add logo
1 parent 697273a commit 8ce1fed

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: cp-algorithms
1+
site_name: Algorithms for Competitive Programming
22
docs_dir: src
33
theme:
44
name: material
@@ -16,6 +16,7 @@ theme:
1616
toggle:
1717
icon: material/toggle-switch
1818
name: Switch to light mode
19+
logo: favicon.ico
1920
favicon: favicon.ico
2021
repo_url: https://github.com/e-maxx-eng/e-maxx-eng
2122
edit_uri: edit/master/src/

src/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@ title: Main Page
33
hide:
44
- navigation
55
---
6-
<h1 data-toc="off">E-Maxx Algorithms in English</h1>
6+
<h1 data-toc="off">Algorithms for Competitive Programming</h1>
77

88
*The goal of this project is to translate the wonderful resource
99
[http://e-maxx.ru/algo](http://e-maxx.ru/algo) which provides descriptions of many algorithms
1010
and data structures especially popular in field of competitive programming.
1111
Moreover we want to improve the collected knowledge by extending the articles
1212
and adding new articles to the collection.*
1313

14-
*For a similar project, that translates the collection of articles into Portuguese, visit [https://cp-algorithms-brasil.com](https://cp-algorithms-brasil.com).*
15-
1614
## Articles
1715

1816
### Algebra

0 commit comments

Comments
 (0)