Skip to content

Xceptance/xlt-documentation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

  • Install a recent release of the Hugo "extended" version (we recommend version 0.74 or later). If you install from the release page, make sure you download the _extended version which supports SCSS.

  • Install the current Node environment (version > 14.x)

  • Install all further dependencies by executing npm ci on the console within the documentations root folder

Build

Build and deploy to a local webserver:

hugo server --watch --disableFastRender

Just build:

hugo