8000 GitHub - xchs/docs: Contao Documentation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xchs/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

< 8122 button type="button" aria-label="Outline" aria-haspopup="true" aria-expanded="false" tabindex="0" class="prc-Button-ButtonBase-c50BI OverviewRepoFiles-module__ActionMenu_Button--xB9DS" data-loading="false" data-size="medium" data-variant="invisible" aria-describedby=":Rr9ab:-loading-announcement" id=":Rr9ab:">

Contao Documentation

The documentation for the Contao project will be maintained in this repository.

Cloning

The project installs the Hugo Learn theme as a git submodule. Thus when cloning the repository, you need to use the --recurse-submodules parameter:

git clone --recurse-submodules git@github.com:netzarbeiter/contao-docs.git

Updating the Theme

To update the theme after cloning, simply run the following command:

git submodule foreach git pull origin master

Build

The documentation is built using the Hugo site generator, thus you need to install Hugo first on your system.

Note: version 0.55.x of Hugo is incompatible with some of the theme's features. Building is still possible, however the rendering of those shortcodes will be wrong.

Building is done using the make command. There are different commands available depending on what part of the documentation you want to build.

make build-dev
make build-manual

Builds the entire documentation into the build directory.

make live-dev
make live-manual

Spins up the development server which automatically tracks changes in the docs directory and rebuilds the frontend. You can access the frontend on http://localhost:1313.

make clean

Cleans the build directory.

License

The Contao documentation is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License license (CC BY-NC-SA 4.0). If you want to redistribute a modified or unmodified version of the documentation, you can do so under the license terms.

If you contribute to the documentation, e.g. by creating pull requests, you grant us full usage rights of any content you create or upload. You also ensure that your content does not violate any third-party rights.

We are not claiming exclusive usage rights, therefore you are free to use your contributed content (e.g. texts or images) in any other project as well.

About

Contao Documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages

  • HTML 66.0%
  • CSS 31.6%
  • Makefile 2.4%
0