typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://typedoc-plugin-markdown.org
MIT License
689 stars 172 forks source link

4.0.0-next.58: These sidebar document ids do not exist #597

Closed axel7083 closed 2 months ago

axel7083 commented 2 months ago

Something went wrong with the / used for the sidebar.

Error: Unable to build website for locale en.
    at tryToBuildLocale (C:\Users\axels\Documents\github\redhat\podman-desktop\node_modules\@docusaurus\core\lib\commands\build.js:55:19)
    at async mapAsyncSequential (C:\Users\axels\Documents\github\redhat\podman-desktop\node_modules\@docusaurus\utils\lib\jsUtils.js:44:24)
    at async Command.build (C:\Users\axels\Documents\github\redhat\podman-desktop\node_modules\@docusaurus\core\lib\commands\build.js:82:21) {
  [cause]: Error: Invalid sidebar file at "sidebars-api.js".
  These sidebar document ids do not exist:
  - classes\CancellationTokenSource
  - classes\Disposable
  - classes\EventEmitter
  - classes\TelemetryTrustedValue
  - classes\Uri

....

  Available document ids are:
  - classes/CancellationTokenSource
  - classes/Disposable
  - classes/EventEmitter
  - classes/TelemetryTrustedValue
  - classes/Uri
tgreyuk commented 2 months ago

Thanks - issue handling windows path separators properly!

Fix versions: typedoc-plugin-markdown@4.0.0-next.58 docusaurus-plugin-typedoc@1.0.0-next.30