Skip to content

rehive/docs-portal

Repository files navigation

Rehive Logo

Docs Portal

General documentation for the Rehive ecosystem

Usage

Download/Clone

The docs portal uses a submodule for its theme. Therefore when cloning the repository ensure you do so recursively:

git clone --recurse-submodules git@github.com:rehive/docs-portal.git

When pulling new changes from master make sure you also run the following afterwards to get the latest submodule updates.

git submodule update

If a submodule has been updated at its origin, then you will need to merge these updates into the repository using:

git submodule update --remote --merge

And then commit/push the new submodule.

Development

Ensure you have Hugo version 0.78.1 (extended) installed and then run:

hugo serve