Skip to content

Commit

Permalink
deps: update doks version file
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Nov 17, 2020
1 parent f8dcfbe commit d326669
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .versionrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"bumpFiles": [
{
"filename": "data/.doks.json",
"filename": "data/doks.json",
"type": "json"
}
]
Expand Down
3 changes: 0 additions & 3 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,4 @@ footer = "Powered by <a href=\"https://www.netlify.com/\">Netlify</a>, <a href=\
alert = false
alertText = "Like Doks? <a class=\"alert-link\" href=\"https://github.com/h-enk/doks/stargazers\">Star on GitHub</a>. Thanks!</a>"

hyasVersion = "v1.2.8"
doksVersion = "v0.1.1"

docsRepo = "https://github.com/h-enk/doks"
File renamed without changes.
4 changes: 4 additions & 0 deletions data/hyas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "hyas",
"version": "1.2.8"
}
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1 class="mt-0">{{ .Title }}</h1>
<div class="col-lg-9 col-xl-8 text-center">
<p class="lead">{{ .Params.Lead | safeHTML }}</p>
<a class="btn btn-primary btn-lg px-4 mb-2" href="{{ "docs/prologue/introduction/" | absURL }}" role="button">Get started</a>
<p class="meta">Open-source MIT Licensed. <a href="https://github.com/h-enk/doks">GitHub {{ .Site.Params.doksVersion }}</a></p>
<p class="meta">Open-source MIT Licensed. <a href="https://github.com/h-enk/doks">GitHub v{{ .Site.Data.doks.version }}</a></p>
</div>
</div>
</section>
Expand Down

0 comments on commit d326669

Please sign in to comment.