[Data] Fix invalid JSON in kanvas_discuss.json#1107
Conversation
Signed-off-by: Amer <amer.hasira.mist123@gmail.com>
Closes layer5io#1106 Signed-off-by: Amertos <amer.hasira.mist123@gmail.com> Signed-off-by: Amer <amer.hasira.mist123@gmail.com>
There was a problem hiding this comment.
Code Review
This pull request replaces an invalid HTML redirect page in data/kanvas_discuss.json with an empty JSON array. The reviewer points out that this will cause Hugo build or rendering errors because the templates expect a specific object structure containing users and topic_list.topics. They suggest initializing the file with an empty object structure matching the expected schema instead.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
🚀 Preview deployment: https://docs.layer5.io/pr-preview/pr-1107/
|
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Amer <amer.hasira.mist123@gmail.com>
|
not correct fix . refer this #1105 |
Notes for Reviewers
This PR fixes #1106 by removing the invalid HTML (301 Moved Permanently response) from
kanvas_discuss.jsonand replacing it with an empty array[]to allow the build to pass.Signed-off-by: Amertos amer.hasira.mist123@gmail.com
Signed commits