Skip to content
Snippets Groups Projects
Commit fbaf29fd authored by danielspeicher's avatar danielspeicher
Browse files

Merge branch 'develop' into 'main'

Add Cypress to docker/l3d#85

See merge request !14
parents fc929fe7 6a161e1b
No related branches found
No related tags found
1 merge request!14Add Cypress to docker/l3d#85
Pipeline #1245571 passed
......@@ -40,4 +40,4 @@ to the Docker container:
- CYPRESS_basicauth_user={{ your.user }}
- CYPRESS_basicauth_pass={{ your.pass }}
Now the `visit` function takes care for it automatically.
\ No newline at end of file
Now the `visit` and all `login` functions take care for it automatically.
---
title: Docker mdshow
repo: https://gitlab.lakedrops.com/docker/mdshow
issues: https://gitlab.lakedrops.com/docker/mdshow/-/issues
tags:
- docker
- mdshow
- tests
---
# mdshow
This docker projects provides a useful tool to create HTML presentations and PDFs using markdown.
To get more Information see [here](https://github.com/jceb/mdshow).
We recommend to use [Ahoy](composer/plugin/ahoy/) by creating an `.ahoy.yml` file,
like [this](https://gitlab.lakedrops.com/lakedrops/slides/-/blob/main/.ahoy.yml?ref_type=heads). This offers three
command:
- serve
- html
- update
---
title: Docker MkDocs
repo: https://gitlab.lakedrops.com/docker/mkdocs
issues: https://gitlab.lakedrops.com/docker/mkdocs/-/issues
tags:
- docker
- mkdocs
- tests
---
# MkDocs
This project provides a tool for creating HTML documentation with markup. We used it for this documentation website
for obvious reasons. Like in many other projects we recommend using [Ahoy](composer/plugin/ahoy/). The file could look like:
```mkdocs
ahoyapi: v2
commands:
up:
cmd: |
docker-compose up -d
echo "Open site in browser: http://127.0.0.1:8999"
echo "It may take a few seconds before the server is up and running."
usage: Start MkDocs server.
down:
cmd: docker-compose down
usage: Stop MkDocs server and remove container.
stop:
cmd: docker-compose stop
usage: Stop MkDocs server.
restart:
cmd: docker-compose restart
usage: Restart MkDocs server.
logs:
cmd: docker-compose logs -f
usage: Show logs from MkDocs server.
build:
cmd: docker-compose exec --workdir=/mkdocs mkdocs mkdocs build
usage: Builds the documentation in site directory.
```
See more information [here](https://www.mkdocs.org/).
\ No newline at end of file
......@@ -97,6 +97,10 @@ nav:
- docker/l3d/index.md
- Drupal: docker/l3d/drupal.md
- Changelog: docker/l3d/changelog.md
- mdshow:
- docker/mdshow/index.md
- MkDocs:
- docker/mkdocs/index.md
- Maven:
- docker/maven-build/index.md
- Node:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment