Skip to content

Commit 528f7de

Browse files
committed
Removed docsy git submodule
Signed-off-by: Andrea Frittoli <[email protected]>
1 parent cb5a1dc commit 528f7de

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "themes/docsy"]
2-
path = themes/docsy
3-
url = https://github.com/google/docsy
41
[submodule "content/en/docs"]
52
path = content/en/docs
63
url = https://github.com/cdevents/spec

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title = "CDEvents"
44
enableRobotsTXT = true
55

66
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
7-
theme = ["docsy"]
7+
theme = ["github.com/google/docsy", "github.com/google/docsy/dependencies"]
88

99
# Will give values to .Lastmod etc.
1010
enableGitInfo = true

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/cdevents/cdevents.dev
2+
3+
go 1.19
4+
5+
require github.com/google/docsy v0.5.1 // indirect

go.sum

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
2+
github.com/google/docsy v0.5.1 h1:D/ZdFKiE29xM/gwPwQzmkyXhcbQGkReRS6aGrF7lnYk=
3+
github.com/google/docsy v0.5.1/go.mod h1:maoUAQU5H/d+FrZIB4xg1EVWAx7RyFMGSDJyWghm31E=
4+
github.com/google/docsy/dependencies v0.5.1/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
5+
github.com/twbs/bootstrap v4.6.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

themes/docsy

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)