From 29d1bf00c8c58ed498a0a689f01ad0e2b6b3a326 Mon Sep 17 00:00:00 2001 From: David Millar Date: Sun, 19 Jan 2025 14:13:29 -0500 Subject: [PATCH] Add honkit (#183) Co-authored-by: Myles Braithwaite --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6f773f..afffcd0 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ A static web site generator is an application that takes plain text files and co * [Docsify](https://docsify.js.org/) - A magical documentation site generator. `#JavaScript` `#Node.js` * [Doctave](https://github.com/Doctave/doctave) - A batteries-included developer documentation site generator. - `#Rust` * [Docusaurus](https://docusaurus.io/) - Easy to maintain open source documentation websites. - `#JavaScript` `#React` +* [GitBook](https://github.com/GitbookIO/gitbook) - Modern documentation format and toolchain using Git and Markdown. - `#GitBook` + * [HonKit](https://github.com/honkit/honkit) - Community-maintained fork of GitBook wiith ongoing plugin and core maintenance. - `#HonKit` * [mdBook](https://rust-lang.github.io/mdBook) - Create book from markdown files. - `#Rust` * [MkDocs](https://www.mkdocs.org/) - Write your docs in Markdown and configure the generator with a single YAML configuration file. - `#Python` * [Orchid Javadoc](https://orchid.run/plugins/orchidjavadoc) - Create beautiful Javadocs for your project within your Orchid site. - `#Orchid` `#Java` `#Kotlin` @@ -188,7 +190,6 @@ A static web site generator is an application that takes plain text files and co ### Wikis -* [GitBook](https://github.com/GitbookIO/gitbook) - Modern documentation format and toolchain using Git and Markdown. - `#GitBook` * [Gollum](https://github.com/gollum/gollum) - Gollum is a simple wiki system built on top of Git. - `#Ruby` * [ikiwiki](https://ikiwiki.info/) - `#Perl` * [mdBook](https://github.com/rust-lang/mdBook) - Create book from markdown files. Like Gitbook but implemented in Rust. - `#Rust`