Files
GoMFT/docs
StarFleetCPTN 5f4db03982 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.
2025-04-12 13:50:30 -07:00
..

GoMFT Documentation

This repository contains the documentation for GoMFT, a modern, web-based managed file transfer solution written in Go.

Discord

Getting Started

Installation

# Install dependencies
npm install

# Start the development server
npm run start

Build

# Build the static site
npm run build

The built files will be in the build directory.

Documentation Structure

  • Introduction: Overview and features of GoMFT
  • Getting Started: Installation guides and quick start
  • Core Concepts: Detailed information about transfers, connections, and schedules
  • Advanced Features: Webhooks, email notifications, and admin tools
  • Security: Security best practices and configuration
  • Development: Project structure and contributing guidelines

Contributing

Contributions to the documentation are welcome! Please submit a PR with your changes.

Community

Join our Discord community for support, discussions, and updates about GoMFT.

License

This documentation is licensed under the MIT License - see the LICENSE file for details.