Skip to content

Commit b8725f7

Browse files
authored
Docsy 0.9.0 (#268)
1 parent 9b35cc0 commit b8725f7

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/google/docsy-example
22

33
go 1.12
44

5-
require github.com/google/docsy v0.8.0 // indirect
5+
require github.com/google/docsy v0.9.0 // indirect

go.sum

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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=
54
github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc=
65
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

hugo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ time_format_blog = "2006.01.02"
9999
section = ["HTML", "print", "RSS"]
100100

101101
[params]
102-
copyright = "The Docsy Authors"
103102
privacy_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
145144
prism_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.
150153
breadcrumb_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
154155
navbar_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 numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{ template "_default/_markup/td-render-heading.html" . }}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)