# doc.maproot.net **Repository Path**: mirrors_networknt/doc.maproot.net ## Basic Information - **Project Name**: doc.maproot.net - **Description**: Document site for the maproot.net application based on Hugo - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # doc.maproot.net Document site for the maproot.net application based on Hugo The live site can be accessed at https://doc.maproot.net ## Contributing We welcome contributions to maproot and light-4j of any kind including documentation, suggestions, bug reports, pull requests etc. Also check out our [contribution guide](https://doc.networknt.com/contribute/). We would love to hear from you. ## Branches * The `master` branch is where the site is automatically built from, and is the place to put changes relevant to the current version. * The `next` branch is where we store changes that are related to the next release. ## Build To view the documentation site locally, you need to clone this repository: ```bash git clone https://github.com/networknt/doc.maproot.net.git ``` Then to view the docs in your browser, run Hugo and open up the link: ```bash ▶ hugo server Started building sites ... . . Serving pages from memory Web Server is available at http://localhost:1313/ (bind address 127.0.0.1) Press Ctrl+C to stop ```