Skip to content

Commit

Permalink
Adding missing write package nav entry (MystenLabs#14571)
Browse files Browse the repository at this point in the history
## Description 

Nav entry was missing for "write package"

## Test Plan 

Local

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
ronny-mysten authored Oct 31, 2023
1 parent e6a6765 commit 1abfa10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/sidebars/guides.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const guides = [
id: 'guides/developer/first-app',
},
items: [
'guides/developer/first-app/write-package',
'guides/developer/first-app/build-test',
'guides/developer/first-app/publish',
'guides/developer/first-app/debug',
Expand Down

0 comments on commit 1abfa10

Please sign in to comment.