Skip to content

Commit 6aa4fd7

Browse files
author
Kristopher Turner
committed
style: run Prettier on all src files to fix CI formatting check
All 5 new pages and 7 pre-existing src files reformatted by Prettier to resolve failing 'Check formatting with Prettier' step in Deploy action.
1 parent ccdb357 commit 6aa4fd7

5 files changed

Lines changed: 441 additions & 111 deletions

File tree

src/pages/about.js

Lines changed: 148 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -28,67 +28,150 @@ const repoCardStyle = {
2828
};
2929

3030
const repos = [
31-
{ name: 'azurelocal.github.io', desc: 'This documentation site — implementation guides, automation runbooks, and standards.', url: 'https://github.com/AzureLocal/azurelocal.github.io' },
32-
{ name: 'azurelocal-toolkit', desc: 'PowerShell scripts and Bicep templates for deploying and validating Azure Local infrastructure.', url: 'https://github.com/AzureLocal/azurelocal-toolkit' },
33-
{ name: 'azurelocal-avd', desc: 'Azure Virtual Desktop on Azure Local — deployment guides and automation.', url: 'https://github.com/AzureLocal/azurelocal-avd' },
34-
{ name: 'azurelocal-sofs-fslogix', desc: 'Scale-Out File Server and FSLogix profile container configuration for Azure Local.', url: 'https://github.com/AzureLocal/azurelocal-sofs-fslogix' },
35-
{ name: 'azurelocal-loadtools', desc: 'Load testing and benchmarking tools for Azure Local clusters.', url: 'https://github.com/AzureLocal/azurelocal-loadtools' },
36-
{ name: 'azurelocal-vm-conversion-toolkit', desc: 'Tools and guides for migrating VMs to Azure Local from other platforms.', url: 'https://github.com/AzureLocal/azurelocal-vm-conversion-toolkit' },
37-
{ name: 'azurelocal-training', desc: 'Structured training curriculum and learning paths for Azure Local.', url: 'https://github.com/AzureLocal/azurelocal-training' },
38-
{ name: 'azurelocal-copilot', desc: 'GitHub Copilot customisation and AI-assisted authoring standards for the org.', url: 'https://github.com/AzureLocal/azurelocal-copilot' },
39-
{ name: 'azurelocal-nutanix-migration', desc: 'Guidance and automation for migrating from Nutanix to Azure Local.', url: 'https://github.com/AzureLocal/azurelocal-nutanix-migration' },
31+
{
32+
name: 'azurelocal.github.io',
33+
desc: 'This documentation site — implementation guides, automation runbooks, and standards.',
34+
url: 'https://github.com/AzureLocal/azurelocal.github.io',
35+
},
36+
{
37+
name: 'azurelocal-toolkit',
38+
desc: 'PowerShell scripts and Bicep templates for deploying and validating Azure Local infrastructure.',
39+
url: 'https://github.com/AzureLocal/azurelocal-toolkit',
40+
},
41+
{
42+
name: 'azurelocal-avd',
43+
desc: 'Azure Virtual Desktop on Azure Local — deployment guides and automation.',
44+
url: 'https://github.com/AzureLocal/azurelocal-avd',
45+
},
46+
{
47+
name: 'azurelocal-sofs-fslogix',
48+
desc: 'Scale-Out File Server and FSLogix profile container configuration for Azure Local.',
49+
url: 'https://github.com/AzureLocal/azurelocal-sofs-fslogix',
50+
},
51+
{
52+
name: 'azurelocal-loadtools',
53+
desc: 'Load testing and benchmarking tools for Azure Local clusters.',
54+
url: 'https://github.com/AzureLocal/azurelocal-loadtools',
55+
},
56+
{
57+
name: 'azurelocal-vm-conversion-toolkit',
58+
desc: 'Tools and guides for migrating VMs to Azure Local from other platforms.',
59+
url: 'https://github.com/AzureLocal/azurelocal-vm-conversion-toolkit',
60+
},
61+
{
62+
name: 'azurelocal-training',
63+
desc: 'Structured training curriculum and learning paths for Azure Local.',
64+
url: 'https://github.com/AzureLocal/azurelocal-training',
65+
},
66+
{
67+
name: 'azurelocal-copilot',
68+
desc: 'GitHub Copilot customisation and AI-assisted authoring standards for the org.',
69+
url: 'https://github.com/AzureLocal/azurelocal-copilot',
70+
},
71+
{
72+
name: 'azurelocal-nutanix-migration',
73+
desc: 'Guidance and automation for migrating from Nutanix to Azure Local.',
74+
url: 'https://github.com/AzureLocal/azurelocal-nutanix-migration',
75+
},
4076
];
4177

