antora-confluence
Version:
A tool to convert and publish Antora documentation to Confluence
18 lines (17 loc) • 806 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PageIdentifier = exports.ANTORA_DEFAULTS = exports.Placeholder = void 0;
var Placeholder;
(function (Placeholder) {
Placeholder["CDATA_PLACEHOLDER_START"] = "<cdata-placeholder>";
Placeholder["CDATA_PLACEHOLDER_END"] = "</cdata-placeholder>";
})(Placeholder || (exports.Placeholder = Placeholder = {}));
var ANTORA_DEFAULTS;
(function (ANTORA_DEFAULTS) {
ANTORA_DEFAULTS["OUTPUT_DIR"] = "build/site";
ANTORA_DEFAULTS["NOT_FOUND_PAGE"] = "404.html";
})(ANTORA_DEFAULTS || (exports.ANTORA_DEFAULTS = ANTORA_DEFAULTS = {}));
var PageIdentifier;
(function (PageIdentifier) {
PageIdentifier["LOCAL_HASH_TAG_ID"] = "captain-local-hash";
})(PageIdentifier || (exports.PageIdentifier = PageIdentifier = {}));