Skip to content

MkDocs footer customization — copyright, branding, social links #3

@kristopherjturner

Description

@kristopherjturner

Summary

Customize the MkDocs Material footer across all 4 solution repos to include proper branding:

Requirements

Copyright Line

Copyright (c) 2025 Azure Local. Designed and maintained by Hybrid Cloud Solutions.

Social Icons (MkDocs Material extra.social)

Repos to Update

  • azurelocal-sofs-fslogixmkdocs.yml
  • aurelocal-avdmkdocs.yml
  • azurelocal-loadtoolsmkdocs.yml
  • azurelocal-vm-conversion-toolkitmkdocs.yml

Reference

The Docusaurus site (azurelocal.github.io) footer was already updated with Hybrid Cloud Solutions branding. This issue brings the MkDocs repos in line.

Implementation

In each mkdocs.yml, update the extra: section:

extra:
  social:
    - icon: fontawesome/brands/x-twitter
      link: https://x.com/countrycloudboy
      name: CountryCloudBoy on X
    - icon: fontawesome/brands/github
      link: https://github.com/AzureLocal/<repo-name>
      name: GitHub Repository
    - icon: fontawesome/solid/globe
      link: https://azurelocal.cloud
      name: Azure Local Community

copyright: >-
  Copyright &copy; 2025 Azure Local. Designed and maintained by
  <a href='https://www.hybridsolutions.cloud'>Hybrid Cloud Solutions</a>.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions