Skip to content

Commit 8dac0f0

Browse files
author
Kristopher Turner
committed
chore: update mkdocs and workspace configuration files
1 parent 0bf99ba commit 8dac0f0

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {
8+
"files.exclude": {
9+
"**/.git": true,
10+
"site/": true
11+
},
12+
"editor.formatOnSave": true,
13+
"editor.tabSize": 2,
14+
"files.trimTrailingWhitespace": true,
15+
"files.insertFinalNewline": true,
16+
"yaml.schemas": {
17+
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
18+
}
19+
},
20+
"extensions": {
21+
"recommendations": [
22+
"ms-vscode.powershell",
23+
"redhat.vscode-yaml",
24+
"DavidAnson.vscode-markdownlint",
25+
"yzhang.markdown-all-in-one",
26+
"esbenp.prettier-vscode"
27+
]
28+
}
29+
}

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
site_name: Azure Local Load Testing Framework
22
site_description: Comprehensive performance and load testing tools for Azure Local infrastructure validation
3+
site_author: Azure Local Cloud
34
site_url: https://azurelocal.github.io/azurelocal-loadtools/
45
repo_url: https://github.com/AzureLocal/azurelocal-loadtools
56
repo_name: AzureLocal/azurelocal-loadtools
@@ -145,5 +146,5 @@ extra:
145146
homepage: https://azurelocal.cloud
146147

147148
copyright: >-
148-
Copyright © 2025 Azure Local. Designed and maintained by
149+
Copyright © 2026 Azure Local. Designed and maintained by
149150
<a href="https://www.hybridsolutions.cloud">Hybrid Cloud Solutions</a>.

0 commit comments

Comments
 (0)