deps: update doks version file
This commit is contained in:
parent
f8dcfbeebf
commit
d326669c1d
|
@ -12,7 +12,7 @@
|
|||
],
|
||||
"bumpFiles": [
|
||||
{
|
||||
"filename": "data/.doks.json",
|
||||
"filename": "data/doks.json",
|
||||
"type": "json"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"name": "hyas",
|
||||
"version": "1.2.8"
|
||||
}
|
|
@ -7,7 +7,7 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue