.gitlab-ci.yml) β Avoid making changes to GitLab-related configuration files.feature/update-docs).docs: update README with PR process).main branch.main branch.publish-links Folder β The repository contains a dedicated folder for publish links.publish-links.md β Modifying this file may disrupt the publishing process.publish-links.xlsx for Editing β Download and update publish-links.xlsx if you need to make any modifications.CHANGELOG.md) to track documentation updates.getting-started.md, not Getting_Started.MD).Avoid Spaces in Filenames β Use hyphens or underscores instead (Picture-3.png instead of Picture 3.png).
Preferred Syntax for Image Embedding in HTML:
<img src="../Prepare-a-Flowchart-for-the-Consolidation-of-Data-Infrastructure/images/Picture-3.png" width="750"/>If Renaming is Not Possible: Use URL encoding for spaces (%20):
<img src="../Prepare-a-Flowchart-for-the-Consolidation-of-Data-Infrastructure/Pictures/Picture%203.png" width="750"/>Ensure Correct Relative Paths β Validate the path relative to the Markdown or HTML fileβs location.
This ensures better file management, image handling, and documentation quality.