Skip to content

Commit d607d6a

Browse files
author
AlexRogalskiy
committed
Added info on workflows
Updates on github-actions
1 parent 1038786 commit d607d6a

File tree

3 files changed

+41
-28
lines changed

3 files changed

+41
-28
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [0.0.0](https://github.com/AlexRogalskiy/java-patterns/compare/v1.0.1...v0.0.0) (2021-07-21)
1+
# [0.0.0](https://github.com/AlexRogalskiy/java-patterns/compare/v1.0.1...v0.0.0) (2021-07-22)
22

33

44

README.md

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -43,33 +43,35 @@
4343
## 🎹 *Table of contents*
4444

4545
<!--ts-->
46-
* [Java Design Patterns](#java-design-patterns)
47-
* [<em>Table of contents</em>](#-table-of-contents)
48-
* [<em>Summary</em>](#-summary)
49-
* [<em>Documentation</em>](#-documentation)
50-
* [<em>Statistics</em>](#-statistics)
51-
* [<em>Versioning</em>](#-versioning)
52-
* [<em>Authors</em>](#-authors)
53-
* [<em>Contributing</em>](#-contributing)
54-
* [<em>Visitor stats</em>](#-visitor-stats)
55-
* [<em>Licensing</em>](#-licensing)
56-
* [<em>Development Support</em>](#-development-support)
57-
* [<em>Acknowledgement</em>](#-acknowledgement)
58-
* [<em>OpenGraph Card</em>](#-opengraph-card)
59-
* [<em>Feeds and Podcasts</em>](#-feeds-and-podcasts)
60-
* [<em>Reddit posts</em>](#reddit-posts)
61-
* [<em>InfoWorld posts</em>](#infoworld-posts)
62-
* [<em>Let's talk posts</em>](#lets-talk-posts)
63-
* [<em>Random thoughts posts</em>](#random-thoughts-posts)
64-
* [<em>Better code posts</em>](#better-code-posts)
65-
* [<em>Inside Java posts</em>](#inside-java-posts)
66-
* [<em>Java programmer posts</em>](#java-programmer-posts)
67-
* [<em>Dreamix posts</em>](#dreamix-posts)
68-
* [<em>Plumbr posts</em>](#plumbr-posts)
69-
* [<em>Thorben Janssen posts</em>](#thorben-janssen-posts)
70-
* [<em>Redhat posts</em>](#redhat-posts)
71-
* [<em>JavaCodeGeeks posts</em>](#javacodegeeks-posts)
72-
* [<em>DevCases posts</em>](#devcases-posts)
46+
47+
- [Java Design Patterns](#java-design-patterns)
48+
- [<em>Table of contents</em>](#-table-of-contents)
49+
- [<em>Summary</em>](#-summary)
50+
- [<em>Documentation</em>](#-documentation)
51+
- [<em>Statistics</em>](#-statistics)
52+
- [<em>Versioning</em>](#-versioning)
53+
- [<em>Authors</em>](#-authors)
54+
- [<em>Contributing</em>](#-contributing)
55+
- [<em>Visitor stats</em>](#-visitor-stats)
56+
- [<em>Licensing</em>](#-licensing)
57+
- [<em>Development Support</em>](#-development-support)
58+
- [<em>Acknowledgement</em>](#-acknowledgement)
59+
- [<em>OpenGraph Card</em>](#-opengraph-card)
60+
- [<em>Feeds and Podcasts</em>](#-feeds-and-podcasts)
61+
- [<em>Reddit posts</em>](#reddit-posts)
62+
- [<em>InfoWorld posts</em>](#infoworld-posts)
63+
- [<em>Let's talk posts</em>](#lets-talk-posts)
64+
- [<em>Random thoughts posts</em>](#random-thoughts-posts)
65+
- [<em>Better code posts</em>](#better-code-posts)
66+
- [<em>Inside Java posts</em>](#inside-java-posts)
67+
- [<em>Java programmer posts</em>](#java-programmer-posts)
68+
- [<em>Dreamix posts</em>](#dreamix-posts)
69+
- [<em>Plumbr posts</em>](#plumbr-posts)
70+
- [<em>Thorben Janssen posts</em>](#thorben-janssen-posts)
71+
- [<em>Redhat posts</em>](#redhat-posts)
72+
- [<em>JavaCodeGeeks posts</em>](#javacodegeeks-posts)
73+
- [<em>DevCases posts</em>](#devcases-posts)
74+
7375
<!--te-->
7476

7577
## *Summary*

mkdocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,16 @@ markdown_extensions:
9393
linenums: true
9494
use_pygments: false
9595
guess_lang: false
96+
- pymdownx.extra
97+
- pymdownx.magiclink
98+
- pymdownx.tilde
99+
- pymdownx.caret
100+
- pymdownx.smartsymbols
101+
- pymdownx.tasklist
102+
- pymdownx.progressbar
103+
- pymdownx.arithmatex
104+
- pymdownx.mark
105+
- pymdownx.critic
96106
- pymdownx.inlinehilite # https://squidfunk.github.io/mkdocs-material/extensions/pymdown/#inlinehilite
97107
- pymdownx.superfences # https://squidfunk.github.io/mkdocs-material/extensions/pymdown/#superfences
98108
- pymdownx.tabbed # https://squidfunk.github.io/mkdocs-material/extensions/pymdown/#tabbed
@@ -101,6 +111,7 @@ markdown_extensions:
101111
emoji_index: !!python/name:materialx.emoji.twemoji
102112
emoji_generator: !!python/name:materialx.emoji.to_svg
103113
- smarty # https://python-markdown.github.io/extensions/smarty/
114+
- nl2br # https://python-markdown.github.io/extensions/smarty/
104115
- mdx_truly_sane_lists # https://github.com/radude/mdx_truly_sane_lists -> proper indentation of md list items
105116

106117
# Navigation

0 commit comments

Comments
 (0)