Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013
sidebars.jsโ€ข3.48 kB
/** * Creating a sidebar enables you to: - create an ordered group of docs - render a sidebar for each doc of that group - provide next/previous navigation The sidebars can be generated from the filesystem, or explicitly defined here. Create as many sidebars as you want. */ // @ts-check /** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ const sidebars = { mainSidebar: [ // Welcome & Quick Start { type: 'doc', id: 'index', label: '๐Ÿ‘‹ Welcome', }, // === DIATAXIS FRAMEWORK === // 1. TUTORIALS - Learning-oriented (step-by-step lessons) { type: 'category', label: '๐ŸŽ“ Tutorials', collapsed: false, link: { type: 'doc', id: 'tutorials/index', }, items: [ 'tutorials/first-steps', 'tutorials/existing-projects', 'tutorials/advanced-analysis', 'tutorials/security-focused-workflow', 'tutorials/team-collaboration', ], }, // 2. HOW-TO GUIDES - Task-oriented (practical steps) { type: 'category', label: '๐Ÿ› ๏ธ How-To Guides', collapsed: false, link: { type: 'doc', id: 'how-to/index', }, items: [ { type: 'autogenerated', dirName: 'how-to-guides', }, ], }, // 3. REFERENCE - Information-oriented (technical description) { type: 'category', label: '๐Ÿ“– Reference', collapsed: false, items: [ { type: 'autogenerated', dirName: 'reference', }, ], }, // 4. EXPLANATION - Understanding-oriented (background and context) { type: 'category', label: '๐Ÿ’ก Explanation', collapsed: false, link: { type: 'doc', id: 'explanation/index', }, items: [ { type: 'autogenerated', dirName: 'explanation', }, ], }, // === ADDITIONAL RESOURCES === // Architecture Decision Records { type: 'category', label: '๐Ÿ—๏ธ Architecture (ADRs)', collapsed: true, link: { type: 'doc', id: 'adrs/README', }, items: [ { type: 'autogenerated', dirName: 'adrs', }, ], }, // IDE Integration { type: 'category', label: 'โš™๏ธ IDE Integration', collapsed: true, link: { type: 'doc', id: 'ide-rules/README', }, items: [ { type: 'autogenerated', dirName: 'ide-rules', }, ], }, // Development & Contributing { type: 'category', label: '๐Ÿ”ง Development', collapsed: true, items: [ 'community/CONTRIBUTING', 'how-to-guides/testing-guide', 'how-to-guides/tool-development', ], }, // Community & Project Info { type: 'category', label: '๐Ÿ‘ฅ Community', collapsed: true, items: [ { type: 'autogenerated', dirName: 'community', }, ], }, // Research Documentation { type: 'category', label: '๐Ÿ”ฌ Research', collapsed: true, link: { type: 'doc', id: 'research/README', }, items: [ { type: 'autogenerated', dirName: 'research', }, ], }, ], }; module.exports = sidebars;

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tosin2013/mcp-adr-analysis-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server