kubevela.github.io
kubevela.github.io copied to clipboard
error message
Description of your changes
Fixes #1175
I have:
- [x] Read and followed KubeVela's contribution process.
- [ ] Update
sidebar.js
if adding a new page. - [x] Run
yarn start
to ensure the changes has taken effect.
Special notes for your reviewer
@chivalryq I had trouble previewing changes locally. Can you preview these changes?
Please sign the DCO.
BTW, what do you do to preview the changes?
Please sign the DCO.
BTW, what do you do to preview the changes?
Used local server by running yarn start
. There was no reflection of the changes.
But there's a syntax error.
If I remove that, it works.
And
yarn start
should work. What do you mean by "no reflection"
But there's a syntax error.
If I remove that, it works. And
yarn start
should work. What do you mean by "no reflection"
I am facing an issue with my local server while making changes to standalone.mdx
file. Whenever I make changes to this file, I am not able to see the changes on the website. Strangely, if I make changes to any other .md
file, I can see those changes on the website locally.
I have already tried removing and re-installing node modules, as well as switching between npm
and yarn
, but it did not work. I also tried using incognito mode to resolve any caching issues, but in vain.
@chivalryq Frustrated since yesterday.
@alexr018350 OK I got where's the problem. The document is versioned and you changed the latest version which you have to select Next
in the top-right tab.
I think maybe it's better to open a section in the last say "Trouble Shooting". WDYT @wonderflow
@alexr018350 OK I got where's the problem. The document is versioned and you changed the latest version which you have to select
Next
in the top-right tab.
Yup, can see now. Thanks
I think maybe it's better to open a section in the last say "Trouble Shooting". WDYT @wonderflow
Yes, we can include common mistakes, potential issues, and tips for resolving problems.