Commit b60071d8 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.11.1 [skip ci]

parent 643a1363
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.11.1](https://gitlab.com/to-be-continuous/mkdocs/compare/2.11.0...2.11.1) (2025-12-19)


### Bug Fixes

* non-blocking warning in case failed decoding [@url](https://gitlab.com/url)@ variable ([643a136](https://gitlab.com/to-be-continuous/mkdocs/commit/643a136317bc05cb14bf42c594bd3f3ae6037fd1))

# [2.11.0](https://gitlab.com/to-be-continuous/mkdocs/compare/2.10.0...2.11.0) (2025-12-05)


+4 −4
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.11.0
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.11.1
    # 2: set/override component inputs
    inputs:
      site-dir: "build" # ⚠ this is only an example
@@ -30,7 +30,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/mkdocs'
    ref: '2.11.0'
    ref: '2.11.1'
    file: '/templates/gitlab-ci-mkdocs.yml'

variables:
@@ -100,9 +100,9 @@ If you wish to use it, Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # main template
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.11.0
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.11.1
  # GitLab pages variant
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.11.0
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.11.1
```

## Notable Options of MkDocs
+1 −1
Original line number Diff line number Diff line
@@ -493,7 +493,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "mkdocs", "2.11.0"]
      command: ["--service", "mkdocs", "2.11.1"]
  before_script:
    - !reference [.mkdocs-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"