This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push: new a762cd7 Adds toc to kick deployment again a762cd7 is described below commit a762cd740e35f06fadc996ba74500ca399c9aedf Author: Lukasz Lenart <lukasz.len...@gmail.com> AuthorDate: Tue Nov 28 10:14:22 2017 +0100 Adds toc to kick deployment again --- source/plugins/plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/plugins/plugins.md b/source/plugins/plugins.md index 1f35657..22dcfab 100644 --- a/source/plugins/plugins.md +++ b/source/plugins/plugins.md @@ -7,6 +7,10 @@ parent: --- # Plugins +{:.no_toc} + +* Will be replaced with the ToC, excluding a header +{:toc} Struts 2 plugins contain classes and configuration that extend, replace, or add to existing Struts framework functionality. A plugin can be installed by adding its JAR file to the application's class path, in addition to the JAR files to fulfill whatever dependencies the plugin itself may have. To configure the plugin, the JAR should contain a `struts-plugin.xml` file, which follows the same format as an ordinary `struts.xml` file. -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" <commits@struts.apache.org>'].