mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
fixing website
This commit is contained in:
2
Makefile
2
Makefile
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 923 B After Width: | Height: | Size: 923 B |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
@@ -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).
|
||||||
Reference in New Issue
Block a user