awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

19 个仓库

Awesome GitHub RepositoriesDocumentation

Tools for generating API and project documentation.

Explore 19 awesome GitHub repositories matching part of an awesome list · Documentation. Refine with filters or upvote what's useful.

Awesome Documentation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • mingrammer/diagramsmingrammer 的头像

    mingrammer/diagrams

    42,356在 GitHub 上查看↗

    Diagrams is a diagram-as-code framework and infrastructure mapping tool used to generate system architecture visualizations via Python code. It functions as a programmatic wrapper for Graphviz, allowing users to define cloud services and their interconnections to create structured architectural layouts. The project specializes in cloud architecture visualization by mapping software components to a library of provider-specific icons. This approach enables the management of system designs within version control to track architecture changes over time. The library provides capabilities for conf

    Creates cloud system architecture diagrams as code.

    Pythonarchitecturediagramdiagram-as-code
    在 GitHub 上查看↗42,356
  • mkdocs/mkdocsmkdocs 的头像

    mkdocs/mkdocs

    22,177在 GitHub 上查看↗

    MkDocs is a static site generator designed specifically for creating project documentation. It functions as a command-line utility that transforms structured Markdown files into professional, searchable websites. By utilizing a centralized configuration file, it manages site metadata, navigation hierarchies, and build settings to ensure consistent output across documentation projects. The platform distinguishes itself through a highly extensible architecture that separates content from presentation. Users can apply visual themes to control the site's appearance, while a plugin-based build sys

    Markdown-friendly documentation generator.

    Pythondocumentationmarkdownmkdocs
    在 GitHub 上查看↗22,177
  • gollum/gollumgollum 的头像

    gollum/gollum

    14,279在 GitHub 上查看↗

    Gollum is a Git-powered wiki engine and content management system that provides a web-based interface for editing and organizing files stored in a Git repository. It functions as a self-hosted documentation tool, using a Git-based storage backend to manage page content and track version history. The system is characterized by a pluggable markup rendering architecture that converts multiple markup languages and specialized notations into HTML. It supports a wide array of rich content, including mathematical typesetting, BibTeX bibliographies, and diagrams rendered via Mermaid. Broad capabilit

    Host a Git-powered wiki with a web interface.

    Rubydocumentationdocumentation-toolgollum
    在 GitHub 上查看↗14,279
  • sphinx-doc/sphinxsphinx-doc 的头像

    sphinx-doc/sphinx

    7,678在 GitHub 上查看↗

    Sphinx is an extensible documentation framework and multi-format document publisher. It serves as a technical content organizer that converts reStructuredText markup and Python source code comments into structured documentation for technical projects. The system transforms a single set of markup files into multiple output formats, including HTML, LaTeX, EPUB, and Texinfo. It functions as a Python API documentation tool, extracting documentation directly from source code to maintain synchronized technical reference manuals. The framework organizes complex information into hierarchies with aut

    Standard documentation generator for Python.

    Pythondocsdocumentationdocumentation-tool
    在 GitHub 上查看↗7,678
  • github-changelog-generator/github-changelog-generatorgithub-changelog-generator 的头像

    github-changelog-generator/github-changelog-generator

    7,529在 GitHub 上查看↗

    This project is an automated release note tool and markdown history generator that transforms repository activity into structured documentation. It functions as a GitHub API client and CI/CD pipeline component, aggregating tags, issues, and pull requests to produce categorized summaries of project changes. The tool distinguishes itself through native GitHub Enterprise integration, supporting custom API endpoints for self-hosted server instances. It employs a label-based categorization system to group changes into specific sections and utilizes personal access tokens or OAuth to manage API rat

    Automate changelog generation from GitHub metadata.

    Rubychangelogchangelog-generatorgenerator
    在 GitHub 上查看↗7,529
  • zircote/swagger-phpzircote 的头像

    zircote/swagger-php

    5,298在 GitHub 上查看↗

    swagger-php 是一个 OpenAPI 规范生成器和 PHP API 文档库。它扫描 PHP 源代码属性和注解,以生成标准化的规范文件和交互式 API 参考。 该工具作为一个模式推断引擎,从原生 PHP 类型提示和泛型块中派生数据类型和模式。它使用基于反射的静态分析来提取元数据而不执行应用程序逻辑,并支持递归模式继承以合并来自父类和接口的定义。 该项目包括一个用于将 API 定义导出为静态 YAML 或 JSON 文件的命令行工具。它还提供了一个带有插件式处理逻辑的规范组装流水线,以修改源代码的分析或结构化方式。

    Generates OpenAPI documentation for REST APIs.

    PHP
    在 GitHub 上查看↗5,298
  • mitmproxy/pdocmitmproxy 的头像

    mitmproxy/pdoc

    2,512在 GitHub 上查看↗

    API Documentation for Python Projects

    Auto-generates API documentation for Python libraries.

    Pythonapiapi-documentationdocs
    在 GitHub 上查看↗2,512
  • apipie/apipie-railsApipie 的头像

    Apipie/apipie-rails

    2,505在 GitHub 上查看↗

    Ruby on Rails API documentation tool

    Document Rails APIs using Ruby-based syntax.

    Ruby
    在 GitHub 上查看↗2,505
  • trulia/hologramtrulia 的头像

    trulia/hologram

    2,176在 GitHub 上查看↗

    A markdown based documentation system for style guides.

    Generate style guides from CSS comments.

    Ruby
    在 GitHub 上查看↗2,176
  • apigen/apigenapigen 的头像

    apigen/apigen

    2,167在 GitHub 上查看↗

    PHP 7.1 ready Smart and Simple Documentation for your PHP project

    API documentation generator.

    PHP
    在 GitHub 上查看↗2,167
  • dedoc/scramblededoc 的头像

    dedoc/scramble

    1,982在 GitHub 上查看↗

    Generates OpenAPI documentation from code.

    PHPapigeneratorlaravel
    在 GitHub 上查看↗1,982
  • ruby-grape/grape-swaggerruby-grape 的头像

    ruby-grape/grape-swagger

    1,100在 GitHub 上查看↗

    Add OAPI/swagger v2.0 compliant documentation to your grape API

    Generate Swagger-compliant documentation for Grape APIs.

    Ruby
    在 GitHub 上查看↗1,100
  • ruby/rdocruby 的头像

    ruby/rdoc

    919在 GitHub 上查看↗

    RDoc produces HTML and online documentation for Ruby projects.

    Generate HTML and CLI documentation for Ruby projects.

    Ruby
    在 GitHub 上查看↗919
  • dauxio/daux.iodauxio 的头像

    dauxio/daux.io

    825在 GitHub 上查看↗

    Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.

    Documentation generator using Markdown.

    PHP
    在 GitHub 上查看↗825
  • drwl/annotaterbdrwl 的头像

    drwl/annotaterb

    608在 GitHub 上查看↗

    A Ruby Gem that adds annotations to your Rails models and route files.

    Annotate database schemas directly into model files.

    Ruby
    在 GitHub 上查看↗608
  • rrrene/inchrrrene 的头像

    rrrene/inch

    518在 GitHub 上查看↗

    A documentation analysis tool for the Ruby language

    Evaluate documentation coverage for Ruby code.

    Ruby
    在 GitHub 上查看↗518
  • adamcooke/documentationadamcooke 的头像

    adamcooke/documentation

    213在 GitHub 上查看↗

    A Rails engine to provide the ability to add documentation to a Rails application

    Add documentation capabilities to Rails applications.

    Ruby
    在 GitHub 上查看↗213
  • tuwilof/fittingtuwilof 的头像

    tuwilof/fitting

    64在 GitHub 上查看↗

    Library add improve test log for RSpec and WebMock, validate its according to API Blueprint and Open API, show the documentation coverage with log.

    Validate API documentation against test logs.

    Ruby
    在 GitHub 上查看↗64
  • rdoc/hanna-nouveaurdoc 的头像

    rdoc/hanna-nouveau

    44在 GitHub 上查看↗

    RDoc generator designed with simplicity, beauty and ease of browsing in mind

    Format RDoc documentation with a clean aesthetic.

    Ruby
    在 GitHub 上查看↗44
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Documentation