Docs Admin Center
Manage documentation, editorial workflows, and access controls. Changes save to disk and update the site without rebuilding.
Getting Started
Browse Files
Use the sidebar to navigate the content tree. Use the search box to filter by filename.
Edit Content
Click any .md file to open the split-pane editor with live preview. Edit the markdown on the left, see the result on the right.
Save Changes
Hit Ctrl+S or click Save. Changes write to disk instantly — no rebuild needed. The site picks up changes on the next page load.
Content Structure
📁 docs/
Main documentation — organized by topic (Security, Endpoint, M365, etc.) and by institution. Served at the site root.
📁 blog-changes/
Change requests for scheduled maintenance. Shown at /changes.
📁 blog-releases/
Release notes for software updates. Shown at /releases.
📁 blog-incidents/
Major incident reports. Shown at /incidents.
📁 blog-problems/
Known issue / problem records. Shown at /problems.
📁 blog-catalog/
Service catalog updates. Shown at /catalog-updates.
📁 news/
News articles and announcements. Shown at /news.
Frontmatter Reference
Every markdown file starts with YAML frontmatter between --- markers:
---
title: Page Title
description: Brief description for search and meta tags
tags: [tag1, tag2, tag3]
navigation:
order: 1 # Sidebar sort order
title: Short Name # Sidebar display name
sidebar: sidebarName # Which sidebar to show
hidden: true # Hide from sidebar (index pages)
parent: /security # Parent page for hierarchy
---
Your markdown content here...API Reference
This admin portal is backed by an OpenAPI-documented REST API.