Files
hawkbit/site
Avgustin Marinov c85518be3c Split SecurityManagedConfiguration to mgmt and ddi starters (#2014)
* SecurityManagedConfiguration is moved to hawkbit-rest-core with commons for mgmt and ddi only
* Configurations for DDI and Management API are moved to respective starters
* hawkbit-http-security is removed - DosFilter (as common) is moved in hawkbit-rest-security, rest to the ddi starter as used only there
* some classes are moved into different packages - it is a bad practice to have same packet into multiple artifacts

_release_notes_

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2024-11-12 12:06:56 +02:00
..
2024-11-05 11:43:54 +02:00
2024-01-18 15:31:20 +02:00
2024-01-18 15:31:20 +02:00
2024-01-18 15:31:20 +02:00
2024-01-18 15:31:20 +02:00
2024-01-18 15:31:20 +02:00
2024-11-12 08:40:09 +02:00
2024-11-05 11:41:56 +02:00

Eclipse hawkBit Documentation

The hawkBit documentation is built with Hugo using the Material theme. Compiling the documentation is not included within the regular Maven build.

Prerequisites

  1. Install Hugo: see installing Hugo documentation on how to install Hugo.
  2. Install NODE.js and npm see installing Node.js and npm documentation on how to install Node.js and npm
  3. Install Redocly CLI see installing Redocly CLI documentation on how to install Redocly CLI
  4. Install hawkBit: run mvn install in the parent directory to generate the latest REST docs for hawkBit.

Build and Serve documentation

The following Maven targets are available in order to build and serve the documentation:

  • mvn install: i. Copies the generated REST docs to content/rest-api/ and ii. downloads the required Hugo theme

  • mvn site: Serve the documentation on localhost:1313/hawkbit/

    Note: the local port could be different. Please, look at the mvn site command output.

  • mvn clean: Delete generated artifacts (REST docs, Hugo theme)

Generate /public folder

In order to generate the /public folder, which can be put on a web-server, run the following command:

$ hugo