chore: Update Docusaurus deployment workflow and image handling

- Enhanced the deployment workflow to ensure screenshots are copied to the correct static directory.
- Added a new script to fix image paths in Markdown files for better compatibility with the updated structure.
- Updated Docusaurus configuration to streamline static directory management and support image loading.
- Adjusted documentation to reference the new image paths.
This commit is contained in:
StarFleetCPTN
2025-04-12 13:50:30 -07:00
parent 4c8d122488
commit 5f4db03982
6 changed files with 114 additions and 7 deletions
+10 -2
View File
@@ -1,6 +1,14 @@
# GoMFT Documentation Images
# Images directory
This directory contains images used in the GoMFT documentation.
This directory contains various images used throughout the documentation, including:
1. Logo files
2. Screenshots
3. Icons and other assets
Some screenshots are automatically copied from the main repository's `/screenshots` directory during the build process.
The automated copy is handled by the `prepare-screenshots` script in package.json.
## Required Images