Skip to content

Commit 263dbed

Browse files
committed
feat: add version display and badges to documentation pages
1 parent 35742bc commit 263dbed

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/docusaurus.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
const packageJson = require('../package.json');
2+
13
module.exports = {
24
title: 'DocuMCP',
3-
tagline: 'Intelligent documentation deployment MCP server with AI-powered repository analysis and Diataxis-compliant content generation',
5+
tagline: `Intelligent documentation deployment MCP server v${packageJson.version} with AI-powered repository analysis and Diataxis-compliant content generation`,
46
url: 'https://tosin2013.github.io',
57
baseUrl: '/documcp/',
68
onBrokenLinks: 'warn',

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# DocuMCP Documentation
22

3+
[![NPM Version](https://img.shields.io/npm/v/documcp?style=flat-square&logo=npm&logoColor=white)](https://www.npmjs.com/package/documcp)
4+
[![GitHub Release](https://img.shields.io/github/v/release/tosin2013/documcp?style=flat-square&logo=github)](https://github.com/tosin2013/documcp/releases)
35

46
**DocuMCP** is an intelligent MCP (Model Context Protocol) server that revolutionizes documentation deployment. It analyzes your repository, recommends the best static site generator, and automatically creates production-ready documentation following the Diataxis framework.
57

0 commit comments

Comments
 (0)