Skip to content
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

Fix content preview branch selection on KI and FAQ pages #102

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

PedroAntunesCosta
Copy link
Contributor

What is the purpose of this pull request?

It was not possible to preview content in the FAQ and KI pages before because the fetching of the docs paths occurred outside of getStaticProps. This PR fixes it.

Learn more on this problem and how to test in issue 101.

It was not possible to preview content in the FAQ and KI pages before because the fetching of the
docs paths occurred outside of getStaticProps

fix #101
Copy link

netlify bot commented Sep 12, 2024

Deploy Preview for leafy-mooncake-7c2e5e ready!

Name Link
🔨 Latest commit ae5eb05
🔍 Latest deploy log https://app.netlify.com/sites/leafy-mooncake-7c2e5e/deploys/66e34b06ced7ed00078a9406
😎 Deploy Preview https://deploy-preview-102--leafy-mooncake-7c2e5e.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request does not contain a valid label. Please add one of the following labels: ['release-no', 'release-auto', 'release-patch', 'release-minor', 'release-major']

@PedroAntunesCosta PedroAntunesCosta added the release-patch Patch version bump label Sep 17, 2024
Copy link
Contributor

@brunoamui brunoamui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PedroAntunesCosta PedroAntunesCosta merged commit 8872128 into main Sep 24, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-patch Patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Content preview doesn't work propperly when running portal locally
2 participants