1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-07 09:41:11 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
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