// guides.js — Integrations-Anleitungen (v3): Copy-Paste-Configs für externe Tools. import { $ } from "../core/ui.js"; // Basis-URL aus dem Browser ableiten (zeigt die echte Bosgame-Adresse statt localhost). function apiBase() { const host = location.hostname || "localhost"; return `${location.protocol}//${host}:8080/v1`; } function render() { const c = $(".view[data-view='guides']"); if (!c) return; const url = apiBase(); c.innerHTML = `