{% extends "base.html" %}
{% block title %}Documents · kb-mcp admin{% endblock %}
{% block content %}
Browse, filter, and jump into document editing.Documents
| Title | Type | Tags | Links | Updated | |
|---|---|---|---|---|---|
|
{{ row.doc.title }}
{{ row.doc.id }}
|
{{ row.doc.type }} |
{% for tag in row.doc.tags %}
{{ tag }}
{% endfor %}
|
{{ row.outlinks }} out · {{ row.backlinks }} in | {{ row.doc.updated_at.strftime("%Y-%m-%d %H:%M") }} | Open |
|
No matches
Try a different query or filter. | |||||