I want to know how to run the docs website on my local machine?

here is the link:

After install I run the command yarn start to start the docs.

But I get the error like this how to fix it:

➤ yarn start                                                                                                                             18:04:33
yarn run v1.22.19
$ yarn pre-build && yarn develop
$ yarn copy-md-files && yarn variables && yarn program-outputs && yarn included-sources && yarn autodoc && yarn telemetry
$ node scripts/copy_md_files.js
Copying markdown files
$ node scripts/compile_variables.js
Computing docs variables and writing to ./docs/variables.json
$ node scripts/compile_program_outputs.js
Computing program outputs
$ node scripts/compile_included_sources.js
Computing included sources
$ echo 'Generating autodoc' && pydoc-markdown
Generating autodoc
[WARNING - pydoc_markdown.contrib.processors.crossref]: 2 cross-reference(s) could not be resolved:
  rasa.nlu.emulators.wit.WitEmulator: get__message_link
  rasa.core.channels.slack.SlackInput.__init__: bot
$ node scripts/compile_telemetry_reference.js --unhandled-rejections=strict
Compiling telemetry reference
$ docusaurus start --port 3000
Starting the development server...
no versions.json file found
node: ../src/coroutine.cc:134: void* find_thread_id_key(void*): Assertion `thread_id_key != 0x7777' failed.
Aborted (core dumped)
error Command failed with exit code 134.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 134.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.