Commit 7575638e authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent bfc12d32
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.10.0](https://gitlab.com/to-be-continuous/mkdocs/compare/2.9.0...2.10.0) (2025-08-12)


### Features

* modular workflow rules ([bfc12d3](https://gitlab.com/to-be-continuous/mkdocs/commit/bfc12d32a8db975948be661f5ecb23fb8f28979d))

# [2.9.0](https://gitlab.com/to-be-continuous/mkdocs/compare/2.8.3...2.9.0) (2025-07-24)


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

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