All Projects → Doctave → doctave

Doctave / doctave

Licence: MIT License
A batteries-included developer documentation site generator

Programming Languages

rust
11053 projects
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to doctave

Fornax
Scriptable static site generator using type safe F# DSL to define page templates.
Stars: ✭ 175 (-49.86%)
Mutual labels:  static-site-generator, documentation-generator
reslate
Beautiful static documentation for your API
Stars: ✭ 98 (-71.92%)
Mutual labels:  static-site-generator, documentation-generator
nodejs-markdown-site
Markdown-based site (blog, project documentation, etc) written with NodeJS.
Stars: ✭ 68 (-80.52%)
Mutual labels:  documentation-generator, documentation-site
Log4brains
✍️ Log and publish your architecture decisions (ADR)
Stars: ✭ 98 (-71.92%)
Mutual labels:  static-site-generator, documentation-generator
docuowl
🦉 A documentation generator
Stars: ✭ 1,199 (+243.55%)
Mutual labels:  documentation-generator, documentation-site
doxybook2
Doxygen XML to Markdown (or JSON)
Stars: ✭ 140 (-59.89%)
Mutual labels:  documentation-generator
cards.py
Generate Print-and-Play cards for your board games
Stars: ✭ 16 (-95.42%)
Mutual labels:  static-site-generator
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (-83.38%)
Mutual labels:  static-site-generator
hubi
Humanitarian ubiquitous language helper
Stars: ✭ 17 (-95.13%)
Mutual labels:  documentation-generator
jschr.io
The static website generator service behind jschr.io.
Stars: ✭ 70 (-79.94%)
Mutual labels:  static-site-generator
hugo-travelify-theme
Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
Stars: ✭ 34 (-90.26%)
Mutual labels:  static-site-generator
kun
a small static site generator
Stars: ✭ 16 (-95.42%)
Mutual labels:  static-site-generator
nuxt-starter-netlify-cms
Example nuxt + netlify cms project. Nuxt port of Gatsby starter app.
Stars: ✭ 13 (-96.28%)
Mutual labels:  static-site-generator
codewriting
Source for Codewriting (book) and the Codewriting/Code the Docs (site/blog)
Stars: ✭ 49 (-85.96%)
Mutual labels:  docs-as-code
nera
A lightweight static site generator
Stars: ✭ 12 (-96.56%)
Mutual labels:  static-site-generator
hakyll-bootstrap
Basic Hakyll + Bootstrap site
Stars: ✭ 26 (-92.55%)
Mutual labels:  static-site-generator
hugo-gulp-template
Enhanced template for Hugo projects
Stars: ✭ 28 (-91.98%)
Mutual labels:  static-site-generator
uzu
Uzu is a static site generator with built-in web server, file modification watcher, live reload, i18n, themes, multi-page support, inject external data via local Raku module, and external pre/post command execution.
Stars: ✭ 30 (-91.4%)
Mutual labels:  static-site-generator
permalinks
A Metalsmith plugin for permalinks.
Stars: ✭ 61 (-82.52%)
Mutual labels:  static-site-generator
pagd
Static site generator in python.
Stars: ✭ 57 (-83.67%)
Mutual labels:  static-site-generator

CI Status Docs

Doctave

Doctave is an opinionated documentation site generator that converts your Markdown files into a beautiful documentation site with minimal effort.

Doctave is not a generic static site generator - it is only meant for generating documentation sites from Markdown. This allows the tool to be much simpler than other solutions, with fewer configuration steps.

This open source tool is built and maintained by Doctave.com.

Features

Doctave 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
  • Fast build times (Doctave is built with Rust)

Hosting

Doctave-generated sites can be hosted on any static site hosting provider, such as GitHub Pages. You can also use Doctave.com, which is a specialized Doctave host, for free for public docs.

Screenshots

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

Light Dark
Exmple 1 Example 2
Exmple 2 Example 2

Installation

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

Precompiled binaries

Doctave provides precompiled binaries for Mac, Linux, and Windows, which you can download from the latest release page.

Homebrew

Doctave maintains its own homebrew tap, and you can install Doctave via the following command:

$ brew install doctave/doctave/doctave

This will take a few minutes as Doctave is compiled from scratch for your machine.

Cargo (Rust package manager)

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

$ cargo install --git https://github.com/Doctave/doctave --tag 0.4.2

Getting started

Once you have Doctave installed, you can run the init command to create an initial docs site:

$ doctave init

Then, run the serve command to preview your site locally.

$ doctave serve

Doctave | Serve
Starting development server...

Server running on http://0.0.0.0:4001/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].