From 55b320388854ed405b9f16bb5d776cd6cae054ac Mon Sep 17 00:00:00 2001 From: Andromachi Rozaki Date: Tue, 18 Jun 2024 17:17:13 +0200 Subject: [PATCH] comment should be replaced --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 05593df126..c893960336 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -2,7 +2,7 @@ const versionedLinks = require("./src/mdx/versionedLinks"); const { unsupportedVersions } = require("./src/versions"); const latestVersion = require("./src/versions").versionMappings[0].docsVersion; -// test change + module.exports = { title: "Camunda 8 Docs", tagline: "Documentation for all components of Camunda 8",