You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ui/UPSTREAM records how to diff against antora-ui-default; the first
reviewed SHA is established by the upcoming upstream re-sync.
- netlify-fetch no longer switches branches: it creates/updates the
local release branches and materializes their blobs via pathspec
checkouts (ui/ excluded - release branches still reference it as a
submodule and its blobs are not needed).
- The UI lint/bundle CI moves to .github/workflows/ui.yml, filtered on
ui/** (workflows in ui/.github never triggered from a subdirectory).
- The Antora build extensions move from supplemental-ui/lib/ to lib/:
supplemental-ui is the UI file overlay and everything in it is
published to the site, which build extensions should not be.
- @antora/lunr-extension is removed: search is Pagefind, nothing
references the extension.
Copy file name to clipboardExpand all lines: README.adoc
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,10 @@ Other Stackable repos contain `docs` directories which are pulled in by this rep
18
18
19
19
**Dependencies**: `make`, `npm`.
20
20
21
-
To build the site, pull submodules, install dependencies and run `make`:
21
+
To build the site, install dependencies and run `make`:
22
22
23
23
[source,console]
24
24
----
25
-
$ git submodule update --init
26
25
$ npm ci
27
26
$ make
28
27
----
@@ -61,14 +60,11 @@ content:
61
60
branches: HEAD
62
61
----
63
62
64
-
NOTE: Antora does not recognize git submodules as git repositories
65
-
66
-
The design & layout comes from our https://github.com/stackabletech/documentation-ui[UI repository].
63
+
The design & layout lives in the `ui/` directory of this repository.
67
64
68
65
`LIVERELOAD=true gulp` may be used to recreate the built documentation after each edit.
69
66
70
67
== More useful links
71
68
72
-
* The https://github.com/stackabletech/documentation-ui[documentation-ui] repository.
73
69
* The https://hub.stackable.tech/crds[CRD reference] on the Stackable Hub.
74
70
* The Stackable https://docs.stackable.tech/home/stable/contributor/[contributor's guide] containing more info on how to contribute to the documentation.
The documentation is built with https://antora.org/[Antora{external-link-icon}^] and the playbook file to build it is located in the https://github.com/stackabletech/documentation[documentation{external-link-icon}^] repository, among some common platform documentation.
55
-
The UI for the documentation is found in the https://github.com/stackabletech/documentation-ui[documentation-ui{external-link-icon}^] repository; it is included as a submodule in the documentation repository.
55
+
The UI for the documentation lives in the `ui/` directory of the same repository.
56
56
The documentation pulls in operator documentation files from the operator repositories.
57
57
The documentation is found at https://docs.stackable.tech/[https://docs.stackable.tech/{external-link-icon}^].
0 commit comments