Skip to content

Commit d3fbb79

Browse files
authored
Update getting-started.md
1 parent 24644bd commit d3fbb79

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/getting-started.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -58,43 +58,43 @@ It is for developers looking to build and maintain full feature progressive web
5858

5959
### App landing page
6060

61-
[![Landing page](../img/landing.png)]
61+
![Landing page](../img/landing.png)
6262

6363
### Dashboard Login
6464

65-
[![Magic-link login](../img/login.png)]
65+
![Magic-link login](../img/login.png)
6666

6767
### Dashboard User Management
6868

69-
[![Moderator user management](../img/dashboard.png)]
69+
![Moderator user management](../img/dashboard.png)
7070

7171
### Interactive API documentation
7272

73-
[![Interactive API docs](../img/redoc.png)]
73+
![Interactive API docs](../img/redoc.png)
7474

7575
### Enabling two-factor security (TOTP)
7676

77-
[![Enabling TOTP](../img/totp.png)]
77+
![Enabling TOTP](../img/totp.png)
7878

7979
## How to use it
8080

8181
### Installing for local development
8282

8383
Running Cookiecutter to customise the deployment with your settings, and then building with Docker compose, takes about 20 minutes.
8484

85-
-> [Development and installation](development-guide.md)
85+
- [Development and installation](development-guide.md)
8686

8787
### Deploying for production
8888

8989
This stack can be adjusted and used with several deployment options that are compatible with Docker Compose, but it is designed to be used in a cluster controlled with pure Docker in Swarm Mode with a Traefik main load balancer proxy handling automatic HTTPS certificates, using the ideas from [DockerSwarm.rocks](https://dockerswarm.rocks).
9090

91-
-> [Deployment for production](deployment-guide.md)
91+
- [Deployment for production](deployment-guide.md)
9292

9393
### Authentication with magic and TOTP
9494

9595
Time-based One-Time Password (TOTP) authentication extends the login process to include a challenge-response component where the user needs to enter a time-based token after their preferred login method.
9696

97-
-> [Authentication and magic tokens](authentication-guide.md)
97+
- [Authentication and magic tokens](authentication-guide.md)
9898

9999
### More details
100100

0 commit comments

Comments
 (0)