Skip to content

Commit 71e5230

Browse files
committed
add timeline details with styles and icons credits
1 parent 51e7042 commit 71e5230

File tree

6 files changed

+35
-5
lines changed

6 files changed

+35
-5
lines changed

assets/_custom.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747

4848
.r-footer {
4949
display: flex;
50-
// position: absolute;
5150
bottom: 0;
5251
width: 100%;
5352
padding-bottom: 1rem;
@@ -77,8 +76,7 @@ a .r-icon {
7776

7877
.r-info-box #sponsor {
7978
vertical-align: middle;
80-
font-size: 1.3rem;
81-
// padding-top: 0.11rem;
79+
font-size: 1.24rem;
8280
}
8381

8482
.r-copyright {

content/credits.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ bookHidden: true
77

88
* [Caddy Web Server](https://caddyserver.com)
99
* [Hugo Static Generator](https://gohugo.io)
10-
* Customized version of [hugo-book theme](https://github.com/alex-shpak/hugo-book)
10+
* Customized version of [hugo-book theme](https://github.com/alex-shpak/hugo-book)
11+
* Icons obtained from [UXWing](https://uxwing.com)
12+
* github-icon
13+
* contrast-icon
14+
* timecard-icon

content/timeline.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
type: docs
3+
bookHidden: true
4+
---
5+
6+
# Resty Timeline
7+
8+
* [v0.1](https://github.com/go-resty/resty/releases/tag/v0.1) Resty's first appearance on Sep 15, 2015.
9+
* [v1.0.0](https://github.com/go-resty/resty/releases/tag/v1.0.0) - First major release on Sep 25, 2017.
10+
* [v1.12.0](https://github.com/go-resty/resty/releases/tag/v1.12.0) - Final release of v1 series on Feb 27, 2019.
11+
* [v2.0.0](https://github.com/go-resty/resty/releases/tag/v2.0.0) - Second major release on Jul 16, 2019.
12+
* [v2.16.2](https://github.com/go-resty/resty/releases/tag/v2.16.2) - Final (guessing) release of v2 series on Nov 21, 2024.
13+
* v3.0.0 - Third major release on TBD.
14+
* Currently it is on [v3.0.0-alpha.6](https://github.com/go-resty/resty/releases/tag/v3.0.0-alpha.6)
15+
16+
Thanks to all the Resty users and [contributors](https://github.com/go-resty/resty/graphs/contributors), appreciated.
17+
18+
19+
# Resty Module URL
20+
21+
* v1 series was published using [gopkg.in](https://gopkg.in) to provide versioning. E.g.: `resty.devresty.v0`.
22+
* v2 series migrated away from `gopkg.in` service, started using GitHub itself. E.g.: `github.com/go-resty/resty/v2`.
23+
* v3 series provides Go Vanity URL. E.g.: `resty.dev/v3`
24+

layouts/partials/docs/inject/menu-after.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
© 2015-{{ now.Year }} Jeevanandam M.
44
</div>
55
<div class="r-copyright-details">
6-
<a href="/license">License</a>, <a href="/credits">Credits</a>
6+
<a href="/license/">License</a>, <a href="/credits/">Credits</a>
77
</div>
88
</div>

layouts/partials/docs/inject/toc-before.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<a id="colorSchemeToggle" onclick="toggleDarkMode()" title="Light or Dark">
66
<img id="darkModeIcon" src="/svg/color-scheme.svg" class="book-icon r-icon" />
77
</a>
8+
<a id="timeline" href="/timeline/" title="Resty Timeline">
9+
<img id="timelineIcon" src="/svg/timecard.svg" class="book-icon r-icon" />
10+
</a>
811
<a id="sponsor" href="https://github.com/sponsors/jeevatkm" rel="external" target="_blank" title="Sponsor Resty">
912
<span class="r-sponsor">💖</span>
1013
</a>

static/svg/timecard.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)