We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842888e commit 863e78eCopy full SHA for 863e78e
README.md
@@ -1,7 +1,13 @@
1
# slf4j-site
2
-slf4j-site
3
+This repository contains the contents of [https://www.slf4j.org](https://www.slf4j.org) site
4
5
-The site can be built by invoking the command
+# Build instructions
6
7
-mvn install
+The site is copied more than built.
8
+
9
+The command for "building" the site contents is:
10
11
+`mvn install`
12
13
+This copies html files from `src/site/pages/` folder to `target/site` folder, performing variable replacements along the way.
0 commit comments