You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/03/23 19:04:43 UTC

[struts-site] branch master updated (3d852d3 -> cafd698)

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git.


    from 3d852d3  Adds missing page to test .asf.yaml settings
     new 51aaedc  Restores generating website into content
     new cafd698  Adds ToC

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _config.yml                                                    | 1 +
 source/plugins/extending-an-application-with-custom-plugins.md | 4 ++++
 2 files changed, 5 insertions(+)


[struts-site] 01/02: Restores generating website into content

Posted by lu...@apache.org.
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

commit 51aaedc3cd77c181987ce8c7921e49c64efa5c52
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Mar 23 20:03:19 2020 +0100

    Restores generating website into content
---
 _config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_config.yml b/_config.yml
index eba921b..0bcb20a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,6 +2,7 @@ name:           Apache Struts
 markdown:       kramdown
 markdown_ext:   md
 source:         source
+destination:    content
 encoding:       UTF-8
 highlighter:    rouge
 kramdown:


[struts-site] 02/02: Adds ToC

Posted by lu...@apache.org.
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

commit cafd698027219dc8cf447facb54f55ddb81d014e
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Mar 23 20:04:37 2020 +0100

    Adds ToC
---
 source/plugins/extending-an-application-with-custom-plugins.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/source/plugins/extending-an-application-with-custom-plugins.md b/source/plugins/extending-an-application-with-custom-plugins.md
index 59504cc..3ec77d7 100644
--- a/source/plugins/extending-an-application-with-custom-plugins.md
+++ b/source/plugins/extending-an-application-with-custom-plugins.md
@@ -4,6 +4,10 @@ title: Plugins
 ---
 
 # Extending an Application with Custom Plugins
+{:.no_toc}
+
+* Will be replaced with the ToC, excluding a header
+{:toc}
 
 In this tutorial, we will show how easily our application can be made extensible using the Struts 2 plugin mechanism. 
 To keep the demonstration simple, our plugin will expose a JavaBean that writes a message. Plugins may include any