Skip to content

Commit

Permalink
Fix shields backend get started v1.5 (#515)
Browse files Browse the repository at this point in the history
* test commit

* fixes shields in get started backend

* Update content/en/api/components/layout/pageview.md
  • Loading branch information
carlossteinzup committed Apr 27, 2021
1 parent aa409d5 commit 61f3f8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/en/get-started/installing-beagle/backend.md
Expand Up @@ -79,7 +79,7 @@ If you want to use Micronaut 2.0, you can use the new website, very similar to S

Use Spring's Initializr to create a project for your micro-service. Click the following link, [**Spring Initializr for Beagle Spring Starter**](https://start.spring.io/#!type=maven-project&language=kotlin&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=bff&name=bff&description=Demo%20project%20for%20Beagle%20BFF%20using%20Spring%20Boot&packageName=com.example.bff&dependencies=actuator), to get recommended settings.

![Spring Initializr with recommended settings for a BFF with Spring, using Beagle Spring Starter](/image%20%288%29.png)
![Spring Initializr with recommended settings for a BFF with Spring, using Beagle Spring Starter](/shared/image%20%288%29.png)

- These settings are:
- Maven dependency manager;
Expand Down Expand Up @@ -156,7 +156,7 @@ Insert the Beagle's release version on the place of`${beagle.version}`, in other

For example:

![https://img.shields.io/bintray/v/zupit/repo/beagle](/image%20%28107%29.png)-`ext.beagle.version = "0.2.8"`
![https://img.shields.io/bintray/v/zupit/repo/beagle](/shared/image%20%28107%29.png)-`ext.beagle.version = "0.2.8"`

{{% alert color="warning" %}}
Remember to always check if you're using the latest version of Beagle. To see this information, you just have to pass your mouse above the version number. After that, sync your machine.
Expand Down
4 changes: 2 additions & 2 deletions content/pt/get-started/installing-beagle/backend.md
Expand Up @@ -83,7 +83,7 @@ Neste caso, usaremos o site do Spring para gerar um projeto com o microsserviço

- Clique no link a seguir e você verá a página abaixo: [Spring Initializer for Beagle Spring Starter](https://start.spring.io/#!type=maven-project&language=kotlin&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=bff&name=bff&description=Demo%20project%20for%20Beagle%20BFF%20using%20Spring%20Boot&packageName=com.example.bff&dependencies=actuator)

![Spring Initializer com as configurações recomendadas para o iniciar o projeto do Beagle com o Spring](/image%20%288%29.png)
![Spring Initializer com as configurações recomendadas para o iniciar o projeto do Beagle com o Spring](/shared/image%20%288%29.png)

- Essa configuração inicial utiliza:
- Kotlin com Maven;
Expand Down Expand Up @@ -165,7 +165,7 @@ Para seguir com esse requerimento, basta adicionar o arquivo pom à sua dependê

Insira a versão de release do Beagle no lugar de `${beagle.version}`. Ou seja, coloque a versão do Beagle destacada em azul da `badge` acima, mas sem o **`caracter v`** que antecede os números de versão.

Por exemplo:![https://img.shields.io/bintray/v/zupit/repo/beagle](/image%20%28107%29.png)-`ext.beagle.version = "1.0.0"`
Por exemplo:![https://img.shields.io/bintray/v/zupit/repo/beagle](/shared/image%20%28107%29.png)-`ext.beagle.version = "1.0.0"`

{{% alert color="warning" %}}
Lembre de sempre verificar se você está usando a versão mais recente do Beagle. Para saber disso, basta passar o mouse por cima do número da versão. Depois disso, sincronize com sua máquina.
Expand Down

0 comments on commit 61f3f8d

Please sign in to comment.