Skip to content

Commit

Permalink
Updated the Sidebar with Scala API User Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
KindsonTheGenius committed Jun 5, 2023
1 parent 55b8ff8 commit 433eb03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ title: FAQs
# Frequently Asked Questions

### How Do I Generate the Scala Codecs?
Run the the `morphir gen` command with the -s flag

### How Do I Generate the JSON Schema for my model
Run the the `morphir gen` command with the -s flag
1 change: 1 addition & 0 deletions docs/scala-api-usage-docs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
id: scala-api
title: Scala API Guide
---


Expand Down
1 change: 1 addition & 0 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const sidebars = {
type: 'category',
label: 'Scala Integration Guide',
items: [
'scala-api',
'scala-backend',
'scala-codecs',
'codec-docs',
Expand Down

0 comments on commit 433eb03

Please sign in to comment.