Complete mdbook documentation for SOLVEFORCE.COM telecommunications and IT services.
- Rust and Cargo (for mdbook)
- Or use pre-built binaries
# Using Cargo
cargo install mdbook
# Or download binary from
# https://github.com/rust-lang/mdBook/releases# Build the book
mdbook build
# Serve locally with live reload
mdbook serve
# Open browser to http://localhost:3000SOLVEFORCE.COM/
├── book.toml # mdbook configuration
├── src/
│ ├── SUMMARY.md # Table of contents
│ ├── introduction.md # Introduction page
│ ├── getting-started/ # Getting started guides
│ ├── services/ # Service documentation
│ ├── guide/ # User guides
│ ├── api/ # API reference
│ ├── integration/ # Integration guides
│ ├── troubleshooting/ # Troubleshooting
│ ├── resources/ # Additional resources
│ ├── development/ # Development guides
│ └── appendix/ # Appendix
└── book/ # Generated output (gitignored)
The GitHub Actions workflow will automatically build and deploy to GitHub Pages when changes are pushed to main.
# Build the book
mdbook build
# The output is in the book/ directory
# Deploy book/ directory to your web server- Edit markdown files in
src/ - Update
SUMMARY.mdif adding new pages - Test locally with
mdbook serve - Commit and push changes
- GitHub Actions will deploy automatically
Copyright © 2025 SolveForce. All rights reserved.
- Email: support@solveforce.com
- Phone: (888) 765-8301
- Portal: https://portal.solveforce.com
- Portal Repository: https://github.com/solveforceapp/portal-solveforce/