Skip to content

Commit cc7e460

Browse files
committed
update docs site style
1 parent 40d9ec6 commit cc7e460

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

antora-playbook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ ui:
2121
</div>
2222
<div id="topbar-nav" class="navbar-menu">
2323
<div class="navbar-end">
24+
<a class="navbar-item" href="#">Home</a>
25+
<a class="navbar-item" href="https://github.com/countableSet/semantic-version-plugin">Github</a>
2426
<div class="navbar-item">
2527
<a id="themeSwitch" class="themeSwitch" href="#"></a>
2628
</div>

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ tasks {
4545
}
4646

4747
pluginBundle {
48-
website = "https://github.com/johndoe/GradlePlugins"
48+
website = "https://semantic-version.gradle.poolside.dev"
4949
vcsUrl = "https://github.com/countableSet/semantic-version-plugin"
5050
description = "Based on a given major.minor version, plugin determines patch version based on what is already " +
5151
"maven repository by auto incrementing it to produce the next version number. Major or minor versions " +

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Welcome
1+
= Home
22

33
Gradle plugin to auto-increment patch version on each call to `publish` task by looking up the most recent version published in the configured maven repository.
44

0 commit comments

Comments
 (0)