Skip to content

Commit

Permalink
Upgrade docsy theme to 0.71
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblamey committed Sep 14, 2023
1 parent c8daf7d commit 65a907b
Show file tree
Hide file tree
Showing 5 changed files with 252 additions and 671 deletions.
4 changes: 2 additions & 2 deletions content/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
linkTitle = "uzERP"
+++

{{% blocks/lead color="white" height="small"%}}
{{% blocks/lead color="white" height="auto"%}}
<div class="col">
<h1 class="text-center">Welcome to the uzERP Documentation and Support Site</h1>
</div>
Expand All @@ -16,7 +16,7 @@ <h1 class="text-center">Welcome to the uzERP Documentation and Support Site</h1>
uzERP is free, Open Source software
{{% /blocks/lead %}}

{{< blocks/section color="light" >}}
{{< blocks/section color="light" type="row" >}}
{{% blocks/feature icon="fa-lightbulb" title="Ask a Question" url="https://github.com/uzerpllp/uzerp/discussions" %}}
Our Forum is a great place to ask questions and get help with uzERP.
{{% /blocks/feature %}}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/me/my-new-site

go 1.18

require github.com/google/docsy v0.2.0 // indirect
require github.com/google/docsy v0.7.1 // indirect
5 changes: 5 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20210804190922-7d3d774145ac/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy v0.2.0 h1:DN6wfyyp2rXsjdV1K3wioxOBTRvG6Gg48wLPDso2lc4=
github.com/google/docsy v0.2.0/go.mod h1:shlabwAQakGX6qpXU6Iv/b/SilpHRd7d+xqtZQd3v+8=
github.com/google/docsy v0.7.1 h1:DUriA7Nr3lJjNi9Ulev1SfiG1sUYmvyDeU4nTp7uDxY=
github.com/google/docsy v0.7.1/go.mod h1:JCmE+c+izhE0Rvzv3y+AzHhz1KdwlA9Oj5YBMklJcfc=
github.com/google/docsy/dependencies v0.2.0/go.mod h1:2zZxHF+2qvkyXhLZtsbnqMotxMukJXLaf8fAZER48oo=
github.com/google/docsy/dependencies v0.7.1/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
github.com/twbs/bootstrap v4.6.1+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
Loading

0 comments on commit 65a907b

Please sign in to comment.