Skip to content

Commit

Permalink
code highlight json
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Mar 3, 2024
1 parent 97a23f7 commit 299c065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/distributing/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ When you provide a HTTP url to `UpdateManager`, it will search for this file. Fo

For example, if you packed `1.0.0` and then `1.0.1` immediately after, the contents of this file might look like:

```json
```json title="releases.win.json"
{
"Assets": [
{
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const config: Config = {
// copyright: `Copyright © ${new Date().getFullYear()} Velopack Ltd.`,
// },
prism: {
additionalLanguages: ['csharp', 'rust', 'cpp', 'batch', 'powershell', 'java', 'toml'],
additionalLanguages: ['csharp', 'rust', 'cpp', 'batch', 'powershell', 'java', 'toml', 'json'],
theme: prismThemes.oneLight,
darkTheme: prismThemes.nightOwl,
},
Expand Down

0 comments on commit 299c065

Please sign in to comment.