Skip to content

Commit 7530a5b

Browse files
committed
Update Docsy to 0.7.1
1 parent 8963c53 commit 7530a5b

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

assets/scss/_styles_project.scss

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
background-color: #210124 !important;
2525
}
2626

27+
.td-box--secondary {
28+
color: white;
29+
}
2730
// // Search
2831
// .td-search-input {
2932
// background: $whitesmoke !important;

content/en/_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h2 class="m-auto">What is Genji?</h2>
3636

3737
{{< /blocks/lead >}}
3838

39-
{{< blocks/section >}}
39+
{{< blocks/section type="row" color="secondary">}}
4040

4141
{{% blocks/feature icon="fas fa-database" title="The power of SQL with documents" %}}
4242
Run powerful queries on rich documents with an expressive SQL syntax.

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/genjidb/docs
22

3-
go 1.18
3+
go 1.21
44

5-
require github.com/google/docsy v0.4.0 // indirect
5+
require github.com/google/docsy v0.7.1 // indirect

go.sum

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/FortAwesome/Font-Awesome v0.0.0-20210804190922-7d3d774145ac/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
2-
github.com/google/docsy v0.4.0 h1:Eyt2aiDC1fnw/Qq/9xnIqUU5n5Yyk4c8gX3nBDdTv/4=
3-
github.com/google/docsy v0.4.0/go.mod h1:vJjGkHNaw9bO42gpFTWwAUzHZWZEVlK46Kx7ikY5c7Y=
4-
github.com/google/docsy/dependencies v0.4.0/go.mod h1:2zZxHF+2qvkyXhLZtsbnqMotxMukJXLaf8fAZER48oo=
5-
github.com/twbs/bootstrap v4.6.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
1+
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
2+
github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY=
3+
github.com/google/docsy v0.7.1/go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc=
4+
github.com/google/docsy/dependencies v0.7.1/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
5+
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 commit comments

Comments
 (0)