Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Static on-the-fly documentation generator written in Rust to generate fancy looking docs blazing fast!

License

NotificationsYou must be signed in to change notification settings

thecodrr/docgen

Repository files navigation

Docgen is a fork ofDoctave intending to continue the development. All credit goes to the original Docgen authors.

Docgen is an opinionated documentation site generator that converts your Markdown files intoa beautiful documentation site with minimal effort.

Docgen is not a generic static site generator - it is only meant for generating documentation sitesfrom Markdown. This allows the tool to be much simpler than other solutions, with fewerconfiguration steps.

This open source tool is built and maintained byStreetwriters.co.

Features

Docgen comes with a number of documentation-specific features out of the box. No plugins needed.

  • Mermaid.js diagrams
  • Offline full-text search
  • Local live-reloading server
  • Broken links checking
  • Typesetting for mathematical formulas
  • Responsive design
  • Dark mode
  • GitHub flavored markdown
  • Minimal configuration
  • Symlinked files[new]
  • Tabs[new]
  • Static code block syntax highlighting (thanks to syntect)[new]
  • Fast build times (Docgen is built with Rust)

Hosting

Docgen-generated sites can be hosted on any static site hosting provider, such asGitHubPages.

Screenshots

You can customize the color scheme and logo to match your own style. Below are two examples: onewith Docgen's own color scheme, and another customized color scheme.

LightDark
TBDTBD
TBDTBD

Installation

There are a few installation options for Docgen. If you would like another installation option,please open an issue for it.

Precompiled binaries

Docgen provides precompiled binaries for Mac, Linux, and Windows, which you can download from thelatest release page.

Cargo (Rust package manager)

You can also use the Rust package manager, Cargo, to install Docgen. Currently Docgen is notlisted on crates.io, but you can install it directly from GitHub:

$ cargo install --git https://github.com/thecodrr/docgen

Getting started

Once you have Docgen installed, you can run theinit command to create an initial docs site:

$ docgen init

Then, run theserve command to preview your site locally.

$ docgen serveDocgen | ServeStarting development server...Server running on http://0.0.0.0:4001/

About

Static on-the-fly documentation generator written in Rust to generate fancy looking docs blazing fast!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp