Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

Commit 9cbbd9b

Browse files
author
Felix Hennig
committed
Added some gulp info
1 parent c0ad3dd commit 9cbbd9b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ We have added our own tracking solution into `src/partials/head-scripts.hbs`. It
2626
=== Highlight.js v10
2727
[Ticket](https://github.com/stackabletech/documentation/issues/232) - Due to the removal of HTML-passthru in v11 (which we need for [Callouts](https://docs.asciidoctor.org/asciidoc/latest/verbatim/callouts/)) the highlight.js has not been updated from v10. This also affects the Antora Default UI. Both decisions will be revisited when the upstream upgrade is available.
2828

29+
=== Gulp
30+
31+
To work on the build process of this, you need to understand [gulp](https://gulpjs.com/docs/en/getting-started/javascript-and-gulpfiles). Gulp is a builder/bundler that is used to package this antora UI.
32+
33+
In this project, `gulpfile.js` is the main entrypoint for gulp. This file references tasks in the `gulp.d` directory.
34+
2935
== Code of Conduct
3036

3137
The Antora project and its project spaces are governed by our https://gitlab.com/antora/antora/-/blob/HEAD/CODE-OF-CONDUCT.adoc[Code of Conduct].

0 commit comments

Comments
 (0)