* Add crowdin translations
* Run script/i18n/homogenize-frontmatter.js
* Run script/i18n/fix-translation-errors.js
* Run script/i18n/lint-translation-files.js --check rendering
* run script/i18n/reset-files-with-broken-liquid-tags.js --language=es
* run script/i18n/reset-known-broken-translation-files.js
* Check in es CSV report
* simplify table-of-contents
* key
* fix rendering tests
* Not so much top margin
* Map topic ToC links are spans
* use p tag
* Back to span for the article title
* Update comment to match markup
* remove hack
* use h2 instead
* fix tests
* fix use of key
* use regular className instead
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
* Add crowdin translations
* Run script/i18n/homogenize-frontmatter.js
* Run script/i18n/fix-translation-errors.js
* Run script/i18n/lint-translation-files.js --check rendering
* run script/i18n/reset-files-with-broken-liquid-tags.js --language=es
* run script/i18n/reset-known-broken-translation-files.js
* Check in es CSV report
Co-authored-by: Hector Alfaro <hectorsector@github.com>
* Depedabot: explain how to allow rebases over appended commits
By default Dependabot stops rebasing PRs that have been altered, in some cases (especially when setting up automations that add commits to PRs automatically), this is not desirable, and it's preferable for Dependabot to force push over those commits, removing them and having the automation re-generate them.
This is a feature that's been present in Dependabot for a while already, but has not been documented, so let's document it.
* Update content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md
* Update content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md
Co-authored-by: Jurre <jurre@github.com>
* Update content/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates.md
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>