Skip to content

Commit 364cd79

Browse files
docs: add footer branding, social links, copyright (#3) and dev warning (#9)
1 parent 51d5c02 commit 364cd79

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Azure Local Load Testing Framework
22

3+
!!! warning "Under Active Development"
4+
This repository is a work in progress. Scripts, templates, and automation are **not guaranteed to work** at this time. Use at your own risk and expect breaking changes.
5+
36
Comprehensive performance and load testing tools for Azure Local infrastructure validation.
47

58
## Overview

mkdocs.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,17 @@ plugins:
9292

9393
extra:
9494
social:
95+
- icon: fontawesome/brands/x-twitter
96+
link: https://x.com/countrycloudboy
97+
name: CountryCloudBoy on X
9598
- icon: fontawesome/brands/github
96-
link: https://github.com/AzureLocal
99+
link: https://github.com/AzureLocal/azurelocal-loadtools
100+
name: GitHub Repository
101+
- icon: fontawesome/solid/globe
102+
link: https://azurelocal.cloud
103+
name: Azure Local Community
97104
homepage: https://azurelocal.cloud
105+
106+
copyright: >-
107+
Copyright © 2025 Azure Local. Designed and maintained by
108+
<a href="https://www.hybridsolutions.cloud">Hybrid Cloud Solutions</a>.

0 commit comments

Comments
 (0)