This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2196
-2113
lines changed Expand file tree Collapse file tree 3 files changed +2196
-2113
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,13 @@ import {
12
12
BeakerIcon ,
13
13
DocumentDuplicateIcon ,
14
14
} from '@heroicons/react/24/outline'
15
- import {
16
- SiGooglecloud ,
17
- SiMicrosoftazure ,
18
- SiPulumi ,
19
- SiTerraform ,
20
- } from 'react-icons/si'
15
+ import { SiPulumi , SiTerraform } from 'react-icons/si'
21
16
import { NavEntry } from './types'
22
17
import { NodeReference } from './reference/node'
23
18
import { PyReference } from './reference/python'
24
19
import { DartReference } from './reference/dart'
25
20
import { GoReference } from './reference/go'
26
- import { FaAws , FaSitemap } from 'react-icons/fa'
21
+ import { FaSitemap } from 'react-icons/fa'
27
22
28
23
export const navigation : NavEntry [ ] = [
29
24
{
@@ -233,17 +228,14 @@ export const navigation: NavEntry[] = [
233
228
} ,
234
229
{
235
230
title : 'AWS' ,
236
- icon : FaAws ,
237
231
href : '/providers/pulumi/aws' ,
238
232
} ,
239
233
{
240
234
title : 'Google Cloud' ,
241
- icon : SiGooglecloud ,
242
235
href : '/providers/pulumi/gcp' ,
243
236
} ,
244
237
{
245
238
title : 'Azure' ,
246
- icon : SiMicrosoftazure ,
247
239
href : '/providers/pulumi/azure' ,
248
240
} ,
249
241
] ,
@@ -259,12 +251,10 @@ export const navigation: NavEntry[] = [
259
251
} ,
260
252
{
261
253
title : 'AWS' ,
262
- icon : FaAws ,
263
254
href : '/providers/terraform/aws' ,
264
255
} ,
265
256
{
266
257
title : 'Google Cloud' ,
267
- icon : SiGooglecloud ,
268
258
href : '/providers/terraform/gcp' ,
269
259
} ,
270
260
] ,
Original file line number Diff line number Diff line change 31
31
--docsearch-emphasis-color : theme ('colors.white' );
32
32
--docsearch-logo-color : theme ('colors.zinc.300' );
33
33
--docsearch-modal-background : theme ('colors.gray.800' );
34
- --docsearch-modal-shadow : 0 0 0 1 px theme ( 'colors.zinc.700' ) ,
35
- theme ('boxShadow.xl' );
34
+ --docsearch-modal-shadow :
35
+ 0 0 0 1 px theme ( 'colors.zinc.700' ) , theme ('boxShadow.xl' );
36
36
--docsearch-hit-color : theme ('colors.zinc.300' );
37
37
--docsearch-hit-active-color : theme ('colors.primary.300' );
38
38
--docsearch-hit-active-background : rgb (51 65 85 / 0.3 );
You can’t perform that action at this time.
0 commit comments