Skip to content

Falktron Team Documentation

Welcome to the Falktron Team Documentation system - automatically updated documentation powered by webhook events and AI.

How It Works

graph LR
    A[Developer/DevOps] -->|POST webhook| B[n8n Workflow]
    B -->|Analyze| C[Mistral LLM]
    C -->|Extract & Route| D[Git Commit]
    D -->|Update| E[MkDocs Site]

This documentation is never manually edited. All updates flow through the automation pipeline:

  1. Report a change - Send a natural language message via webhook
  2. AI Processing - Mistral extracts entities and determines the target file
  3. Auto-commit - Changes are committed to the repository
  4. Live docs - MkDocs rebuilds and serves the updated content
Section Description Auto-updated By
Servers Infrastructure IPs and services Infrastructure deployments
Deployments Application versions and URLs App releases
Onboarding Developer setup guides Onboarding events

Webhook Endpoint

curl -X POST https://your-n8n-instance/webhook/living-docs \
  -H "Content-Type: application/json" \
  -d '{
    "user_id": "dev-123",
    "message": "Deployed Postgres to 122.22.44.1"
  }'

Last Updated

This page provides static overview content. See individual sections for live data.