-
Notifications
You must be signed in to change notification settings - Fork 25
Create _sidebar.ts #1958
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
Create _sidebar.ts #1958
Conversation
{ text: 'Sample Functions', link: './technical-reference/07-10-sample-functions' }, | ||
{ text: 'Function Processing', link: './technical-reference/07-20-function-processing-stages' }, | ||
{ text: 'Git Source Type', link: './technical-reference/07-40-git-source-type' }, | ||
{ text: 'Function\'s Specification', link: './technical-reference/07-70-function-specification' }, |
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.
{ text: 'Function\'s Specification', link: './technical-reference/07-70-function-specification' }, | |
{ text: 'Function's Specification', link: './technical-reference/07-70-function-specification' }, |
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.
this will not work, you need to excape ' --> ' otherwise you are breaking the string
{ text: 'Serverless Buildless Mode', link: './technical-reference/03-10-buildless-serverless' } | ||
] }, | ||
{ text: 'Troubleshooting Guides', link: './troubleshooting-guides/README', collapsed: true, items: [ | ||
{ text: 'Functions Won\'t Build', link: './troubleshooting-guides/03-10-cannot-build-functions' }, |
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.
{ text: 'Functions Won\'t Build', link: './troubleshooting-guides/03-10-cannot-build-functions' }, | |
{ text: 'Functions Won't Build', link: './troubleshooting-guides/03-10-cannot-build-functions' }, |
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.
this will not work, you need to excape ' --> ' otherwise you are breaking the string
Description
Changes proposed in this pull request:
Related issue(s)
kyma-project/kyma#18820