Skip to content

Commit

Permalink
Update SDK docs work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp committed Nov 29, 2023
1 parent 470be23 commit 9481b6e
Show file tree
Hide file tree
Showing 7 changed files with 1,192 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ['http', 'java', 'ruby', 'php', 'csharp'],
additionalLanguages: ['http', 'java', 'ruby', 'php', 'csharp', 'powershell', 'bash', 'go', 'python'],
},
mermaid: {
options: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Create an "sdk.go" file in your project and copy this code example into the file
package main

import (
"context"`
"context"
"fmt"
"os"

Expand Down
Loading

0 comments on commit 9481b6e

Please sign in to comment.