|
| 1 | +--- |
| 2 | + |
| 3 | +title: doxygen2docusaurus v2.2.0 released |
| 4 | +seo_title: Version 2.2.0 released |
| 5 | +description: Version v2.2.0 is a new minor release |
| 6 | +keywords: |
| 7 | + - xpack |
| 8 | + - doxygen2docusaurus |
| 9 | + - release |
| 10 | + |
| 11 | +date: 2026-05-09 22:25:49 +0300 |
| 12 | + |
| 13 | +authors: ilg-ul |
| 14 | + |
| 15 | +# To be listed in the Releases page. |
| 16 | +tags: |
| 17 | + - releases |
| 18 | + |
| 19 | +# ----- Custom properties ----------------------------------------------------- |
| 20 | + |
| 21 | +version: "2.2.0" |
| 22 | + |
| 23 | +release_tag_url: "https://github.com/xpack/doxygen2docusaurus-cli-ts/tree/v2.2.0" |
| 24 | + |
| 25 | +--- |
| 26 | + |
| 27 | +import {PageMetadata} from '@docusaurus/theme-common'; |
| 28 | +import Image from '@theme/IdealImage'; |
| 29 | +import CodeBlock from '@theme/CodeBlock'; |
| 30 | +import Link from '@docusaurus/Link'; |
| 31 | + |
| 32 | +import CommonPrerequisites from './_common/_prerequisites.mdx'; |
| 33 | +import CommonDownloadAnalytics from './_common/_download-analytics.mdx'; |
| 34 | + |
| 35 | +Version **2.2.0** is a new release; it adds support for Doxygen 1.17 concepts. |
| 36 | + |
| 37 | +<!-- truncate --> |
| 38 | + |
| 39 | +<PageMetadata title={frontMatter.seo_title} /> |
| 40 | + |
| 41 | +The [Doxygen Docusaurus Converter](https://xpack.github.io/doxygen2docusaurus-ts/) |
| 42 | +project is a TypeScript ECMAScript Node.js module. |
| 43 | + |
| 44 | +<CommonPrerequisites nodeVersion="20.0.0"/> |
| 45 | + |
| 46 | +## Install |
| 47 | + |
| 48 | +For installation instructions, please refer to the |
| 49 | +[Install Guide](/docs/install/) |
| 50 | +page. |
| 51 | + |
| 52 | +## Source code |
| 53 | + |
| 54 | +- <Link to={frontMatter.release_tag_url}>GitHub tag v{frontMatter.version} tree</Link> |
| 55 | + |
| 56 | +## Bug fixes |
| 57 | + |
| 58 | +- [[#11](https://github.com/xpack/doxygen2docusaurus-cli-ts/issues/11)]: on |
| 59 | +certain pages it was rendered an empty Concepts section index; fixed. |
| 60 | + |
| 61 | +## Enhancements |
| 62 | + |
| 63 | +- [[#10](https://github.com/xpack/doxygen2docusaurus-cli-ts/issues/10)]: show |
| 64 | +Doxygen version used to generate the xml files |
| 65 | +- [[#12](https://github.com/xpack/doxygen2docusaurus-cli-ts/issues/12)]: update |
| 66 | +for Doxygen 1.17 support of concepts |
| 67 | +- [[#13](https://github.com/xpack/doxygen2docusaurus-cli-ts/issues/13)]: add |
| 68 | +an index page for the Doxygen Pages. |
| 69 | + |
| 70 | +## Known problems |
| 71 | + |
| 72 | +- none |
| 73 | + |
| 74 | +## CI tests |
| 75 | + |
| 76 | +- none |
0 commit comments