awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

95 مستودعات

Awesome GitHub RepositoriesMarkdown Documentation

Systems and standards for creating human-readable technical documentation using markdown syntax.

Distinct from OpenAPI to Markdown Conversion: Closest candidates were converters; this is about the use of markdown for primary documentation storage.

Explore 95 awesome GitHub repositories matching content management & publishing · Markdown Documentation. Refine with filters or upvote what's useful.

Awesome Markdown Documentation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pedronauck/doczالصورة الرمزية لـ pedronauck

    pedronauck/docz

    23,603عرض على GitHub↗

    ✍ It has never been so easy to document your things!

    Converts Markdown and MDX files into a live-reloading, production-ready documentation website with minimal configuration.

    TypeScriptdesign-systemdocsdocumentation
    عرض على GitHub↗23,603
  • swiftggteam/the-swift-programming-language-in-chineseالصورة الرمزية لـ SwiftGGTeam

    SwiftGGTeam/the-swift-programming-language-in-chinese

    21,188عرض على GitHub↗

    This project is a Simplified Chinese translation of the official Swift programming language documentation. It functions as a markdown technical guide designed to make the language's core concepts accessible to Chinese-speaking developers. The translation process employs a software terminology glossary to map English technical terms to standardized Chinese equivalents, ensuring conceptual clarity and consistency throughout the text. To maintain technical accuracy and idiomatic phrasing, the content undergoes a human-centric technical review process. The documentation is organized as a collect

    Uses markdown syntax as the primary system for structuring and storing the technical language guide.

    Markdownswift
    عرض على GitHub↗21,188
  • hoanhan101/ultimate-goالصورة الرمزية لـ hoanhan101

    hoanhan101/ultimate-go

    14,913عرض على GitHub↗

    This project is a Go educational resource consisting of a structured language curriculum and a curated programming study guide. It serves as a repository of tutorials and references designed to help developers master the Go programming language. The material focuses on Go programming education, language proficiency training, and the fundamentals of backend development. The resource is delivered as a static site generated from markdown files, using a file-system based organization and template-driven layouts to structure the learning materials.

    Employs predefined structural components to wrap raw content in a consistent visual interface across all guides.

    Gocomputer-systemsebookgolang
    عرض على GitHub↗14,913
  • geeeeeeeeek/git-recipesالصورة الرمزية لـ geeeeeeeeek

    geeeeeeeeek/git-recipes

    14,752عرض على GitHub↗

    This project is an educational resource providing a detailed command reference, tutorial collections, and structured guides for mastering version control. It serves as a set of Chinese language tutorials based on international community best practices, designed to help users learn both the core concepts and practical applications of Git. The resource focuses on specific workflow guides for managing feature development, release cycles, and collaborative forking strategies. It pairs theoretical version control concepts with practical command-line examples to demonstrate real-world application.

    Uses structured markdown files to organize technical guides and tutorials into a navigable hierarchy.

    عرض على GitHub↗14,752
  • plait-board/drawnixالصورة الرمزية لـ plait-board

    plait-board/drawnix

    14,095عرض على GitHub↗

    Drawnix is a digital whiteboarding and visual diagramming application centered around an infinite canvas. It provides a workspace for freeform sketching, interactive brainstorming, and the creation of structured visual documentation. The platform distinguishes itself by supporting both manual drawing and the automatic generation of diagrams from markup text and mermaid syntax. It utilizes a plugin architecture that allows for the integration of custom modules to extend drawing behaviors and application features. The toolset includes brush-based annotations, image insertion, and a coordinate

    Converts markdown text and mermaid syntax into structured visual diagrams and mind maps on the canvas.

    TypeScriptcollaborationdrawingflowchart
    عرض على GitHub↗14,095
  • ethereum/eipsالصورة الرمزية لـ ethereum

    ethereum/eips

    13,894عرض على GitHub↗

    This project is a blockchain specification registry and version-controlled archive used to document and track technical specifications for the Ethereum blockchain protocol. It serves as a network protocol governance framework for submitting and validating community-driven technical enhancements. The repository manages the lifecycle of Ethereum Improvement Proposals through a structured process that includes drafting, submitting, and archiving specifications to ensure ecosystem compatibility. It utilizes a technical proposal validation system to check the format and syntax of documents before

    Uses a lightweight markup language to ensure proposals are human-readable and easily convertible.

    Go
    عرض على GitHub↗13,894
  • jikexueyuanwiki/tensorflow-zhالصورة الرمزية لـ jikexueyuanwiki

    jikexueyuanwiki/tensorflow-zh

    12,364عرض على GitHub↗

    This project is a community-driven technical translation effort and a machine learning educational resource. It focuses on the localization of official TensorFlow technical guides and deep learning concepts from English into Chinese. The project utilizes a distributed Git-based contribution workflow and a decentralized review process to manage the translation of complex software documentation. Content is authored using Markdown to maintain consistent formatting across different platforms. The repository organizes these translated guides within a nested folder hierarchy that mirrors the origi

    Uses structured markdown for the primary storage and formatting of all technical documentation.

    TeX
    عرض على GitHub↗12,364
  • getomni-ai/zeroxالصورة الرمزية لـ getomni-ai

    getomni-ai/zerox

    12,241عرض على GitHub↗

    Zerox is a multimodal document parser and OCR tool that uses vision models to convert PDF files and images into structured Markdown text. It functions as a visual layout extraction engine, leveraging large multimodal models to digitize documents while maintaining their original structural formatting. The system differentiates itself through the use of coordinate-based element mapping and multimodal layout analysis to identify structural elements like tables, charts, and headers. It utilizes rasterization to convert vector PDF pages into high-resolution bitmaps, ensuring consistent input for t

    Transforms visual document representations into structured text by mapping identified coordinates to Markdown formatting syntax.

    TypeScriptocrpdf
    عرض على GitHub↗12,241
  • kefranabg/readme-md-generatorالصورة الرمزية لـ kefranabg

    kefranabg/readme-md-generator

    11,119عرض على GitHub↗

    This project is a command-line utility designed to automate the creation of formatted project documentation. It functions as a markdown generator that produces structured files by combining interactive user prompts with metadata extracted from package and git files. The tool uses a template-based generation system, allowing the application of custom layout files to ensure consistent structural organization across different software projects. It automates the collection of project details to populate documentation values and suggest defaults. The system covers operational workflows for projec

    Uses custom layout files to produce consistent and structured markdown documents for software projects.

    JavaScriptcligeneratorreadme
    عرض على GitHub↗11,119
  • hakanyalcinkaya/kodluyoruz-frontend-101-egitimiالصورة الرمزية لـ hakanyalcinkaya

    hakanyalcinkaya/kodluyoruz-frontend-101-egitimi

    10,938عرض على GitHub↗

    This project is a comprehensive full-stack web development course delivered through a video-based curriculum. It provides a structured learning path that integrates frontend and backend technologies, guiding users from fundamental concepts to advanced implementation across a multi-language stack. The curriculum distinguishes itself through a progressive layering of complexity, combining a React-based frontend course with a Python and Django backend course. It emphasizes professional workflow integration, featuring dedicated tutorials on Git and GitHub for version control and collaborative cod

    Structures written content and code explanations using lightweight markdown syntax for improved readability.

    JavaScriptcssgitgithub
    عرض على GitHub↗10,938
  • jmcunningham/angularjs-learningالصورة الرمزية لـ jmcunningham

    jmcunningham/AngularJS-Learning

    10,874عرض على GitHub↗

    AngularJS-Learning is an educational repository and resource directory designed for mastering the AngularJS framework. It serves as a curated collection of tutorials, articles, and videos, providing a structured study guide that ranges from basic concepts to advanced architectural patterns. The project provides a directory of best practices, style guides, and architectural patterns for building scalable applications. It also maintains a collection of sample projects, boilerplates, and seed projects that demonstrate functional implementations of the framework. The repository covers a broad le

    Employs markdown syntax to create and store human-readable technical documentation.

    عرض على GitHub↗10,874
  • xitu/javascript-tutorial-zhالصورة الرمزية لـ xitu

    xitu/javascript-tutorial-zh

    10,760عرض على GitHub↗

    هذا المشروع عبارة عن برنامج تعليمي منظم لبرمجة JavaScript ومورد تعليمي لتطوير الواجهة الأمامية. يعمل كمورد تعليمي للبرمجة مصمم لتعليم مبادئ البرمجة الأساسية، والنحو الأساسي، وأنماط البرمجة المعقدة. يعمل المحتوى كدليل حديث للغة JavaScript ودليل مواصفات اللغة، مع مواد تعليمية تستند إلى معايير الصناعة الحالية والمواصفات التقنية لتطوير الويب المعاصر. تم تأليف المورد كوثائق تقنية قائمة على Markdown ويتم تقديمه كصفحات HTML ثابتة.

    Utilizes Markdown for creating human-readable technical documentation and instructional guides.

    HTML
    عرض على GitHub↗10,760
  • hackjutsu/leptonالصورة الرمزية لـ hackjutsu

    hackjutsu/Lepton

    10,335عرض على GitHub↗

    Lepton is a cross-platform snippet manager and cloud-synced code library designed to organize and synchronize reusable code fragments and text snippets across different operating systems. It functions as a developer productivity tool and a markdown-enabled code editor for managing technical documentation. The application supports synchronization via remote backends and private enterprise server instances, including GitHub Enterprise integration. It utilizes token-based authentication to secure private code repository syncing and ensures connectivity in restricted corporate environments throug

    Manages and renders formatted technical documentation using Markdown alongside code snippets.

    JavaScriptdesktop-clientelectronelectron-app
    عرض على GitHub↗10,335
  • getgridea/grideaالصورة الرمزية لـ getgridea

    getgridea/gridea

    10,276عرض على GitHub↗

    Gridea is a desktop application for writing Markdown blog posts and publishing them as a static site without needing a server. It stores all content as plain Markdown files and JSON in a local folder, compiles them into a static site, and deploys the result to multiple remote targets including GitHub Pages, Coding Pages, and SFTP servers. The application runs as a cross-platform Electron client, providing a native editing and publishing experience. It supports custom themes that can be selected, installed from a built-in marketplace, and configured with settings like social links and analytic

    Provides a dedicated Markdown editor with keyboard shortcuts and an emoji picker.

    TypeScriptblogblog-engineblog-platform
    عرض على GitHub↗10,276
  • formidablelabs/spectacleالصورة الرمزية لـ FormidableLabs

    FormidableLabs/spectacle

    10,136عرض على GitHub↗

    Spectacle is a React-based presentation framework that enables developers to author slide decks using JSX and MDX syntax. It provides a component-driven approach to building presentations, where slides are composed as React components with declarative layouts, theme-driven styling, and step-based animation sequencing. The framework distinguishes itself through its support for live coding demonstrations within slides, allowing presenters to execute and display code directly during a talk. It includes a presenter mode with dual-view architecture that shows speaker notes, a timer, and upcoming s

    Provides a centered content layout that places all slide content in a single column.

    TypeScriptkeynotepresentationreact
    عرض على GitHub↗10,136
  • go-swagger/go-swaggerالصورة الرمزية لـ go-swagger

    go-swagger/go-swagger

    9,989عرض على GitHub↗

    go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command

    Generates Markdown documentation describing endpoints and models from a Swagger specification.

    Goapicode-generatorgo
    عرض على GitHub↗9,989
  • kxxwz/sjtu-coursesالصورة الرمزية لـ kxxwz

    kxxwz/SJTU-Courses

    9,500عرض على GitHub↗

    SJTU-Courses is a collaborative academic material archive and resource repository. It serves as a community-driven hub for organizing and distributing course-specific documents and study guides for university students. The project operates as a version-controlled library where learners submit and verify academic content. It uses a contribution model based on pull requests and issues to manage the curation of educational resources. The repository organizes its knowledge base through a flat-file directory hierarchy and stores descriptions and guides as markdown files. This structure allows for

    Stores course descriptions and study guides as human-readable markdown files for cross-platform compatibility.

    coursessjtu
    عرض على GitHub↗9,500
  • vimwiki/vimwikiالصورة الرمزية لـ vimwiki

    vimwiki/vimwiki

    9,349عرض على GitHub↗

    Vimwiki is a personal wiki plugin and text editor extension for Vim that organizes interconnected text files. It functions as a Markdown knowledge base and a Zettelkasten note system, allowing for the creation of a networked system of notes and documentation. The project provides tools for wiki administration, enabling users to create, rename, and navigate between linked documents via internal linking. It supports various markup formats, including Markdown and MediaWiki, and can transform this content into HTML for web publishing. The system covers personal knowledge management through globa

    Provides a system for authoring structured technical documentation using Markdown with HTML export capabilities.

    Vim Scripthacktoberfestpersonal-organizervim
    عرض على GitHub↗9,349
  • nextcloud/all-in-oneالصورة الرمزية لـ nextcloud

    nextcloud/all-in-one

    9,082عرض على GitHub↗

    all-in-one is a containerized deployment system designed to install and manage a complete suite of productivity and collaboration services. It functions as a cloud suite deployer that orchestrates the installation of a self-hosted content platform, incorporating necessary dependencies via Docker or Kubernetes. The project distinguishes itself by providing a web-based dashboard for orchestrating, updating, and monitoring the lifecycle of service containers. It also serves as a local AI inference server, enabling the execution of generative text models, image diffusion, and speech processing on

    Converts Markdown files and wiki exports into internal collaborative pages with resolved links.

    PHPbackupdockernextcloud
    عرض على GitHub↗9,082
  • numman-ali/openskillsالصورة الرمزية لـ numman-ali

    numman-ali/openskills

    8,356عرض على GitHub↗

    OpenSkills is an agent capability orchestrator and skill manager designed to sync, version, and distribute standardized skill definitions across autonomous agent environments. It functions as a system for installing domain-specific instruction sets and specialized knowledge into large language model agents, acting as a context injector to load task-oriented prompts and technical documentation into an agent's active operational window. The project distinguishes itself through a git-based distribution framework, allowing agent capabilities to be fetched and updated from remote version control s

    Generates markdown-based documentation maps to provide a human-readable overview of available agent skills.

    TypeScript
    عرض على GitHub↗8,356
