Add GitLab Pages documentation site using MkDocs
https://www.drupal.org/project/image_link_formatter/issues/3612109
Added initial implementation of GiLab Pages documentation site:
This MR implements a GitLab Pages documentation site for the Image Link Formatter module following the standard Drupal GitLab templates approach.
Changes included:
✅ Addedmkdocs.ymlconfiguration with Material theme✅ Created/docsfolder structure with comprehensive documentation✅ Migrated and enhanced content from README✅ Added installation, configuration, usage, and troubleshooting guides✅ Configured automatic publishing on commits to default branch✅ Updated main README to link to the new documentation site
Documentation site will be published at:
https://project.pages.drupalcode.org/image_link_formatter
Testing:
- Local build tested with
mkdocs serve - All internal links validated
- Logo displays correctly
- Search functionality verified
References: