Commit b8725f7 1 parent 9b35cc0 commit b8725f7 Copy full SHA for b8725f7
File tree 5 files changed +11
-10
lines changed
5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/google/docsy-example
2
2
3
3
go 1.12
4
4
5
- require github.com/google/docsy v0.8 .0 // indirect
5
+ require github.com/google/docsy v0.9 .0 // indirect
Original file line number Diff line number Diff line change 1
- github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 h1:Uv1z5EqCfmiK4IHUwT0m3h/u/WCk+kpRfxvAZhpC7Gc =
2
- github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
3
- github.com/google/docsy v0.8.0 h1:RgHyKRTo8YwScMThrf01Ky2yCGpUS1hpkspwNv6szT4 =
4
- github.com/google/docsy v0.8.0 /go.mod h1:FqTNN2T7pWEGW8dc+v5hQ5VF29W5uaL00PQ1LdVw5F8 =
1
+ github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
2
+ github.com/google/docsy v0.9.0 h1:FDbPR9UvKqBFJmN3cT5pNB2rTL+f51YyTRo+g2cJui4 =
3
+ github.com/google/docsy v0.9.0 /go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53bwN2U =
5
4
github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc =
6
5
github.com/twbs/bootstrap v5.2.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ time_format_blog = "2006.01.02"
99
99
section = [" HTML" , " print" , " RSS" ]
100
100
101
101
[params ]
102
- copyright = " The Docsy Authors"
103
102
privacy_policy = " https://policies.google.com/privacy"
104
103
105
104
# First one is picked as the Twitter card image if not set on page.
@@ -144,12 +143,14 @@ offlineSearch = false
144
143
# Enable syntax highlighting and copy buttons on code blocks with Prism
145
144
prism_syntax_highlighting = false
146
145
146
+ [params .copyright ]
147
+ authors = " Docsy Authors | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0) | "
148
+ from_year = 2018
149
+
147
150
# User interface configuration
148
151
[params .ui ]
149
152
# Set to true to disable breadcrumb navigation.
150
153
breadcrumb_disable = false
151
- # Set to true to disable the About link in the site footer
152
- footer_about_disable = false
153
154
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
154
155
navbar_logo = true
155
156
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.
Original file line number Diff line number Diff line change
1
+ {{ template "_default/_markup/td-render-heading.html" . }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docsy-example-site" ,
3
- "version" : " 0.8 .0" ,
4
- "version.next" : " 0.8 .1-dev.0-unreleased" ,
3
+ "version" : " 0.9 .0" ,
4
+ "version.next" : " 0.9 .1-dev.0-unreleased" ,
5
5
"description" : " Example site that uses Docsy theme for technical documentation." ,
6
6
"repository" : " github:google/docsy-example" ,
7
7
"homepage" : " https://example.docsy.dev" ,
You can’t perform that action at this time.
0 commit comments