4278
export default function About() {
4379
return (
44-
<Layout title="About" description="About the Azure Local Cloud community project and its maintainer Hybrid Cloud Solutions.">
80+
<Layout
81+
title="About"
82+
description="About the Azure Local Cloud community project and its maintainer Hybrid Cloud Solutions."
83+
>
4584
<div style={pageStyle}>
4685
<h1>About Azure Local Cloud</h1>
4786

4887
<div style={sectionStyle}>
4988
<h2>What is Azure Local Cloud?</h2>
5089
<p>
51-
Azure Local Cloud is an open-source community project that publishes practical, field-tested
52-
guidance for deploying and operating <a href="https://learn.microsoft.com/azure/azure-local/" target="_blank" rel="noopener noreferrer">Azure Local</a> (formerly Azure Stack HCI) infrastructure.
53-
The project covers the full deployment lifecycle — from Azure foundation and on-premises readiness
54-
through cluster deployment, operational foundations, and advanced solutions.
90+
Azure Local Cloud is an open-source community project that publishes
91+
practical, field-tested guidance for deploying and operating{' '}
92+
<a
93+
href="https://learn.microsoft.com/azure/azure-local/"
94+
target="_blank"
95+
rel="noopener noreferrer"
96+
>
97+
Azure Local
98+
</a>{' '}
99+
(formerly Azure Stack HCI) infrastructure. The project covers the
100+
full deployment lifecycle — from Azure foundation and on-premises
101+
readiness through cluster deployment, operational foundations, and
102+
advanced solutions.
55103
</p>
56104
<p>
57-
Every guide is written by engineers who deploy Azure Local in production environments.
58-
Content is structured as step-by-step runbooks with multiple execution options (Portal, CLI,
59-
PowerShell, ARM template) so engineers can follow the approach that matches their tooling and
60-
automation maturity.
105+
Every guide is written by engineers who deploy Azure Local in
106+
production environments. Content is structured as step-by-step
107+
runbooks with multiple execution options (Portal, CLI, PowerShell,
108+
ARM template) so engineers can follow the approach that matches
109+
their tooling and automation maturity.
61110
</p>
62111
</div>
63112

64113
<div style={sectionStyle}>
65114
<h2>Maintained by Hybrid Cloud Solutions</h2>
66115
<p>
67-
Azure Local Cloud is created and maintained by <strong>Hybrid Cloud Solutions</strong>, a
68-
specialist consultancy focused on Microsoft hybrid cloud infrastructure. Hybrid Cloud Solutions
69-
engineers deploy, validate, and document Azure Local in real customer environments — the guides
70-
here reflect that hands-on experience.
116+
Azure Local Cloud is created and maintained by{' '}
117+
<strong>Hybrid Cloud Solutions</strong>, a specialist consultancy
118+
focused on Microsoft hybrid cloud infrastructure. Hybrid Cloud
119+
Solutions engineers deploy, validate, and document Azure Local in
120+
real customer environments — the guides here reflect that hands-on
121+
experience.
71122
</p>
72123
<p>
73-
The project is published under an open-source licence. Contributions from the broader community
74-
are welcome — see the <a href="/docs/contributing">Contributing guide</a> for details.
124+
The project is published under an open-source licence. Contributions
125+
from the broader community are welcome — see the{' '}
126+
<a href="/docs/contributing">Contributing guide</a> for details.
75127
</p>
76128
<ul>
77-
<li><strong>Website:</strong> <a href="https://www.hybridsolutions.cloud" target="_blank" rel="noopener noreferrer">hybridsolutions.cloud</a></li>
78-
<li><strong>GitHub Org:</strong> <a href="https://github.com/AzureLocal" target="_blank" rel="noopener noreferrer">github.com/AzureLocal</a></li>
129+
<li>
130+
<strong>Website:</strong>{' '}
131+
<a
132+
href="https://www.hybridsolutions.cloud"
133+
target="_blank"
134+
rel="noopener noreferrer"
135+
>
136+
hybridsolutions.cloud
137+
</a>
138+
</li>
139+
<li>
140+
<strong>GitHub Org:</strong>{' '}
141+
<a
142+
href="https://github.com/AzureLocal"
143+
target="_blank"
144+
rel="noopener noreferrer"
145+
>
146+
github.com/AzureLocal
147+
</a>
148+
</li>
79149
</ul>
80150
</div>
81151

82152
<div style={sectionStyle}>
83153
<h2>Project Repositories</h2>
84-
<p>The Azure Local Cloud project is organised across the following GitHub repositories:</p>
154+
<p>
155+
The Azure Local Cloud project is organised across the following
156+
GitHub repositories:
157+
</p>
85158
<div style={repoGridStyle}>
86159
{repos.map((repo) => (
87160
<div key={repo.name} style={repoCardStyle}>
88161
<strong>
89-
<a href={repo.url} target="_blank" rel="noopener noreferrer">{repo.name}</a>
162+
<a href={repo.url} target="_blank" rel="noopener noreferrer">
163+
{repo.name}
164+
</a>
90165
</strong>
91-
<p style={{ margin: '6px 0 0', fontSize: '14px', color: 'var(--ifm-color-emphasis-700)' }}>{repo.desc}</p>
166+
<p
167+
style={{
168+
margin: '6px 0 0',
169+
fontSize: '14px',
170+
color: 'var(--ifm-color-emphasis-700)',
171+
}}
172+
>
173+
{repo.desc}
174+
</p>
92175
</div>
93176
))}
94177
</div>
@@ -97,20 +180,48 @@ export default function About() {
97180
<div style={sectionStyle}>
98181
<h2>Design Principles</h2>
99182
<ul>
100-
<li><strong>Field-tested:</strong> All content reflects real deployments, not hypothetical scenarios.</li>
101-
<li><strong>Opinionated where it matters:</strong> We recommend specific approaches based on production experience, while documenting alternatives.</li>
102-
<li><strong>Automation-first:</strong> Every manual step has a scripted equivalent. Scripts live in the companion <a href="https://github.com/AzureLocal/azurelocal-toolkit" target="_blank" rel="noopener noreferrer">azurelocal-toolkit</a> repository.</li>
103-
<li><strong>Open:</strong> All guides, scripts, and templates are published under open-source licences.</li>
183+
<li>
184+
<strong>Field-tested:</strong> All content reflects real
185+
deployments, not hypothetical scenarios.
186+
</li>
187+
<li>
188+
<strong>Opinionated where it matters:</strong> We recommend
189+
specific approaches based on production experience, while
190+
documenting alternatives.
191+
</li>
192+
<li>
193+
<strong>Automation-first:</strong> Every manual step has a
194+
scripted equivalent. Scripts live in the companion{' '}
195+
<a
196+
href="https://github.com/AzureLocal/azurelocal-toolkit"
197+
target="_blank"
198+
rel="noopener noreferrer"
199+
>
200+
azurelocal-toolkit
201+
</a>{' '}
202+
repository.
203+
</li>
204+
<li>
205+
<strong>Open:</strong> All guides, scripts, and templates are
206+
published under open-source licences.
207+
</li>
104208
</ul>
105209
</div>
106210

107211
<div style={sectionStyle}>
108212
<h2>Get Involved</h2>
109213
<p>
110-
Found an error? Have a better approach? Want to document a scenario we haven&apos;t covered yet?
111-
Contributions are welcome. Start with the{' '}
112-
<a href="/docs/contributing">Contributing guide</a> or open a{' '}
113-
<a href="https://github.com/AzureLocal/azurelocal.github.io/discussions" target="_blank" rel="noopener noreferrer">GitHub Discussion</a>.
214+
Found an error? Have a better approach? Want to document a scenario
215+
we haven&apos;t covered yet? Contributions are welcome. Start with
216+
the <a href="/docs/contributing">Contributing guide</a> or open a{' '}
217+
<a
218+
href="https://github.com/AzureLocal/azurelocal.github.io/discussions"
219+
target="_blank"
220+
rel="noopener noreferrer"
221+
>
222+
GitHub Discussion
223+
</a>
224+
.
114225
</p>
115226
</div>
116227
</div>

src/pages/contact.js

Lines changed: 76 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,30 +28,61 @@ const cardStyle = {
2828
};
2929

3030
const repoIssueLinks = [
31-
{ name: 'azurelocal.github.io', label: 'Documentation, guides, runbooks', url: 'https://github.com/AzureLocal/azurelocal.github.io/issues' },
32-
{ name: 'azurelocal-toolkit', label: 'Deployment scripts and templates', url: 'https://github.com/AzureLocal/azurelocal-toolkit/issues' },
33-
{ name: 'azurelocal-avd', label: 'Azure Virtual Desktop on Azure Local', url: 'https://github.com/AzureLocal/azurelocal-avd/issues' },
34-
{ name: 'azurelocal-sofs-fslogix', label: 'SOFS and FSLogix configuration', url: 'https://github.com/AzureLocal/azurelocal-sofs-fslogix/issues' },
35-
{ name: 'azurelocal-vm-conversion-toolkit', label: 'VM migration and conversion', url: 'https://github.com/AzureLocal/azurelocal-vm-conversion-toolkit/issues' },
36-
{ name: 'azurelocal-training', label: 'Training curriculum and learning paths', url: 'https://github.com/AzureLocal/azurelocal-training/issues' },
31+
{
32+
name: 'azurelocal.github.io',
33+
label: 'Documentation, guides, runbooks',
34+
url: 'https://github.com/AzureLocal/azurelocal.github.io/issues',
35+
},
36+
{
37+
name: 'azurelocal-toolkit',
38+
label: 'Deployment scripts and templates',
39+
url: 'https://github.com/AzureLocal/azurelocal-toolkit/issues',
40+
},
41+
{
42+
name: 'azurelocal-avd',
43+
label: 'Azure Virtual Desktop on Azure Local',
44+
url: 'https://github.com/AzureLocal/azurelocal-avd/issues',
45+
},
46+
{
47+
name: 'azurelocal-sofs-fslogix',
48+
label: 'SOFS and FSLogix configuration',
49+
url: 'https://github.com/AzureLocal/azurelocal-sofs-fslogix/issues',
50+
},
51+
{
52+
name: 'azurelocal-vm-conversion-toolkit',
53+
label: 'VM migration and conversion',
54+
url: 'https://github.com/AzureLocal/azurelocal-vm-conversion-toolkit/issues',
55+
},
56+
{
57+
name: 'azurelocal-training',
58+
label: 'Training curriculum and learning paths',
59+
url: 'https://github.com/AzureLocal/azurelocal-training/issues',
60+
},
3761
];
3862

3963
export default function Contact() {
4064
return (
41-
<Layout title="Contact" description="Contact Azure Local Cloud and Hybrid Cloud Solutions.">
65+
<Layout
66+
title="Contact"
67+
description="Contact Azure Local Cloud and Hybrid Cloud Solutions."
68+
>
4269
<div style={pageStyle}>
4370
<h1>Contact</h1>
4471

4572
<div style={sectionStyle}>
4673
<h2>GitHub Discussions</h2>
4774
<p>
48-
The best place to ask questions, share ideas, or start a conversation about Azure Local
49-
Cloud content is{' '}
50-
<a href="https://github.com/AzureLocal/azurelocal.github.io/discussions" target="_blank" rel="noopener noreferrer">
75+
The best place to ask questions, share ideas, or start a
76+
conversation about Azure Local Cloud content is{' '}
77+
<a
78+
href="https://github.com/AzureLocal/azurelocal.github.io/discussions"
79+
target="_blank"
80+
rel="noopener noreferrer"
81+
>
5182
GitHub Discussions
5283
</a>
53-
. Discussions are open to everyone and are indexed publicly, making your question useful
54-
to others who may have the same query.
84+
. Discussions are open to everyone and are indexed publicly, making
85+
your question useful to others who may have the same query.
5586
</p>
5687
<p>Use Discussions for:</p>
5788
<ul>
@@ -65,16 +96,27 @@ export default function Contact() {
6596
<div style={sectionStyle}>
6697
<h2>Report Issues</h2>
6798
<p>
68-
Found a bug in a guide, an error in a script, or outdated information? Please open a
69-
GitHub Issue in the appropriate repository:
99+
Found a bug in a guide, an error in a script, or outdated
100+
information? Please open a GitHub Issue in the appropriate
101+
repository:
70102
</p>
71103
<div style={cardGridStyle}>
72104
{repoIssueLinks.map((repo) => (
73105
<div key={repo.name} style={cardStyle}>
74106
<strong>
75-
<a href={repo.url} target="_blank" rel="noopener noreferrer">{repo.name}</a>
107+
<a href={repo.url} target="_blank" rel="noopener noreferrer">
108+
{repo.name}
109+
</a>
76110
</strong>
77-
<p style={{ margin: '4px 0 0', fontSize: '14px', color: 'var(--ifm-color-emphasis-700)' }}>{repo.label}</p>
111+
<p
112+
style={{
113+
margin: '4px 0 0',
114+
fontSize: '14px',
115+
color: 'var(--ifm-color-emphasis-700)',
116+
}}
117+
>
118+
{repo.label}
119+
</p>
78120
</div>
79121
))}
80122
</div>
@@ -83,8 +125,8 @@ export default function Contact() {
83125
<div style={sectionStyle}>
84126
<h2>Contributing</h2>
85127
<p>
86-
Want to fix an error, improve a guide, or add a new section? Contributions via Pull Request
87-
are welcome. See the{' '}
128+
Want to fix an error, improve a guide, or add a new section?
129+
Contributions via Pull Request are welcome. See the{' '}
88130
<a href="/docs/contributing">Contributing guide</a> for standards,
89131
branching conventions, and review process.
90132
</p>
@@ -93,21 +135,30 @@ export default function Contact() {
93135
<div style={sectionStyle}>
94136
<h2>Hybrid Cloud Solutions</h2>
95137
<p>
96-
Azure Local Cloud is maintained by <strong>Hybrid Cloud Solutions</strong>, a specialist
97-
consultancy focused on Microsoft hybrid cloud infrastructure. For professional services
98-
enquiries — including Azure Local design, deployment, and managed services — visit:
138+
Azure Local Cloud is maintained by{' '}
139+
<strong>Hybrid Cloud Solutions</strong>, a specialist consultancy
140+
focused on Microsoft hybrid cloud infrastructure. For professional
141+
services enquiries — including Azure Local design, deployment, and
142+
managed services — visit:
99143
</p>
100144
<ul>
101145
<li>
102146
<strong>Website:</strong>{' '}
103-
<a href="https://www.hybridsolutions.cloud" target="_blank" rel="noopener noreferrer">
147+
<a
148+
href="https://www.hybridsolutions.cloud"
149+
target="_blank"
150+
rel="noopener noreferrer"
151+
>
104152
hybridsolutions.cloud
105153
</a>
106154
</li>
107155
</ul>
108-
<p style={{ fontSize: '14px', color: 'var(--ifm-color-emphasis-600)' }}>
109-
Note: Community questions should be directed to GitHub Discussions rather than to Hybrid
110-
Cloud Solutions directly. This ensures answers are visible to the whole community.
156+
<p
157+
style={{ fontSize: '14px', color: 'var(--ifm-color-emphasis-600)' }}
158+
>
159+
Note: Community questions should be directed to GitHub Discussions
160+
rather than to Hybrid Cloud Solutions directly. This ensures answers
161+
are visible to the whole community.
111162
</p>
112163
</div>
113164
</div>

0 commit comments

Comments
 (0)