mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-15 20:02:15 +01:00
preparing for master branch
This commit is contained in:
@@ -4,11 +4,8 @@
|
|||||||
<h3 align="center">Gotenberg</h3>
|
<h3 align="center">Gotenberg</h3>
|
||||||
<p align="center">A stateless API for converting Markdown files, HTML files and Office documents to PDF</p>
|
<p align="center">A stateless API for converting Markdown files, HTML files and Office documents to PDF</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://microbadger.com/images/thecodingmachine/gotenberg:{{ .Orbit.Branch }}">
|
<a href="https://microbadger.com/images/thecodingmachine/gotenberg:{{ .Orbit.Latest }}">
|
||||||
<img src="https://images.microbadger.com/badges/version/thecodingmachine/gotenberg:{{ .Orbit.Branch }}.svg" alt="MicroBadger version">
|
<img src="https://images.microbadger.com/badges/image/thecodingmachine/gotenberg:{{ .Orbit.Latest }}.svg" alt="MicroBadger layers">
|
||||||
</a>
|
|
||||||
<a href="https://microbadger.com/images/thecodingmachine/gotenberg:{{ .Orbit.Branch }}">
|
|
||||||
<img src="https://images.microbadger.com/badges/image/thecodingmachine/gotenberg:{{ .Orbit.Branch }}.svg" alt="MicroBadger layers">
|
|
||||||
</a>
|
</a>
|
||||||
<a href="https://travis-ci.org/thecodingmachine/gotenberg">
|
<a href="https://travis-ci.org/thecodingmachine/gotenberg">
|
||||||
<img src="https://travis-ci.org/thecodingmachine/gotenberg.svg?branch={{ .Orbit.Branch }}" alt="Travis CI">
|
<img src="https://travis-ci.org/thecodingmachine/gotenberg.svg?branch={{ .Orbit.Branch }}" alt="Travis CI">
|
||||||
@@ -43,7 +40,7 @@ reimplementing a solution from a project to another project. Meh.
|
|||||||
Let's say you're starting the API using this simple command:
|
Let's say you're starting the API using this simple command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ docker run --rm -p 3000:3000 thecodingmachine/gotenberg:1.0.0
|
$ docker run --rm -p 3000:3000 thecodingmachine/gotenberg:{{ .Orbit.Latest }}
|
||||||
```
|
```
|
||||||
|
|
||||||
The API is now available on your host under `http://127.0.0.1:3000`.
|
The API is now available on your host under `http://127.0.0.1:3000`.
|
||||||
|
|||||||
@@ -4,9 +4,6 @@
|
|||||||
<h3 align="center">Gotenberg</h3>
|
<h3 align="center">Gotenberg</h3>
|
||||||
<p align="center">A stateless API for converting Markdown files, HTML files and Office documents to PDF</p>
|
<p align="center">A stateless API for converting Markdown files, HTML files and Office documents to PDF</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://microbadger.com/images/thecodingmachine/gotenberg:1.0.0">
|
|
||||||
<img src="https://images.microbadger.com/badges/version/thecodingmachine/gotenberg:1.0.0.svg" alt="MicroBadger version">
|
|
||||||
</a>
|
|
||||||
<a href="https://microbadger.com/images/thecodingmachine/gotenberg:1.0.0">
|
<a href="https://microbadger.com/images/thecodingmachine/gotenberg:1.0.0">
|
||||||
<img src="https://images.microbadger.com/badges/image/thecodingmachine/gotenberg:1.0.0.svg" alt="MicroBadger layers">
|
<img src="https://images.microbadger.com/badges/image/thecodingmachine/gotenberg:1.0.0.svg" alt="MicroBadger layers">
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -2,3 +2,6 @@ payload:
|
|||||||
|
|
||||||
- key: Version
|
- key: Version
|
||||||
value: snapshot
|
value: snapshot
|
||||||
|
|
||||||
|
- key: Latest
|
||||||
|
value: 1.0.0
|
||||||
Reference in New Issue
Block a user