# slf4j-site **Repository Path**: mirrors_qos-ch/slf4j-site ## Basic Information - **Project Name**: slf4j-site - **Description**: slf4j-site - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # slf4j-site This repository contains the contents of [https://www.slf4j.org](https://www.slf4j.org) site. # Build instructions The site is copied more than built. The command for "building" the site contents is: mvn install This copies html files from `src/site/pages/` folder to `target/site/` folder, performing variable replacements along the way. The local version of the website can then be navigated on your local machine at `target/site/`.