Skip to content

Commit

Permalink
upgrade 47degrees to xebia-functional (#725)
Browse files Browse the repository at this point in the history
Co-authored-by: Fede Fernández <[email protected]>
  • Loading branch information
israelperezglez and fedefernandez authored Feb 10, 2023
1 parent cd46dae commit 714787f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions microsite/docs/docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ micrositeDocumentationLabelDescription := "Documentation"
- `micrositeAuthor`: The author of the microsite is taken from this sbt setting. However, if nothing is specified, the default value will be `organizationName`, but you can override it, as we can see in this example:

```scala
micrositeAuthor := "47 Degrees"
micrositeAuthor := "Xebia Functional"
```

- `micrositeHomepage`: Used for the homepage URL, similar to the way we've seen in other properties. This link is used in the footer-left link in the microsite. By default, the value is taken from the sbt setting `homepage`.
Expand Down Expand Up @@ -357,7 +357,7 @@ micrositeConfigYaml := ConfigYml(
)
```

- `micrositeFooterText`: This setting allows the optional configuration of the second line in the footer. By default, it is set to `Some("""Website built with "Sbt-microsites © 2019 47 Degrees""")`. **This string is passed in unsanitized to the templating engine.**. If this setting is set to `None`, the second line is not displayed.
- `micrositeFooterText`: This setting allows the optional configuration of the second line in the footer. By default, it is set to `Some("""Website built with "Sbt-microsites © 2019 Xebia Functional""")`. **This string is passed in unsanitized to the templating engine.**. If this setting is set to `None`, the second line is not displayed.

```scala
micrositeFooterText := Some("<b>Bob</b> the <i>Builder</i>")
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/microsites/layouts/Layout.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object Layout {
href := s"https://www.47deg.com/",
target := "_blank",
rel := "noopener noreferrer",
s"47 Degrees"
s"Xebia Functional"
)
)
}
Expand Down

0 comments on commit 714787f

Please sign in to comment.