Reword documentation about plugin-based validation

When this documentation was originally written, the interfaces provided
were only related to commit validation.

Since then other interfaces that are not commit related have been added.

Reword the title and introductory sentences to be more relevant to the
interfaces that are currently available.

Change-Id: I3a6c70a735154fdcf730220919ccb885ffc87615
This commit is contained in:
David Pursehouse
2014-12-19 13:59:40 +09:00
parent 0bb63c0e56
commit 1bf7156705
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
= Gerrit Code Review - Commit Validation
= Gerrit Code Review - Plugin-based Validation
Gerrit supports link:dev-plugins.html[plugin-based] validation of
commits.
Gerrit provides interfaces to allow link:dev-plugins.html[plugins] to
perform validation on certain operations.
[[new-commit-validation]]
== New commit validation

View File

@@ -76,7 +76,7 @@
. Plugin development
.. link:dev-plugins.html[Developing Plugins]
.. link:js-api.html[JavaScript Plugin API]
.. link:config-validation.html[Commit Validation]
.. link:config-validation.html[Validation Interfaces]
== Maintainer
. link:dev-release.html[Developer Release]