-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from nktnet1/gotenberg-documentation
feat: gotenberg documentation
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Gotenberg | ||
head: | ||
- tag: "meta" | ||
attrs: | ||
property: "og:title" | ||
content: "How to host Gotenberg with Coolify" | ||
description: "Here you can find the documentation for hosting Gotenberg with Coolify." | ||
--- | ||
|
||
import { Badge } from '@astrojs/starlight/components'; | ||
|
||
<Badge text="One-click setup." variant="note" size="large" /> | ||
|
||
![Gotenberg](https://user-images.githubusercontent.com/8983173/130322857-185831e2-f041-46eb-a17f-0a69d066c4e5.png) | ||
|
||
## What is Gotenberg? | ||
|
||
Gotenberg provides a developer-friendly API to interact with powerful tools like Chromium and LibreOffice | ||
for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more! | ||
|
||
Gotenberg **has no UI**. Head to the [documentation](https://gotenberg.dev/docs/getting-started/introduction) to learn how to interact with it 🚀. | ||
|
||
## Links | ||
|
||
- [Official Website ›](https://https://gotenberg.dev) | ||
- [GitHub ›](https://github.com/gotenberg/gotenberg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters