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
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 © 2025 Azure Local. Designed and maintained by
<a href='https://www.hybridsolutions.cloud'>Hybrid Cloud Solutions</a>.
Summary
Customize the MkDocs Material footer across all 4 solution repos to include proper branding:
Requirements
Copyright Line
Social Icons (MkDocs Material
extra.social)Repos to Update
azurelocal-sofs-fslogix—mkdocs.ymlaurelocal-avd—mkdocs.ymlazurelocal-loadtools—mkdocs.ymlazurelocal-vm-conversion-toolkit—mkdocs.ymlReference
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 theextra:section: