docs-site

Manage and deploy MkDocs-based documentation sites via local filesystem and systemctl.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/mihai-chiorean/inc --skill docs-site-mihai-chiorean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-site
Source: https://github.com/mihai-chiorean/inc/tree/main/skills/docs-site
Command: npx skills add https://github.com/mihai-chiorean/inc --skill docs-site-mihai-chiorean

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the maintenance of technical documentation by providing a centralized interface for managing MkDocs content, ensuring your project guides and research remain organized and accessible.

Core Features & Use Cases

  • Documentation Management: Easily add new pages and structure navigation for engineering guides, research, and blog posts.
  • Server Control: Provides direct access to restart the documentation server and verify configuration paths.
  • Use Case: When you finish a new engineering implementation, use this skill to quickly register the new markdown file in the navigation and verify it is live on the documentation server.

Quick Start

Use the docs-site skill to add a new engineering guide page to the documentation server.

Frequently Asked Questions about docs-site

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage and update my MkDocs documentation site?

You can manage an MkDocs documentation site by adding new markdown pages, updating the navigation structure, and restarting the server to ensure content is synchronized and live.

How do I add a new engineering guide to MkDocs navigation?

Adding an engineering guide to MkDocs involves registering the new markdown file in the navigation structure and verifying the update on the documentation server. This ensures the new page is organized and accessible.

How do I restart an MkDocs documentation server?

Restarting an MkDocs server requires access to the local filesystem and systemctl. You can directly restart the service and verify configuration paths to ensure documentation availability and synchronization.

What do I need to deploy MkDocs technical documentation?

Deploying MkDocs technical documentation requires local filesystem access and systemctl permissions to manage the service lifecycle. This allows you to update content and verify that guides remain organized and accessible.

Why is my MkDocs documentation server not showing new pages?

New pages may not show on the MkDocs server if the markdown file is not registered in the navigation or if the service needs a restart. Verify configuration paths and restart the server to synchronize updates.