This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 340c657 Automatic Site Publish by Buildbot
340c657 is described below
commit 340c657d8b8d41f750a7fdc22f932b1206c5cb09
Author: buildbot <[email protected]>
AuthorDate: Sun Dec 12 16:33:55 2021 +0000
Automatic Site Publish by Buildbot
---
output/core-developers/static-content.html | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/output/core-developers/static-content.html
b/output/core-developers/static-content.html
index d289d47..db11fa5 100644
--- a/output/core-developers/static-content.html
+++ b/output/core-developers/static-content.html
@@ -128,7 +128,14 @@
<section class="col-md-12">
<a href="index.html" title="back to Core Developers Guide"><< back to Core
Developers Guide</a>
<a class="edit-on-gh"
href="https://github.com/apache/struts-site/edit/master/source/core-developers/static-content.md"
title="Edit this page on GitHub">Edit on GitHub</a>
- <h1 id="static-content">Static Content</h1>
+ <h1 class="no_toc" id="static-content">Static Content</h1>
+
+<ul id="markdown-toc">
+ <li><a href="#custom-static-content-loaders"
id="markdown-toc-custom-static-content-loaders">Custom Static Content
Loaders</a></li>
+ <li><a href="#default-content-loader"
id="markdown-toc-default-content-loader">Default Content Loader</a></li>
+ <li><a href="#default-path" id="markdown-toc-default-path">Default
path</a></li>
+ <li><a href="#preventing-struts-from-handling-a-request"
id="markdown-toc-preventing-struts-from-handling-a-request">Preventing Struts
from Handling a Request</a></li>
+</ul>
<p>Struts can serve static content like css and javascript files. This feature
is enabled by default, but can be disabled
by setting:</p>