Skip to content

random messing #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const config = {
copyright: `Copyright © ${new Date().getFullYear()} Jumoo.`,
},
prism: {
additionalLanguages: ["powershell", "csharp"],
additionalLanguages: ["powershell", "csharp", "bash"],
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
Expand Down
2 changes: 1 addition & 1 deletion usync/04.command/05.APIuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You will need both the Client ID and a Secret to connect via the CommandLine.

You can add an appsettings.json file to the root of the folder where you are running uSync.CommandLine:

```
```json
{
"uSync": {
"Command": {
Expand Down