diff --git a/website/README.md b/website/README.md
index e30a927..292700f 100644
--- a/website/README.md
+++ b/website/README.md
@@ -5,6 +5,27 @@ a modern static website generator.
The folder was created with:
-```bash
+```sh
npx create-docusaurus website classic --typescript
```
+
+## docusaurus-plugin-typedoc
+
+This plugin uses [TypeDoc](https://typedoc.org) to generate
+the reference as markdown pages in `docs/api`.
+
+- https://typedoc-plugin-markdown.org/plugins/docusaurus
+
+```sh
+cd website
+npm install typedoc typedoc-plugin-markdown docusaurus-plugin-typedoc --save-dev
+```
+
+[!NOTE]
+There is a new spec ([TSDoc](https://tsdoc.org)), pushed by
+Microsoft, slightly different, for example there are no
+categories or groups.
+
+[!NOTE]
+There is also another plugin, `docusaurus-plugin-typedoc-api`, but
+it is no longer maintained.
diff --git a/website/babel.config.js b/website/babel.config.js
index 5ffc3f2..535203f 100644
--- a/website/babel.config.js
+++ b/website/babel.config.js
@@ -1,5 +1,5 @@
// DO NOT EDIT!
-// Automatically generated from xbb-helper/templates/docusaurus/common.
+// Automatically generated from docusaurus-template-liquid/templates/docusaurus.
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
diff --git a/website/blog/_common/_deprecation-notices-glib-2.27.mdx b/website/blog/_common/_deprecation-notices-glib-2.27.mdx
index e1727b3..ce3512f 100644
--- a/website/blog/_common/_deprecation-notices-glib-2.27.mdx
+++ b/website/blog/_common/_deprecation-notices-glib-2.27.mdx
@@ -1,6 +1,6 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
{/* ------------------------------------------------------------------------ */}
diff --git a/website/blog/_common/_download-analytics.mdx b/website/blog/_common/_download-analytics.mdx
index 39fd6ea..33f805c 100644
--- a/website/blog/_common/_download-analytics.mdx
+++ b/website/blog/_common/_download-analytics.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import Image from '@theme/IdealImage';
diff --git a/website/blog/_common/_prerequisites-glib-2.27.mdx b/website/blog/_common/_prerequisites-glib-2.27.mdx
index 6140b55..bd57b18 100644
--- a/website/blog/_common/_prerequisites-glib-2.27.mdx
+++ b/website/blog/_common/_prerequisites-glib-2.27.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
{/* ------------------------------------------------------------------------ */}
diff --git a/website/blog/authors.yml b/website/blog/authors.yml
new file mode 100644
index 0000000..dae7df3
--- /dev/null
+++ b/website/blog/authors.yml
@@ -0,0 +1,14 @@
+# DO NOT EDIT!
+# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
+
+ilg-ul:
+ name: Liviu Ionescu (ilg)
+ email: ilg@livius.net
+ url: https://github.com/ilg-ul
+ image_url: https://github.com/ilg-ul.png
+ page: true
+ socials:
+ x: ilegeul
+ github: ilg-ul
+ linkedin: https://www.linkedin.com/in/liviu-ionescu/
+ wordpress: https://ilgthegeek.wordpress.com
diff --git a/website/blog/tags.yml b/website/blog/tags.yml
new file mode 100644
index 0000000..34dd52c
--- /dev/null
+++ b/website/blog/tags.yml
@@ -0,0 +1,6 @@
+# DO NOT EDIT!
+# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
+
+releases:
+
+web:
diff --git a/website/docs/about/_common/History32bitDiscontinued/index.tsx b/website/docs/about/_common/History32bitDiscontinued/index.tsx
index 550c39e..177d0b8 100644
--- a/website/docs/about/_common/History32bitDiscontinued/index.tsx
+++ b/website/docs/about/_common/History32bitDiscontinued/index.tsx
@@ -1,6 +1,6 @@
/*
* DO NOT EDIT!
- * Automatically generated from xbb-helper/templates/docusaurus/common.
+ * Automatically generated from docusaurus-template-liquid/templates/docusaurus.
*
* This file is part of the xPack project (http://xpack.github.io).
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
diff --git a/website/docs/about/_common/HistoryAppleSiliconAdded/index.tsx b/website/docs/about/_common/HistoryAppleSiliconAdded/index.tsx
index 42a027d..7688c1f 100644
--- a/website/docs/about/_common/HistoryAppleSiliconAdded/index.tsx
+++ b/website/docs/about/_common/HistoryAppleSiliconAdded/index.tsx
@@ -1,6 +1,6 @@
/*
* DO NOT EDIT!
- * Automatically generated from xbb-helper/templates/docusaurus/common.
+ * Automatically generated from docusaurus-template-liquid/templates/docusaurus.
*
* This file is part of the xPack project (http://xpack.github.io).
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
diff --git a/website/docs/about/_common/HistoryArmLinuxAdded/index.tsx b/website/docs/about/_common/HistoryArmLinuxAdded/index.tsx
index 7702422..7319a88 100644
--- a/website/docs/about/_common/HistoryArmLinuxAdded/index.tsx
+++ b/website/docs/about/_common/HistoryArmLinuxAdded/index.tsx
@@ -1,6 +1,6 @@
/*
* DO NOT EDIT!
- * Automatically generated from xbb-helper/templates/docusaurus/common.
+ * Automatically generated from docusaurus-template-liquid/templates/docusaurus.
*
* This file is part of the xPack project (http://xpack.github.io).
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
diff --git a/website/docs/about/_common/HistoryPlatformsAdded/index.tsx b/website/docs/about/_common/HistoryPlatformsAdded/index.tsx
index 80fd948..95df6f6 100644
--- a/website/docs/about/_common/HistoryPlatformsAdded/index.tsx
+++ b/website/docs/about/_common/HistoryPlatformsAdded/index.tsx
@@ -1,6 +1,6 @@
/*
* DO NOT EDIT!
- * Automatically generated from xbb-helper/templates/docusaurus/common.
+ * Automatically generated from docusaurus-template-liquid/templates/docusaurus.
*
* This file is part of the xPack project (http://xpack.github.io).
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
diff --git a/website/docs/about/_common/HistoryRenameXpack/index.tsx b/website/docs/about/_common/HistoryRenameXpack/index.tsx
index db25b07..42a6168 100644
--- a/website/docs/about/_common/HistoryRenameXpack/index.tsx
+++ b/website/docs/about/_common/HistoryRenameXpack/index.tsx
@@ -1,6 +1,6 @@
/*
* DO NOT EDIT!
- * Automatically generated from xbb-helper/templates/docusaurus/common.
+ * Automatically generated from docusaurus-template-liquid/templates/docusaurus.
*
* This file is part of the xPack project (http://xpack.github.io).
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
diff --git a/website/docs/about/_common/HistoryWindowsUcrt/index.tsx b/website/docs/about/_common/HistoryWindowsUcrt/index.tsx
index af51abc..b1fbe3a 100644
--- a/website/docs/about/_common/HistoryWindowsUcrt/index.tsx
+++ b/website/docs/about/_common/HistoryWindowsUcrt/index.tsx
@@ -1,6 +1,6 @@
/*
* DO NOT EDIT!
- * Automatically generated from xbb-helper/templates/docusaurus/common.
+ * Automatically generated from docusaurus-template-liquid/templates/docusaurus.
*
* This file is part of the xPack project (http://xpack.github.io).
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
diff --git a/website/docs/about/_common/HistoryXpm/index.tsx b/website/docs/about/_common/HistoryXpm/index.tsx
index e9d94a2..fb0f7bf 100644
--- a/website/docs/about/_common/HistoryXpm/index.tsx
+++ b/website/docs/about/_common/HistoryXpm/index.tsx
@@ -1,6 +1,6 @@
/*
* DO NOT EDIT!
- * Automatically generated from xbb-helper/templates/docusaurus/common.
+ * Automatically generated from docusaurus-template-liquid/templates/docusaurus.
*
* This file is part of the xPack project (http://xpack.github.io).
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
diff --git a/website/docs/about/_common/HistoryZipAdded/index.tsx b/website/docs/about/_common/HistoryZipAdded/index.tsx
index 86d9375..f1a6fe1 100644
--- a/website/docs/about/_common/HistoryZipAdded/index.tsx
+++ b/website/docs/about/_common/HistoryZipAdded/index.tsx
@@ -1,6 +1,6 @@
/*
* DO NOT EDIT!
- * Automatically generated from xbb-helper/templates/docusaurus/common.
+ * Automatically generated from docusaurus-template-liquid/templates/docusaurus.
*
* This file is part of the xPack project (http://xpack.github.io).
* Copyright (c) 2024 Liviu Ionescu. All rights reserved.
diff --git a/website/docs/about/_common/_history-gnu-arm-eclipse.mdx b/website/docs/about/_common/_history-gnu-arm-eclipse.mdx
index be4321e..487c100 100644
--- a/website/docs/about/_common/_history-gnu-arm-eclipse.mdx
+++ b/website/docs/about/_common/_history-gnu-arm-eclipse.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
{/* ------------------------------------------------------------------------ */}
diff --git a/website/docs/about/_common/_history-rename-xpack.mdx b/website/docs/about/_common/_history-rename-xpack.mdx
index cc91640..70b0b14 100644
--- a/website/docs/about/_common/_history-rename-xpack.mdx
+++ b/website/docs/about/_common/_history-rename-xpack.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import Link from '@docusaurus/Link';
diff --git a/website/docs/about/_common/_history-restructuring.mdx b/website/docs/about/_common/_history-restructuring.mdx
index 2534aeb..9593be8 100644
--- a/website/docs/about/_common/_history-restructuring.mdx
+++ b/website/docs/about/_common/_history-restructuring.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
{/* ------------------------------------------------------------------------ */}
diff --git a/website/docs/about/_common/_history-setup-discontinued.mdx b/website/docs/about/_common/_history-setup-discontinued.mdx
index b2c8e8f..e8b3fff 100644
--- a/website/docs/about/_common/_history-setup-discontinued.mdx
+++ b/website/docs/about/_common/_history-setup-discontinued.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import Link from '@docusaurus/Link';
diff --git a/website/docs/about/_common/_history-xbb-v5.mdx b/website/docs/about/_common/_history-xbb-v5.mdx
index 1c5a2e3..1277289 100644
--- a/website/docs/about/_common/_history-xbb-v5.mdx
+++ b/website/docs/about/_common/_history-xbb-v5.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
{/* ------------------------------------------------------------------------ */}
diff --git a/website/docs/about/_common/_intro-primary.mdx b/website/docs/about/_common/_intro-primary.mdx
index 0084b81..73dc841 100644
--- a/website/docs/about/_common/_intro-primary.mdx
+++ b/website/docs/about/_common/_intro-primary.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
{/* ------------------------------------------------------------------------ */}
diff --git a/website/docs/about/_common/_intro-secondary.mdx b/website/docs/about/_common/_intro-secondary.mdx
index 41d1c39..e67637c 100644
--- a/website/docs/about/_common/_intro-secondary.mdx
+++ b/website/docs/about/_common/_intro-secondary.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
{/* ------------------------------------------------------------------------ */}
diff --git a/website/docs/about/_common/_website-docusaurus-migration.mdx b/website/docs/about/_common/_website-docusaurus-migration.mdx
index 11fd0fc..36846df 100644
--- a/website/docs/about/_common/_website-docusaurus-migration.mdx
+++ b/website/docs/about/_common/_website-docusaurus-migration.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
{/* ------------------------------------------------------------------------ */}
diff --git a/website/docs/about/_common/_website-docusaurus-template.mdx b/website/docs/about/_common/_website-docusaurus-template.mdx
index abd8f6d..97fbeff 100644
--- a/website/docs/about/_common/_website-docusaurus-template.mdx
+++ b/website/docs/about/_common/_website-docusaurus-template.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
{/* ------------------------------------------------------------------------ */}
diff --git a/website/docs/about/_common/_website-jekyll.mdx b/website/docs/about/_common/_website-jekyll.mdx
index 571cff7..6af9d45 100644
--- a/website/docs/about/_common/_website-jekyll.mdx
+++ b/website/docs/about/_common/_website-jekyll.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
{/* ------------------------------------------------------------------------ */}
diff --git a/website/docs/about/index.mdx b/website/docs/about/index.mdx
index 0064c38..5f992bd 100644
--- a/website/docs/about/index.mdx
+++ b/website/docs/about/index.mdx
@@ -1,7 +1,7 @@
---
# DO NOT EDIT!
-# Automatically generated from xbb-helper/templates/docusaurus/common.
+# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
title: About
description: Details about the project, including its history, the history of the website, and details about the author.
diff --git a/website/docs/developer/_common/_platform-docker-section.mdx b/website/docs/developer/_common/_platform-docker-section.mdx
index 2ee05b8..d23a37b 100644
--- a/website/docs/developer/_common/_platform-docker-section.mdx
+++ b/website/docs/developer/_common/_platform-docker-section.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import CodeBlock from '@theme/CodeBlock';
diff --git a/website/docs/developer/_common/_platform-native-section.mdx b/website/docs/developer/_common/_platform-native-section.mdx
index 6cd4e81..6a65a41 100644
--- a/website/docs/developer/_common/_platform-native-section.mdx
+++ b/website/docs/developer/_common/_platform-native-section.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import CodeBlock from '@theme/CodeBlock';
diff --git a/website/docs/developer/index.mdx b/website/docs/developer/index.mdx
index fbe263d..3692fce 100644
--- a/website/docs/developer/index.mdx
+++ b/website/docs/developer/index.mdx
@@ -1,7 +1,7 @@
---
# DO NOT EDIT!
-# Automatically generated from xbb-helper/templates/docusaurus/common.
+# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
title: Contributor's Guide
description: Guidance for developers aiming to contribute new features or bug fixes, detailing how to build the binaries, including prerequisites, repositories utilised, and scripts.
diff --git a/website/docs/faq/_common/_flatpack-snap.mdx b/website/docs/faq/_common/_flatpack-snap.mdx
index 705ede4..46d445a 100644
--- a/website/docs/faq/_common/_flatpack-snap.mdx
+++ b/website/docs/faq/_common/_flatpack-snap.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import Link from '@docusaurus/Link';
diff --git a/website/docs/faq/_common/_nixos.mdx b/website/docs/faq/_common/_nixos.mdx
index f35f026..b506eb0 100644
--- a/website/docs/faq/_common/_nixos.mdx
+++ b/website/docs/faq/_common/_nixos.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import Link from '@docusaurus/Link';
diff --git a/website/docs/getting-started/_common/_gcc-release-schedule.mdx b/website/docs/getting-started/_common/_gcc-release-schedule.mdx
index a33a84b..5d57ad2 100644
--- a/website/docs/getting-started/_common/_gcc-release-schedule.mdx
+++ b/website/docs/getting-started/_common/_gcc-release-schedule.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import versionMajor from '@site/src/libs/versionMajor';
diff --git a/website/docs/getting-started/index.mdx b/website/docs/getting-started/index.mdx
index 2869441..0cc2102 100644
--- a/website/docs/getting-started/index.mdx
+++ b/website/docs/getting-started/index.mdx
@@ -1,7 +1,7 @@
---
# DO NOT EDIT!
-# Automatically generated from xbb-helper/templates/docusaurus/common.
+# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
title: Getting Started
description: The initial steps to explore the project, including what xpacks are, the project's features, benefits, compatibility, and available documentation.
diff --git a/website/docs/install/_common/_automatic-install-quick-test.mdx b/website/docs/install/_common/_automatic-install-quick-test.mdx
index 2588987..b2870ce 100644
--- a/website/docs/install/_common/_automatic-install-quick-test.mdx
+++ b/website/docs/install/_common/_automatic-install-quick-test.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import CodeBlock from '@theme/CodeBlock';
import Tabs from '@theme/Tabs';
diff --git a/website/docs/install/_common/_manual-install-quick-test.mdx b/website/docs/install/_common/_manual-install-quick-test.mdx
index 8a81d21..ce66255 100644
--- a/website/docs/install/_common/_manual-install-quick-test.mdx
+++ b/website/docs/install/_common/_manual-install-quick-test.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import CodeBlock from '@theme/CodeBlock';
import Tabs from '@theme/Tabs';
diff --git a/website/docs/install/index.mdx b/website/docs/install/index.mdx
index 0da36dd..d345484 100644
--- a/website/docs/install/index.mdx
+++ b/website/docs/install/index.mdx
@@ -1,7 +1,7 @@
---
# DO NOT EDIT!
-# Automatically generated from xbb-helper/templates/docusaurus/common.
+# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
title: Install Guide
description: Explain the prerequisites, how to perform an automated or manual installation, how to uninstall, and the folder hierarchies.
diff --git a/website/docs/maintainer/_common/_arm-toolchain-check-upstream-release.mdx b/website/docs/maintainer/_common/_arm-toolchain-check-upstream-release.mdx
index 794f611..602135f 100644
--- a/website/docs/maintainer/_common/_arm-toolchain-check-upstream-release.mdx
+++ b/website/docs/maintainer/_common/_arm-toolchain-check-upstream-release.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import customField from '@site/src/libs/customField';
diff --git a/website/docs/maintainer/_common/_arm-toolchain-update-version-specific.mdx b/website/docs/maintainer/_common/_arm-toolchain-update-version-specific.mdx
index bed6f60..71411b2 100644
--- a/website/docs/maintainer/_common/_arm-toolchain-update-version-specific.mdx
+++ b/website/docs/maintainer/_common/_arm-toolchain-update-version-specific.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import customField from '@site/src/libs/customField';
diff --git a/website/docs/maintainer/_common/_gcc-check-upstream-release.mdx b/website/docs/maintainer/_common/_gcc-check-upstream-release.mdx
index 34fd01a..d46c365 100644
--- a/website/docs/maintainer/_common/_gcc-check-upstream-release.mdx
+++ b/website/docs/maintainer/_common/_gcc-check-upstream-release.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
{/* ------------------------------------------------------------------------ */}
diff --git a/website/docs/maintainer/_common/_platform-docker-build.mdx b/website/docs/maintainer/_common/_platform-docker-build.mdx
index 729cc91..70020d9 100644
--- a/website/docs/maintainer/_common/_platform-docker-build.mdx
+++ b/website/docs/maintainer/_common/_platform-docker-build.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import CodeBlock from '@theme/CodeBlock';
diff --git a/website/docs/maintainer/_common/_platform-native-build.mdx b/website/docs/maintainer/_common/_platform-native-build.mdx
index 73b934d..f57b56e 100644
--- a/website/docs/maintainer/_common/_platform-native-build.mdx
+++ b/website/docs/maintainer/_common/_platform-native-build.mdx
@@ -1,5 +1,5 @@
{/* DO NOT EDIT! */}
-{/* Automatically generated from xbb-helper/templates/docusaurus/common. */}
+{/* Automatically generated from docusaurus-template-liquid/templates/docusaurus. */}
import CodeBlock from '@theme/CodeBlock';
diff --git a/website/docs/maintainer/index.mdx b/website/docs/maintainer/index.mdx
index 5a6ae2a..4a521ee 100644
--- a/website/docs/maintainer/index.mdx
+++ b/website/docs/maintainer/index.mdx
@@ -1,7 +1,7 @@
---
# DO NOT EDIT!
-# Automatically generated from xbb-helper/templates/docusaurus/common.
+# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
title: Maintainer's Guide
description: Assistance for project maintainers, including the release schedule, versioning scheme, and instructions on how to build, test, and publish.
diff --git a/website/docs/releases/index.md b/website/docs/releases/index.md
index f3982c0..e6f4955 100644
--- a/website/docs/releases/index.md
+++ b/website/docs/releases/index.md
@@ -1,7 +1,7 @@
---
# DO NOT EDIT!
-# Automatically generated from xbb-helper/templates/docusaurus/common.
+# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
title: Releases
description: The full list of project releases.
diff --git a/website/docs/support/index.mdx b/website/docs/support/index.mdx
index cc26c86..85c97cd 100644
--- a/website/docs/support/index.mdx
+++ b/website/docs/support/index.mdx
@@ -1,7 +1,7 @@
---
# DO NOT EDIT!
-# Automatically generated from xbb-helper/templates/docusaurus/common.
+# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
title: Help Centre
description: The project's support channel, where you can ask questions, start discussions, and report issues.
diff --git a/website/docs/test/index.mdx b/website/docs/test/index.mdx
index c51d408..837975d 100644
--- a/website/docs/test/index.mdx
+++ b/website/docs/test/index.mdx
@@ -1,17 +1,23 @@
---
# DO NOT EDIT!
-# Automatically generated from xbb-helper/templates/docusaurus/common.
+# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
title: A test page
description: Some markdown examples.
+unlisted: true
+
something: "Some text"
# https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs#markdown-front-matter
---
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+import Heading from '@theme/Heading';
+
import CodeBlock from '@theme/CodeBlock';
export const world = 'World'
@@ -62,7 +68,7 @@ Eight
:::note
-Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
+Some white **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
@@ -72,30 +78,32 @@ Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
-:::tip
+:::info
-Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
+Some blue **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
-:::info
+:::tip
-Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
+Some green **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::caution
-Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
+Some orange **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::danger
-Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
+Some red **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
+Jekyll `{% include note.html` must be replaced by `:::info`.
+
---
## Expandable details
@@ -149,3 +157,53 @@ const visit = require('unist-util-visit');
21 directories, 62 files
`}
+---
+
+## Tabs
+
+
LICENSE
to LICENSE-XPACK
.README.md
to README-XPACK.md
.