From 5a03e17e005274f4f7bd1cd4a1821c591b593229 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Wed, 12 Dec 2018 16:37:36 +0100 Subject: [PATCH] fixing introduction in documentation --- build/docs/00-introduction.md | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/docs/00-introduction.md b/build/docs/00-introduction.md index cf549623..15f91a2e 100644 --- a/build/docs/00-introduction.md +++ b/build/docs/00-introduction.md @@ -5,7 +5,7 @@ title: Introduction [Gotenberg](https://github.com/thecodingmachine/gotenberg/) is a Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF. * HTML and Markdown conversions using Google Chrome headless -* Office conversions (.docx, .doc, .odt, .pptx, .ppt, .odp and so on) using [unoconv](https://github.com/dagwieers/unoconv) +* Office conversions (.txt, .rtf, .docx, .doc, .odt, .pptx, .ppt, .odp and so on) using [unoconv](https://github.com/dagwieers/unoconv) * Performance: Google Chrome and Libreoffice (unoconv) started once in the background thanks to PM2 * Failure prevention: PM2 automatically restarts previous processes if they fail * Assets: send your header, footer, images, fonts, stylesheets and so on for converting your HTML and Markdown to beaufitul PDFs! diff --git a/docs/index.html b/docs/index.html index 8425fb15..3240a68d 100755 --- a/docs/index.html +++ b/docs/index.html @@ -71,7 +71,7 @@