File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# slf4j-site
22
3- This repository contains the contents of [ https://www.slf4j.org ] ( https://www.slf4j.org ) site
3+ This repository contains the contents of [ https://www.slf4j.org ] ( https://www.slf4j.org ) site.
44
55# Build instructions
66
77The site is copied more than built.
88
99The command for "building" the site contents is:
1010
11- ` mvn install `
11+ mvn install
1212
1313This copies html files from ` src/site/pages/ ` folder to ` target/site ` folder, performing variable replacements along the way.
14+
15+ The local version of the website can then 'be navigated at
16+ [ target/site/index.html] ( target/site/index.html )
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ document.write(' <a href="api/org/slf4j/jul/JDK14LoggerAdapter.html">JUL</a>'
2424document . write ( ' <a href="api/org/slf4j/log4j12/Log4jLoggerAdapter.html">Log4j</a>' ) ;
2525document . write ( ' <a href="api/org/slf4j/reload4j/Reload4jLoggerAdapter.html">reload4j</a>' ) ;
2626document . write ( ' <a href="api/org/slf4j/simple/SimpleLogger.html">Simple</a>' ) ;
27+ document . write ( ' <p class="menu_header">Other backends</p>' ) ;
28+ document . write ( ' <a href="https://tinylog.org/v2/download/#slf4j">tinylog</a>' ) ;
2729document . write ( ' </p>' ) ;
2830
2931
You can’t perform that action at this time.
0 commit comments