Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8249c06

Browse files
committed
add Changelog
1 parent 13fcab5 commit 8249c06

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/index.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
---
22
title: Main Page
33
---
4-
<h1>Algorithms for Competitive Programming</h1>
4+
# Algorithms for Competitive Programming
55

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

12-
<h2>Articles</h2>
12+
## Changelog
13+
14+
- January 16, 2022: Switched to the [MkDocs](https://www.mkdocs.org/) site generator with the [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) theme, which give the website a more modern look, brings a couple of new features (dark mode, better search, ...), makes the website more stable (in terms of rendering math formulas), and makes it easier to contribute.
15+
16+
## Articles
1317

1418
### Algebra
1519

@@ -228,4 +232,7 @@ and adding new articles to the collection.*
228232

229233
---
230234

231-
[Information for contributors](contrib.md) and [Test-Your-Page form](preview.md)
235+
## Contributing
236+
237+
- [Information for contributors](contrib.md)
238+
- [Test-Your-Page form](preview.md)

0 commit comments

Comments
 (0)