3 个仓库
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.
该项目是一个工具链和静态网站生成器,旨在将 Go 源代码和注释转换为结构化的教育技术教程。它充当构建管道,从源文件中提取可执行逻辑和描述性文本,并将它们渲染成面向公众的网站。 该系统使用 HTML 模板将提取的内容转换为一致的站点结构。它包括一个本地 Web 服务器,用于在发布到生产环境之前预览和测试生成的文档。 部署功能包括一个用于将最终静态资产上传到云存储的实用程序,专门支持 Amazon S3 以实现可扩展的 Web 托管。
Provides an integrated toolchain that extracts executable logic from Go source files to create annotated tutorials.
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.
Asciidoctor 是一个基于 Ruby 的文本处理引擎和命令行工具链,旨在将 AsciiDoc 内容转换为结构化的发布格式,包括 HTML5 和 DocBook 5。它作为一个静态内容发布工具链,将原始源文件转换为格式化的文档。 该系统利用可插拔的转换器接口和模板驱动的输出,允许通过自定义转换器或模板覆盖默认的转换逻辑。这使得能够生成特定的文档结构,并将内容导出为各种发布格式以用于不同的分发渠道。 该工具链涵盖了广泛的功能,包括通过开发者接口进行程序化内容转换、通过终端接口进行批量处理,以及为 HTML 输出生成和压缩样式表。它在将原始文本翻译成最终目标格式之前,会将其解析为内部文档模型。
Provides a set of utilities for programmatically generating and styling documents from plain text sources.