Documentation
¶
Overview ¶
Package docs provides documentation generation functionality for Nix Foundry. It generates various documentation files including installation guides, package documentation, and troubleshooting guides.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateInstallGuide ¶
GenerateInstallGuide generates the installation guide. It creates comprehensive documentation for installing Nix Foundry on different platforms.
func GeneratePackageGuide ¶
GeneratePackageGuide generates the package management guide. It documents available packages, their descriptions, and usage instructions.
func GeneratePackageList ¶
func GeneratePackageList() string
GeneratePackageList generates a markdown list of available packages. It organizes packages by category and includes descriptions.
func GeneratePlatformList ¶
func GeneratePlatformList() string
GeneratePlatformList generates a markdown list of supported platforms. It includes platform-specific information and requirements.
func GenerateTroubleshootingGuide ¶
GenerateTroubleshootingGuide generates the troubleshooting guide. It provides solutions for common issues and debugging steps.
func GenerateUninstallGuide ¶
GenerateUninstallGuide generates the uninstallation guide. It provides instructions for removing Nix Foundry and its components.
Types ¶
This section is empty.