Skip to content

Python changelog is broken with LLM buttons #215

@patrikbraborec

Description

@patrikbraborec

To generate a changelog for the Python client and SDK, the following action is used: https://github.com/apify/workflows/blob/main/.github/workflows/python_bump_and_update_changelog.yaml. The current implementation does not work correctly with LLM buttons, see:

Image

The buttons should be under the title as on other documentation pages. The problem is related to this: apify/apify-docs#1860, and the solution is to remove the main title from the document (# Changelog) and use the title in the frontmatter:

---
title: Changelog
...
---

The other solution is to remove LLM buttons from changelog(s).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions