We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507b517 commit cf4aad2Copy full SHA for cf4aad2
docs/.vitepress/config.ts
@@ -72,7 +72,7 @@ export default defineConfig({
72
{ text: 'Shock Wave', link: '/guide/pmndrs/shock-wave' },
73
{ text: 'Tilt Shift', link: '/guide/pmndrs/tilt-shift' },
74
{ text: 'Tone Mapping', link: '/guide/pmndrs/tone-mapping' },
75
- ],
+ ].sort((a, b) => a.text.localeCompare(b.text)),
76
},
77
{
78
text: 'Three',
@@ -83,7 +83,7 @@ export default defineConfig({
83
{ text: 'Pixelation', link: '/guide/three/pixelation' },
84
{ text: 'SMAA', link: '/guide/three/smaa' },
85
{ text: 'Unreal Bloom', link: '/guide/three/unreal-bloom' },
86
87
88
],
89
0 commit comments