Skip to content

aros-development-team/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build scripts and source code for the AROS website(s) and documentation.

The documentation repository holds the AROS documentation and website source code.

NB: Changes do not go live until they are pulled into the azure-pipelines branch, however this is automatically handled for the aros-development-team repository using GitHub actions.

Build instructions

To generate the documentation, or website you must download the AROS sources, and place the documentation tree inside it, then change to it to generate the files. E.g..

Prepare a build environment -:

mkdir -p ~/build/aros/www
git clone https://github.com/aros-development-team/AROS.git ~/build/aros
git clone https://github.com/aros-development-team/documentation.git ~/build/aros/www
cd ~/build/aros/www

Now you must build the autodocs,

./build alldocs

And once that has completed, build your desired target..

./build www <site>

..where site must be one of aros, dev, locale

About

AROS documentation and website ( http://www.aros.org).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 11