Skip to content

Commit 07f984d

Browse files
authored
Merge pull request #1 from DataRecce/feat/add-changelog-link
chore: Add link to github release page
2 parents d8786b3 + 66f8f5c commit 07f984d

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/assets/images/clock-regular.svg

+1
Loading

docs/styles/extra.css

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
.md-nav__item a.md-nav__link[href^="https://github.com/DataRecce/recce/releases"] .md-ellipsis::before {
2+
content: url("/assets/images/clock-regular.svg");
3+
display: inline-block;
4+
height: 1rem;
5+
width: 0.8rem;
6+
margin-right: 0.1rem;
7+
vertical-align: top;
8+
}
9+
.md-nav__item a.md-nav__link[href^="https://"]:hover .md-ellipsis::before {
10+
filter: invert(46%) sepia(13%) saturate(2575%) hue-rotate(326deg) brightness(115%) contrast(106%);
11+
}
12+
113
.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4 {
214
font-weight: bold;
315
}
@@ -131,9 +143,9 @@
131143
/**** Links ****/
132144

133145
.md-typeset a {
134-
146+
135147
}
136-
.md-typeset a:hover, .md-typeset a:focus,
148+
.md-typeset a:hover, .md-typeset a:focus,
137149
.md-post .md-post__meta a:hover, .md-post .md-post__meta a:focus {
138150
border-bottom: solid #ff6e42 1px;
139151
color: #ff6e42;

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ nav:
6565
- guides/best-practices-prep-env.md
6666
- Architecture:
6767
- architecture/overview.md
68+
- Changelog: "https://github.com/DataRecce/recce/releases"
6869
- Privacy & Terms:
6970
- agreement/privacy-policy.md
7071
- agreement/cookies-policy.md

0 commit comments

Comments
 (0)