Documentation site for Forward Deployed Engineering advisory materials.
This repository contains practical guidance for organizations building Forward Deployed Engineering (FDE) capabilities. The documentation covers three critical areas:
- Hiring & Talent Strategy - How to hire and evaluate FDEs
- Product-FDE Interface - Managing FDE-Product team relationships
- Technical Enablement - Minimum standards for FDE-ready products
- FDE Operating Models - How to run the day-to-day of an FDE function
This site is built with MkDocs Material.
# Install dependencies (requires uv)
uv sync
# Serve locally
uv run mkdocs serve
# Build static site
uv run mkdocs buildVisit http://127.0.0.1:8000 to preview the site locally.
.
├── docs/ # Documentation source files
│ ├── index.md # Homepage
│ ├── 00-fde-startup-kit.md
│ ├── 01-hiring-talent-strategy.md
│ ├── 02-product-fde-interface.md
│ ├── 03-technical-enablement.md
│ ├── resources/ # Template files
│ └── ...
├── mkdocs.yml # MkDocs configuration
└── pyproject.toml # Python dependencies
All documentation files are located in the docs/ directory. To contribute:
- Edit markdown files in
docs/ - Test locally with
uv run mkdocs serve - Submit a pull request
See docs/CLAUDE.md for detailed contribution guidelines.
The site automatically deploys to GitHub Pages when changes are pushed to the main branch. The deployment is handled by GitHub Actions (see .github/workflows/deploy-docs.yml).
Current Version: 1.4.0 Last Updated: March 7, 2026
See docs/CHANGELOG.md for version history.