Xceptance / xlt-documentation

This is the repository for the XLT documentation. WIP. Updates will be pushed continuously to https://docs.xceptance.com/
https://docs.xceptance.com/
Apache License 2.0
4 stars 3 forks source link
docsy documentation hugo xlt xtc

XLT Documentation

XLT Documentation is based on Docsy. Docsy is a Hugo theme for technical documentation sets, providing simple navigation, site structure, and more.

Prerequisites

The following are basic prerequisites:

Build

Build and deploy to a local webserver:

hugo server --watch --disableFastRender

Just build:

hugo

The default address for your build will be localhost:1313. If you need to change the port for some reason, use:

hugo server --watch --disableFastRender --port 2626