-
Notifications
You must be signed in to change notification settings - Fork 20
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
the navigation and authors config to be under the '/config' namespace #107
Conversation
This reverts commit 88084d1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you merged you code from #81 into this branch as well.
I have moved that code into it's own feature branch and will open a PR and review it for you 😄
Thank you for the code contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me : )
- Updated Authors.ts to match existing naming style convention. - Updated Navigation.ts to match existing naming style convention. - Migrated and deleted depreacted authors.js file. - Wrote Jest test for new Authors.ts file. - Updated package-lock.json file. Ready for production use. Thanks @Shiv-2712 for the contribution! 😄 Co-Authored-By: Shiv Kumar Saxena <[email protected]>
Hi, I have added navigation.ts and authors.ts under ./config folder and added the sample code.