Skip to content

Commit 35f1e79

Browse files
authored
Merge pull request #15 from stackabletech/document-tracking
Documented tracking in the readme
2 parents c2bb1e3 + 743ca9c commit 35f1e79

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.adoc

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
= Antora Default UI
1+
= Stackable UI based on Antora Default UI
22
// Settings:
33
:experimental:
44
:hide-uri-scheme:
55
// Project URLs:
66
:url-project: https://gitlab.com/antora/antora-ui-default
7-
:url-preview: https://antora.gitlab.io/antora-ui-default
8-
:url-ci-pipelines: {url-project}/pipelines
9-
:img-ci-status: {url-project}/badges/master/pipeline.svg
107
// External URLs:
11-
:url-antora: https://antora.org
8+
:url-stackable-docs: https://docs.stackable.tech/
129
:url-antora-docs: https://docs.antora.org
1310
:url-git: https://git-scm.com
1411
:url-git-dl: {url-git}/downloads
@@ -19,13 +16,12 @@
1916
:url-nvm-install: {url-nvm}#installation
2017
:url-source-maps: https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map
2118

22-
image:{img-ci-status}[CI Status (GitLab CI), link={url-ci-pipelines}]
19+
This project is the UI template used on {url-stackable-docs}[the Stackable docs]. It is based on the Antora default UI. As intended, this repository is forked from the default UI and customized to our needs.
2320

24-
This project is an archetype that demonstrates how to produce a UI bundle that can be used by {url-antora}[Antora] to generated a documentation site.
25-
You can see a preview of the default UI at {url-preview}.
21+
== Notes on our Customized Version
2622

27-
While the default UI is ready to be used with Antora, the intent is that you'll fork it and customize it for your own needs.
28-
It's intentionally minimalistic so as to give you a good starting point without requiring too much effort to customize.
23+
=== Tracking
24+
We have added our own tracking solution into `src/partials/head-scripts.hbs`. It has the URL hardcoded. it can be enabled by setting `site.keys.enable_tracking` to `true`/`false` in the Antora playbook.
2925

3026
== Code of Conduct
3127

0 commit comments

Comments
 (0)