File tree 6 files changed +35
-5
lines changed
layouts/partials/docs/inject
6 files changed +35
-5
lines changed Original file line number Diff line number Diff line change 47
47
48
48
.r-footer {
49
49
display : flex ;
50
- // position: absolute;
51
50
bottom : 0 ;
52
51
width : 100% ;
53
52
padding-bottom : 1rem ;
@@ -77,8 +76,7 @@ a .r-icon {
77
76
78
77
.r-info-box #sponsor {
79
78
vertical-align : middle ;
80
- font-size : 1.3rem ;
81
- // padding-top: 0.11rem;
79
+ font-size : 1.24rem ;
82
80
}
83
81
84
82
.r-copyright {
Original file line number Diff line number Diff line change @@ -7,4 +7,8 @@ bookHidden: true
7
7
8
8
* [ Caddy Web Server] ( https://caddyserver.com )
9
9
* [ 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
Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 3
3
© 2015-{{ now.Year }} Jeevanandam M.
4
4
</ div >
5
5
< 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 >
7
7
</ div >
8
8
</ div >
Original file line number Diff line number Diff line change 5
5
< a id ="colorSchemeToggle " onclick ="toggleDarkMode() " title ="Light or Dark ">
6
6
< img id ="darkModeIcon " src ="/svg/color-scheme.svg " class ="book-icon r-icon " />
7
7
</ 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 >
8
11
< a id ="sponsor " href ="https://github.com/sponsors/jeevatkm " rel ="external " target ="_blank " title ="Sponsor Resty ">
9
12
< span class ="r-sponsor "> 💖</ span >
10
13
</ a >
You can’t perform that action at this time.
0 commit comments