Skip to content

Commit cf85acb

Browse files
docs: Azure blue theme, Solutions nav, fix GitHub URL typo, update author bio
- Update Docusaurus theme from green Infima to Azure blue (#0078D4) - Add Solutions dropdown linking to all 4 MkDocs solution repos - Add Solutions section to footer - Fix AzuerLocal -> AzureLocal typo in GitHub link - Remove TierPoint from author bio, fix Technolgoy typo - Update plan with diagram strategy (draw.io + Mermaid)
1 parent 11d5599 commit cf85acb

7 files changed

Lines changed: 89 additions & 654 deletions

File tree

blog/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
kristopherjturner:
22
name: Kristopher Turner
3-
title: Product Technolgoy Architect @TierPoint
3+
title: Product Technology Architect
44
url: https://github.com/kristopherjturner
55
image_url: https://github.com/kristopherjturner.png
66
page: true

docusaurus.config.js

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,29 @@ const config = {
9898
{ to: '/working', label: 'Training', position: 'left' },
9999
{ to: '/working', label: 'News', position: 'left' },
100100
{ to: '/working', label: 'Events', position: 'left' },
101+
{
102+
type: 'dropdown',
103+
label: 'Solutions',
104+
position: 'left',
105+
items: [
106+
{
107+
label: 'SOFS for FSLogix',
108+
href: 'https://azurelocal.github.io/azurelocal-sofs-fslogix/',
109+
},
110+
{
111+
label: 'Azure Virtual Desktop',
112+
href: 'https://azurelocal.github.io/aurelocal-avd/',
113+
},
114+
{
115+
label: 'Load Testing Framework',
116+
href: 'https://azurelocal.github.io/azurelocal-loadtools/',
117+
},
118+
{
119+
label: 'VM Conversion Toolkit',
120+
href: 'https://azurelocal.github.io/azurelocal-vm-conversion-toolkit/',
121+
},
122+
],
123+
},
101124
{
102125
type: 'dropdown',
103126
label: 'More',
@@ -136,7 +159,7 @@ const config = {
136159
],
137160
},
138161
{
139-
href: 'https://github.com/AzuerLocal/',
162+
href: 'https://github.com/AzureLocal/',
140163
label: 'GitHub',
141164
position: 'right',
142165
},
@@ -154,6 +177,27 @@ const config = {
154177
},
155178
],
156179
},
180+
{
181+
title: 'Solutions',
182+
items: [
183+
{
184+
label: 'SOFS for FSLogix',
185+
href: 'https://azurelocal.github.io/azurelocal-sofs-fslogix/',
186+
},
187+
{
188+
label: 'Azure Virtual Desktop',
189+
href: 'https://azurelocal.github.io/aurelocal-avd/',
190+
},
191+
{
192+
label: 'Load Testing Framework',
193+
href: 'https://azurelocal.github.io/azurelocal-loadtools/',
194+
},
195+
{
196+
label: 'VM Conversion Toolkit',
197+
href: 'https://azurelocal.github.io/azurelocal-vm-conversion-toolkit/',
198+
},
199+
],
200+
},
157201
{
158202
title: 'Community',
159203
items: [

project_management/MANUAL-UI-TASKS.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

project_management/workspace/plan-githubProjectAndRepoStandardization.prompt.md renamed to project_management/completed_plans/plan-githubProjectAndRepoStandardization.prompt.md

File renamed without changes.

0 commit comments

Comments
 (0)