Commit f7eb5620 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent bd00c0bc
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.8.3](https://gitlab.com/to-be-continuous/mkdocs/compare/2.8.2...2.8.3) (2025-07-05)


### Bug Fixes

* fix unscope_variables ([bd00c0b](https://gitlab.com/to-be-continuous/mkdocs/commit/bd00c0bc4a1765cfe5f3ada479a66dc347e4c62a))

## [2.8.2](https://gitlab.com/to-be-continuous/mkdocs/compare/2.8.1...2.8.2) (2025-04-08)


+4 −4
Original line number Diff line number Diff line
@@ -14,7 +14,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.8.2
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.8.3
    # 2: set/override component inputs
    inputs:
      site-dir: "build" # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/mkdocs'
    ref: '2.8.2'
    ref: '2.8.3'
    file: '/templates/gitlab-ci-mkdocs.yml'

variables:
@@ -91,9 +91,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.8.2
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.8.3
  # GitLab pages variant
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.8.2
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.8.3
```

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