fixing website

This commit is contained in:
Julien Neuhart
2018-12-10 16:13:27 +01:00
parent 495203c112
commit 06e7a1fda1
19 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ GOLANG_VERSION=1.11.2
# generate documentation. # generate documentation.
doc: doc:
static-docs --in docs --out public --theme gotenberg --title Gotenberg --subtitle "A Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF." static-docs --in build/docs --out docs --theme gotenberg --title Gotenberg --subtitle "A Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF."
# gofmt and goimports all go files. # gofmt and goimports all go files.
fmt: fmt:

View File

@@ -27,7 +27,7 @@ $ docker run --rm -p 3000:3000 thecodingmachine/gotenberg:3
The API is now available on your host at `http://localhost:3000`. The API is now available on your host at `http://localhost:3000`.
Head to the [documentation](https://thecodingmachine.gotenberg.github.io) Head to the [documentation](https://thecodingmachine.github.io/gotenberg)
to learn how to interact with it! to learn how to interact with it!
## Badges ## Badges

View File

Before

Width:  |  Height:  |  Size: 923 B

After

Width:  |  Height:  |  Size: 923 B

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -34,4 +34,4 @@ func main() {
} }
``` ```
For more complete usages, head to the [documentation](https://thecodingmachine.gotenberg.github.io). For more complete usages, head to the [documentation](https://thecodingmachine.github.io/gotenberg).