1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-05 16:21:14 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
53f13f97ad Update prettify.js
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828843 13f79535-47bb-0310-9956-ffa450edef68
2018-04-10 18:29:58 +00:00
50cb9264da On the trunk:
removing leftovers of SSLPolicyDefine from docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1828238 13f79535-47bb-0310-9956-ffa450edef68
2018-04-03 13:39:27 +00:00
7167e7c77c docs: update the prettify.js files with new directives
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821120 13f79535-47bb-0310-9956-ffa450edef68
2018-01-14 22:34:39 +00:00
c78025d2b5 prettify.js: add highlight for MDRequireHttps
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808453 13f79535-47bb-0310-9956-ffa450edef68
2017-09-15 12:09:58 +00:00
b3945e5e1a docs: allow Directive/<Directive> naming in prettify.js/css
Creditis to Humbedooh for all the work.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808224 13f79535-47bb-0310-9956-ffa450edef68
2017-09-13 09:54:37 +00:00
5bce17e0a0 docs: add ManagedDomain and SSLPolicy containers to prettify.js
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808204 13f79535-47bb-0310-9956-ffa450edef68
2017-09-13 07:54:28 +00:00
169929b0c0 docs: update the prettify.js files with new directives
Procedure that I've used:

1) Copy https://httpd.apache.org/docs/trunk/mod/directives.html
   to a text file.
2) Generate a csv with something like 
   cat /tmp/trunk_directives | sort | tr "\n" ","
3) Replace the content of CONFIG_KEYWORDS in prettify.js
   with the list generated in 2)
4) Run the command the MINIFY command to generate prettify.min.js

This commit should hopefully allow a better syntax highlighting
in our docs examples.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808203 13f79535-47bb-0310-9956-ffa450edef68
2017-09-13 07:28:57 +00:00
267eedd0a3 add minified prettify script version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563733 13f79535-47bb-0310-9956-ffa450edef68
2014-02-02 22:19:44 +00:00