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 {
1212 BeakerIcon ,
1313 DocumentDuplicateIcon ,
1414} 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'
2116import { NavEntry } from './types'
2217import { NodeReference } from './reference/node'
2318import { PyReference } from './reference/python'
2419import { DartReference } from './reference/dart'
2520import { GoReference } from './reference/go'
26- import { FaAws , FaSitemap } from 'react-icons/fa'
21+ import { FaSitemap } from 'react-icons/fa'
2722
2823export const navigation : NavEntry [ ] = [
2924 {
@@ -233,17 +228,14 @@ export const navigation: NavEntry[] = [
233228 } ,
234229 {
235230 title : 'AWS' ,
236- icon : FaAws ,
237231 href : '/providers/pulumi/aws' ,
238232 } ,
239233 {
240234 title : 'Google Cloud' ,
241- icon : SiGooglecloud ,
242235 href : '/providers/pulumi/gcp' ,
243236 } ,
244237 {
245238 title : 'Azure' ,
246- icon : SiMicrosoftazure ,
247239 href : '/providers/pulumi/azure' ,
248240 } ,
249241 ] ,
@@ -259,12 +251,10 @@ export const navigation: NavEntry[] = [
259251 } ,
260252 {
261253 title : 'AWS' ,
262- icon : FaAws ,
263254 href : '/providers/terraform/aws' ,
264255 } ,
265256 {
266257 title : 'Google Cloud' ,
267- icon : SiGooglecloud ,
268258 href : '/providers/terraform/gcp' ,
269259 } ,
270260 ] ,
Original file line number Diff line number Diff line change 3131 --docsearch-emphasis-color : theme ('colors.white' );
3232 --docsearch-logo-color : theme ('colors.zinc.300' );
3333 --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' );
3636 --docsearch-hit-color : theme ('colors.zinc.300' );
3737 --docsearch-hit-active-color : theme ('colors.primary.300' );
3838 --docsearch-hit-active-background : rgb (51 65 85 / 0.3 );
You can’t perform that action at this time.
0 commit comments