Skip to content

Commit f56d5dd

Browse files
Bump docsy to fix meta's description (#85)
* Reduce confusion by removing unused config * Bump docsy --------- Co-authored-by: Preston Doster <[email protected]>
1 parent 27206ab commit f56d5dd

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

config.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,6 @@ anchor = "smart"
5757
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
5858
id = "UA-00000000-0"
5959

60-
# Language configuration
61-
62-
title = "The Nivenly Foundation"
63-
description = """
64-
The Nivenly Foundation brings sustainability, autonomy, and control to open source projects and communities around the globe. We set the precedent for member-owned and democratically-governed technical organizations. We offset the impact of profit-driven economies through the use of a nonprofit association that protects and supports the contributors and maintainers of technical projects, establishing sustained independence from the corporations that use them.
65-
66-
Nivenly believes that all members of a project should own the project, and share in the successes of a project.
67-
"""
68-
# Weight used for sorting.
69-
#weight = 1
70-
7160
[markup]
7261
[markup.goldmark]
7362
[markup.goldmark.renderer]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/google/docsy-example
33
go 1.12
44

55
require (
6-
github.com/google/docsy v0.10.0 // indirect
6+
github.com/google/docsy v0.11.0 // indirect
77
github.com/google/docsy/dependencies v0.6.0 // indirect
88
)

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f h1:bvkUptSRPZBr3Kxuk+bnWCEmQ5MtEJX5fjezyV0bC3g=
22
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
33
github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
4+
github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
45
github.com/google/docsy v0.5.1 h1:D/ZdFKiE29xM/gwPwQzmkyXhcbQGkReRS6aGrF7lnYk=
56
github.com/google/docsy v0.5.1/go.mod h1:maoUAQU5H/d+FrZIB4xg1EVWAx7RyFMGSDJyWghm31E=
67
github.com/google/docsy v0.6.0 h1:43bVF18t2JihAamelQjjGzx1vO2ljCilVrBgetCA8oI=
78
github.com/google/docsy v0.6.0/go.mod h1:VKKLqD8PQ7AglJc98yBorATfW7GrNVsn0kGXVYF6G+M=
89
github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg=
910
github.com/google/docsy v0.10.0/go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc=
11+
github.com/google/docsy v0.11.0 h1:QnV40cc28QwS++kP9qINtrIv4hlASruhC/K3FqkHAmM=
12+
github.com/google/docsy v0.11.0/go.mod h1:hGGW0OjNuG5ZbH5JRtALY3yvN8ybbEP/v2iaK4bwOUI=
1013
github.com/google/docsy/dependencies v0.5.1 h1:JVVLjnjC5i7GN2ZXKJ0QDa8UY71JMoqkeKK8CS6R/C4=
1114
github.com/google/docsy/dependencies v0.5.1/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
1215
github.com/google/docsy/dependencies v0.6.0 h1:BFXDCINbp8ZuUGl/mrHjMfhCg+b1YX+hVLAA5fGW7Pc=

0 commit comments

Comments
 (0)