Skip to content

Commit b1d5509

Browse files
committed
Add badges, move TOC after intro
1 parent 5f8ff72 commit b1d5509

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[[git-plugin]]
22
= Git Plugin
3-
:toc: right
3+
:toc: macro
4+
5+
[![Build Status](https://ci.jenkins.io/job/Plugins/job/git-plugin/job/master/badge/icon)](https://ci.jenkins.io/job/Plugins/job/git-plugin/job/master/)
6+
[![Contributors](https://img.shields.io/github/contributors/jenkinsci/git-plugin.svg)](https://github.com/jenkinsci/git-plugin/graphs/contributors)
7+
[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/git.svg)](https://plugins.jenkins.io/git)
8+
[![GitHub release](https://img.shields.io/github/release/jenkinsci/git-plugin.svg?label=changelog)](https://github.com/jenkinsci/git-plugin/releases/latest)
9+
[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/git.svg?color=blue)](https://plugins.jenkins.io/git)
10+
[![Gitter](https://badges.gitter.im/jenkinsci/git-plugin.svg)](https://gitter.im/jenkinsci/jenkins)
411

512
[[introduction]]
613
== Introduction
@@ -10,6 +17,8 @@ image:https://git-scm.com/images/logos/downloads/Git-Logo-2Color.png[Git logo,wi
1017
The git plugin provides fundamental git operations for Jenkins projects.
1118
It can poll, fetch, checkout, branch, list, merge, and tag repositories.
1219

20+
toc::[]
21+
1322
[[changelog]]
1423
== Changelog in https://github.com/jenkinsci/git-plugin/releases[GitHub Releases]
1524

0 commit comments

Comments
 (0)