Skip to content

Commit

Permalink
feat: add syntax highlighting in documentation
Browse files Browse the repository at this point in the history
For json, typescript, nginx, bash
  • Loading branch information
cmeessen committed Oct 7, 2024
1 parent 7758c82 commit fb233b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// SPDX-FileCopyrightText: 2023 Dusan Mijatovic (Netherlands eScience Center)
// SPDX-FileCopyrightText: 2023 Netherlands eScience Center
// SPDX-FileCopyrightText: 2024 Christian Meeßen (GFZ) <christian.meessen@gfz-potsdam.de>
// SPDX-FileCopyrightText: 2024 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences
//
// SPDX-License-Identifier: Apache-2.0

Expand Down Expand Up @@ -187,6 +189,7 @@ const config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['json', 'typescript', 'nginx', 'bash']
},
}),
};
Expand Down

0 comments on commit fb233b7

Please sign in to comment.