Skip to content

Conversation

@seaxwi
Copy link
Collaborator

@seaxwi seaxwi commented Feb 23, 2022

This rule enforces a safe and consistent filename standard based on each article title.

Starting with the article title, the filename is determined by following these steps:

  1. Remove all single quotes ' and double quotes "
  2. Convert all sequences (1 or more) of non-alphanumeric characters to a single dash -
  3. Remove any leading or trailing dash -
  4. Append the .md extension

Documented here: https://github.com/arduino/help-center-content/blob/linter-dev/_linter/markdownlint/Rules.md

All articles on this branch have been renamed to pass the check. As a precaution the filenames in About Arduino/Community on main in b4e39e0, which produced the desired result: passing the check without deploying anything.

@CLAassistant
Copy link

CLAassistant commented Feb 23, 2022

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@juditmv juditmv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good.
Is it OK that this file is deleted, intead of it's title getting changed?

content/About Arduino/Courses and Workshops/Can_I_use_the_Arduino_logo_in_the_course_material_for_my_course.md

@seaxwi
Copy link
Collaborator Author

seaxwi commented Mar 2, 2022

All good. Is it OK that this file is deleted, intead of it's title getting changed?

content/About Arduino/Courses and Workshops/Can_I_use_the_Arduino_logo_in_the_course_material_for_my_course.md

@juditmv That file was a duplicate, the article contents are in content/About Arduino/Courses and Workshops/Can-I-use-the-Arduino-logo-in-course-material.md

@seaxwi seaxwi requested a review from juditmv March 2, 2022 16:41
@juditmv
Copy link
Collaborator

juditmv commented Mar 2, 2022

All good. Is it OK that this file is deleted, intead of it's title getting changed?
content/About Arduino/Courses and Workshops/Can_I_use_the_Arduino_logo_in_the_course_material_for_my_course.md

@juditmv That file was a duplicate, the article contents are in content/About Arduino/Courses and Workshops/Can-I-use-the-Arduino-logo-in-course-material.md

In that case: all green lights from my side. 👍

@juditmv juditmv closed this Mar 2, 2022
@juditmv juditmv reopened this Mar 2, 2022
Copy link
Collaborator

@juditmv juditmv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good 👍

@seaxwi seaxwi merged commit d072464 into main Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants