Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas committed Dec 4, 2024
1 parent ee208c4 commit 8617baa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flow-hugo-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:

# Deployment job
Deploy:
if: ${{ endsWith(github.ref, 'main') }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
11 changes: 8 additions & 3 deletions docs/data/menu/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
main:
- name: Getting Started
ref: "/User/Index.md"
- name: Step by Step Guide
ref: "/User/StepByStepGuide.md"
- name: Access Hedera Services
ref: "/User/AccessHederaServices.md"
- name: How to use Hashgraph javascript SDK with Solo
ref: "/User/SDK.md"
- name: User Guide for Platform Developer
Expand All @@ -12,9 +16,10 @@ main:
ref: "/User/DebugLog.mc"
- name: Solo CLI
ref: "/User/SoloCLI.md"

- name: Deploy Solo Network
ref: "/User/DeploySolo.md"
- name: Solo With Mirror Node
ref: "/User/SoloWithMirrorNode.md"
- name: Launch solo with Task tool
ref: "/User/TaskTool.md"
- name: Development
ref: "/Developer/DEV.md"
- name: Classes
Expand Down

0 comments on commit 8617baa

Please sign in to comment.