Skip to content

Doc - Move doc history in front-matter #183

@aymericzip

Description

@aymericzip

On each doc, there is a section as

## Doc History

| Version | Date       | Changes                                                  |
| ------- | ---------- | -------------------------------------------------------- |
| 5.6.1   | 2025-07-25 | Replace `activateDynamicImport` with `importMode` option |
| 5.6.0   | 2025-07-13 | Change default contentDir from `['src']` to `['.']`      |
| 5.5.11  | 2025-06-29 | Add `docs` commands                                      |

We want to remove this section from each doc from each languages to place it in the front-matter (YAML metadata at the top of the .md file)

Example

history:
  - version: 5.6.1
    date: 2025-07-25
    changes: "Replace `activateDynamicImport` with `importMode` option"
  - version: 5.6.0
    date: 2025-07-13
    changes: "Change default contentDir from `['src']` to `['.']`"
  - version: 5.5.11
    date: 2025-06-29
    changes: "Add `docs` commands"

doc location

/docs/{{locale}}/**/*.md -> 1131 md files in 13 different locales

Reason:
will make management easier
it will be added on the banner of the doc

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueonlydust-waveContribute to awesome OSS repos during OnlyDust's open source week

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions