We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab44a1 commit 5317b5fCopy full SHA for 5317b5f
README.md
@@ -1,16 +1,16 @@
1
# slf4j-site
2
3
-This repository contains the contents of [https://www.slf4j.org](https://www.slf4j.org) site
+This repository contains the contents of [https://www.slf4j.org](https://www.slf4j.org) site.
4
5
# Build instructions
6
7
The site is copied more than built.
8
9
The command for "building" the site contents is:
10
11
-`mvn install`
+ mvn install
12
13
This 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)
+[target/site/index.html](target/site/index.html)
0 commit comments