@@ -65,7 +65,7 @@ This document describes the procedure for automated documentation generation usi
...
@@ -65,7 +65,7 @@ This document describes the procedure for automated documentation generation usi
Automation scripts were used for documentation generation in two different scenarios: one providing documentation for code and another offering an overview of functionalities based on modules. Below is the explanation of the operation of each.
Automation scripts were used for documentation generation in two different scenarios: one providing documentation for code and another offering an overview of functionalities based on modules. Below is the explanation of the operation of each.
# Automated Documentation Generation Script
# Automated CODE Documentation Generation Script
## Overview
## Overview
...
@@ -161,3 +161,99 @@ To use the script, run the following command, replacing `<folder_name>` with the
...
@@ -161,3 +161,99 @@ To use the script, run the following command, replacing `<folder_name>` with the
The `generate_docs.sh` script is designed to automate the generation of high-level documentation for a codebase. It uses the Bito CLI tool to generate textual documentation and Mermaid diagrams for visual representation. The script handles the creation of individual module documents, generates an overview diagram, and aggregates documentation into a comprehensive file.
## Prerequisites
1.**Bito CLI** - A tool for generating documentation.