Docu fixes (#18056)

* added missing context

* removed duplicate header
This commit is contained in:
Oleh Dmytrychenko 2023-09-18 12:51:44 +03:00 committed by GitHub
parent 9e75cce67e
commit ff37cf49de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -123,8 +123,8 @@ a variable in the code.
ENTRYPOINT [ "/bin/server" ]
```
Now the version of the server when building the binary, without having to update
the source code. To verify this, you can the `server` target and start a
Now the version of the server is injected when building the binary, without having to update
the source code. To verify this, you can build the `server` target and start a
container with `docker run`. The server outputs `v0.0.1` as the version on
startup.

View File

@ -4,8 +4,6 @@ title: Code blocks
toc_max: 3
---
# Code blocks
Rouge provides lots of different code block "hints". If you leave off the hint,
it tries to guess and sometimes gets it wrong. These are just a few hints that
we use often.