Overview
Set up Docusaurus in the ./docs directory to publish the existing Markdown documentation as a proper documentation website.
Current State
The ./docs directory already contains the following Markdown files:
Root:
overview.md
commands.md
configuration.md
development.md
examples.md
troubleshoot.md
guide/:
getting-started.md
environments.md
configurations.md
providers.md
functions.md
registries.md
resources.md
local-nodes.md
remote-nodes.md
plugins.md
registry/:
Tasks
Overview
Set up Docusaurus in the
./docsdirectory to publish the existing Markdown documentation as a proper documentation website.Current State
The
./docsdirectory already contains the following Markdown files:Root:
overview.mdcommands.mdconfiguration.mddevelopment.mdexamples.mdtroubleshoot.mdguide/:getting-started.mdenvironments.mdconfigurations.mdproviders.mdfunctions.mdregistries.mdresources.mdlocal-nodes.mdremote-nodes.mdplugins.mdregistry/:auth.mdTasks
./docs(using theclassicpreset).mdfiles into the Docusaurus sidebar structure (preserve current directory layout)docusaurus.config.jswith project name, URL, and branding (use existing logo assets already in./docs)./docsis self-contained — do not move source.mdfiles out of their current locations