File tree Expand file tree Collapse file tree 5 files changed +11
-10
lines changed
Expand file tree Collapse file tree 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
22
33go 1.12
44
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 =
54github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc =
65github.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"
9999section = [" HTML" , " print" , " RSS" ]
100100
101101[params ]
102- copyright = " The Docsy Authors"
103102privacy_policy = " https://policies.google.com/privacy"
104103
105104# First one is picked as the Twitter card image if not set on page.
@@ -144,12 +143,14 @@ offlineSearch = false
144143# Enable syntax highlighting and copy buttons on code blocks with Prism
145144prism_syntax_highlighting = false
146145
146+ [params .copyright ]
147+ authors = " Docsy Authors | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0) | "
148+ from_year = 2018
149+
147150# User interface configuration
148151[params .ui ]
149152# Set to true to disable breadcrumb navigation.
150153breadcrumb_disable = false
151- # Set to true to disable the About link in the site footer
152- footer_about_disable = false
153154# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
154155navbar_logo = true
155156# 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 11{
22 "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" ,
55 "description" : " Example site that uses Docsy theme for technical documentation." ,
66 "repository" : " github:google/docsy-example" ,
77 "homepage" : " https://example.docsy.dev" ,
You can’t perform that action at this time.
0 commit comments