Skip to content

Commit 17f385f

Browse files
authored
Merge branch 'GraphicsProgramming:main' into main
2 parents e994954 + 6abca37 commit 17f385f

File tree

5 files changed

+856
-14
lines changed

5 files changed

+856
-14
lines changed

docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ const config: Config = {
2424
onBrokenLinks: 'warn',
2525
onBrokenMarkdownLinks: 'warn',
2626

27+
plugins: [[ require.resolve('docusaurus-lunr-search'), {
28+
languages: ['en'] // language codes
29+
}]],
30+
2731
// Even if you don't use internationalization, you can use this field to set
2832
// useful metadata like html lang. For example, if your site is Chinese, you
2933
// may want to replace "en" with "zh-Hans".

0 commit comments

Comments
 (0)