Local authoring
Author dashboard
Import, freshness, and lint status for this local docs workspace.
Needs attention
Top blocking errors
{% for item in author_dashboard.blocking %}
{% end %}
{{ item.source_path }}{% if item.line %}:{{ item.line }}{% end %}
{{ item.message }}
{% if item.studio_url %}
Open
{% end %}
{{ mount.provider }}
{{ mount.label }}
{{ mount.source_root }}
- Pages
- {{ mount.page_count }}
- Lint
- {{ mount.error_count }} error{% if mount.error_count != 1 %}s{% end %} / {{ mount.warning_count }} warning{% if mount.warning_count != 1 %}s{% end %}
- Freshness
- {{ mount.dirty_count }} dirty / {{ mount.stale_count }} stale
{% for item in mount.formats %}
{{ item.format }} {{ item.count }}
{% end %}
{% if mount.diagnostics %}
Diagnostics
{% for item in mount.diagnostics %}
{% end %}
{{ item.source_path }}{% if item.line %}:{{ item.line }}{% end %}
{{ item.message }}
{% if item.studio_url %}
Open
{% end %}