File tree 4 files changed +11
-8
lines changed
4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 24
24
background-color : #210124 !important ;
25
25
}
26
26
27
+ .td-box--secondary {
28
+ color : white ;
29
+ }
27
30
// // Search
28
31
// .td-search-input {
29
32
// background: $whitesmoke !important;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ <h2 class="m-auto">What is Genji?</h2>
36
36
37
37
{{< /blocks/lead > }}
38
38
39
- {{< blocks /section > }}
39
+ {{< blocks /section type="row" color="secondary" > }}
40
40
41
41
{{% blocks/feature icon="fas fa-database" title="The power of SQL with documents" %}}
42
42
Run powerful queries on rich documents with an expressive SQL syntax.
Original file line number Diff line number Diff line change 1
1
module github.com/genjidb/docs
2
2
3
- go 1.18
3
+ go 1.21
4
4
5
- require github.com/google/docsy v0.4.0 // indirect
5
+ require github.com/google/docsy v0.7.1 // indirect
Original file line number Diff line number Diff line change 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 =
You can’t perform that action at this time.
0 commit comments