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

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

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

3 个仓库

Awesome GitHub RepositoriesDocumentation Toolchains

Integrated sets of tools for generating HTML, PDF, and EPUB versions of documentation from source files.

Distinct from Build Toolchains: Distinct from Build Toolchains: specifically targets documentation generation pipelines, not general software compilation.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Documentation Toolchains. Refine with filters or upvote what's useful.

Awesome Documentation Toolchains GitHub Repositories

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

    mmcgrana/gobyexample

    8,135在 GitHub 上查看↗

    该项目是一个工具链和静态网站生成器,旨在将 Go 源代码和注释转换为结构化的教育技术教程。它充当构建管道,从源文件中提取可执行逻辑和描述性文本,并将它们渲染成面向公众的网站。 该系统使用 HTML 模板将提取的内容转换为一致的站点结构。它包括一个本地 Web 服务器,用于在发布到生产环境之前预览和测试生成的文档。 部署功能包括一个用于将最终静态资产上传到云存储的实用程序,专门支持 Amazon S3 以实现可扩展的 Web 托管。

    Provides an integrated toolchain that extracts executable logic from Go source files to create annotated tutorials.

    Go
    在 GitHub 上查看↗8,135
  • hust-open-atom-club/linux-insides-zhhust-open-atom-club 的头像

    hust-open-atom-club/linux-insides-zh

    7,686在 GitHub 上查看↗

    This project is a Chinese translation and educational resource focused on the internal workings of the Linux kernel. It provides a curated collection of technical content designed for studying low-level operating system mechanisms and kernel development. The project utilizes a specialized localization workflow where translations are maintained in a forked repository. It employs a patch-based model and Git-driven synchronization to align Chinese translations with the original English source files through differential merge processes. The technical scope covers core operating system internals,

    Ships a toolchain that automates the generation of HTML, PDF, and EPUB documentation from source files.

    Pythonchinese-translationkernellinux
    在 GitHub 上查看↗7,686
  • asciidoctor/asciidoctorasciidoctor 的头像

    asciidoctor/asciidoctor

    5,193在 GitHub 上查看↗

    Asciidoctor 是一个基于 Ruby 的文本处理引擎和命令行工具链,旨在将 AsciiDoc 内容转换为结构化的发布格式,包括 HTML5 和 DocBook 5。它作为一个静态内容发布工具链,将原始源文件转换为格式化的文档。 该系统利用可插拔的转换器接口和模板驱动的输出,允许通过自定义转换器或模板覆盖默认的转换逻辑。这使得能够生成特定的文档结构,并将内容导出为各种发布格式以用于不同的分发渠道。 该工具链涵盖了广泛的功能,包括通过开发者接口进行程序化内容转换、通过终端接口进行批量处理,以及为 HTML 输出生成和压缩样式表。它在将原始文本翻译成最终目标格式之前,会将其解析为内部文档模型。

    Provides a set of utilities for programmatically generating and styling documents from plain text sources.

    Rubyasciidocasciidoctorconverter
    在 GitHub 上查看↗5,193
  1. Home
  2. DevOps & Infrastructure
  3. Build Toolchains
  4. Documentation Toolchains