Older Docs

On this page you can find the procedure to build the documentation for older versions.

The Website

Clone the Website repository:

git clone https://github.com/seedstack/website.git

Checkout the branch corresponding to the version you want to build:

git checkout archive-???

Initialize the submodules

git submodule update --init --remote

Download Hugo if necessary and run:

hugo serve

Go to the Hugo built-in Web server root.

The Javadoc

Clone the Javadoc repository:

git clone https://github.com/seedstack/javadoc.git

Checkout the branch corresponding to the version you want to build:

git checkout archive-???

Download and install Apache Maven if necessary and run:

mvn clean install

Explore the generated Javadoc in target/site/api-docs.

   

On this page


Edit