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

chore(release): 2.8.1 [skip ci]

parent bde3f485
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [2.8.1](https://gitlab.com/to-be-continuous/mkdocs/compare/2.8.0...2.8.1) (2025-04-07)


### Bug Fixes

* cope with mkdocs.yml or mkdocs.yaml ([09b6c68](https://gitlab.com/to-be-continuous/mkdocs/commit/09b6c680b35ea1aa7138650ae8edd1272db3ff0e))

# [2.8.0](https://gitlab.com/to-be-continuous/mkdocs/compare/2.7.0...2.8.0) (2025-01-27)


+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.0
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.8.1
    # 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.0'
    ref: '2.8.1'
    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.0
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs@2.8.1
  # GitLab pages variant
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.8.0
  - component: $CI_SERVER_FQDN/to-be-continuous/mkdocs/gitlab-ci-mkdocs-pages@2.8.1
```

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