السابق1234…5التالي
  1. Home
  2. Content Management & Publishing
  3. Markdown Documentation

استكشف الوسوم الفرعية

  • API Documentation GeneratorsTools that produce human-readable API documentation from specification files. **Distinct from Markdown Documentation:** Distinct from Markdown Documentation: focuses on generating documentation from API specs, not general markdown authoring.
  • Capability MappingGenerating consolidated human-readable maps of system capabilities using markdown. **Distinct from Markdown Documentation:** Focuses on mapping available agent skills rather than general technical documentation
  • Document Embedding in DrawingsCapabilities for embedding the full content of markdown documents as styled snapshots onto a drawing canvas. **Distinct from Markdown Documentation:** Distinct from Markdown Documentation: focuses on embedding document content into a drawing canvas rather than authoring or rendering markdown documentation.
  • Documentation AnalyticsTools for tracking visitor engagement and traffic statistics within technical documentation. **Distinct from Markdown Documentation:** Distinct from Markdown Documentation: focuses on the analytics/tracking capability rather than the storage or serving of the documentation itself.
  • Entity-Linked MarkdownPairing specific markdown files with source code entities to provide expanded documentation. **Distinct from Markdown Documentation:** Distinct from Markdown Documentation: focuses on the mapping between a specific code symbol and an external markdown file.
  • JSDoc Markdown FormattersFormatters that convert parsed JSDoc comments into Markdown-formatted documentation output. **Distinct from Markdown Documentation:** Distinct from Markdown Documentation: focuses on JSDoc-specific Markdown generation rather than general Markdown authoring systems.
  • Live-Reloading GeneratorsTools that convert Markdown and MDX files into a documentation website with a live-reloading development server for instant preview. **Distinct from Markdown Documentation:** Distinct from Markdown Documentation: focuses on the generation and live-preview pipeline, not just the use of markdown for documentation storage.
  • Markdown EditorsRich text editors specifically for authoring and formatting Markdown documents. **Distinct from Markdown Documentation:** Focuses on the active authoring and editing experience rather than the standard for documentation storage.
  • Markdown Sharing SystemsCapabilities for publishing and sharing Markdown content with granular access controls. **Distinct from Markdown Documentation:** Focuses on the sharing and access control of rendered Markdown rather than the documentation standard itself.
  • Specification Documentation GeneratorsSystems that transform formal syntax definitions into human-readable documentation sites or files. **Distinct from Markdown Documentation:** Distinct from Markdown Documentation: specifically generates the formal specification document rather than general technical documentation.
  • Template-Driven Generators2 وسوم فرعيةTools that use predefined layout files to generate markdown content. **Distinct from Markdown Documentation:** Distinct from general markdown documentation by focusing on the template-driven generation process.
  • Visual-to-Markdown Pipelines1 وسم فرعيPipelines that transform visual content from scans and screenshots into structured Markdown. **Distinct from Markdown Documentation:** Transforms visual imagery into Markdown, whereas the parent is for managing documentation systems.