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:

  • Added mkdocs.yml configuration with Material theme
  • Created /docs folder 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:

Merge request reports

Loading