From 3a397250800f065451c46e161bb40b12ea03f681 Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Tue, 7 Jan 2025 01:35:51 +0200 Subject: [PATCH] website: re-generate commons --- website/docs/developer/_common/_get-project-sources.mdx | 1 - website/docusaurus.config.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/developer/_common/_get-project-sources.mdx b/website/docs/developer/_common/_get-project-sources.mdx index efd7e84..a2f125f 100644 --- a/website/docs/developer/_common/_get-project-sources.mdx +++ b/website/docs/developer/_common/_get-project-sources.mdx @@ -11,7 +11,6 @@ The project is hosted on GitHub: The project uses multiple branches: - - `master`, not actively used - `website`, with the current content of the website; pushes to this branch automatically trigger publishes the main website - `webpreview`, with the current content of the preview website; pushes to this branch automatically trigger publishes the preview website diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 19137b9..5ecc149 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -377,7 +377,7 @@ const config: Config = { // our Algolia config crawls multiple documentation sites and // we want to navigate with window.location.href to them. // externalUrlRegex: 'external\\.com|domain\\.com', - externalUrlRegex: 'xpack\\.github\\.io|xpack-dev-tools\\.github\\.io', + externalUrlRegex: 'xpack\\.github\\.io/[a-z0-9-]*]|xpack-dev-tools\\.github\\.io', // Optional: Replace parts of the item URLs from Algolia. // Useful when using the same search index for multiple deployments