docs(kanvas): isolate designer narrative and publish meet-five draft …#1062
docs(kanvas): isolate designer narrative and publish meet-five draft …#1062Junnygram wants to merge 6 commits into
Conversation
…pages Signed-off-by: Junnygram <junnexclusive@gmail.com>
There was a problem hiding this comment.
Code Review
This pull request publishes the 'Meet Five' narrative pages by setting their draft status to false and significantly expands the Kanvas Designer documentation. A new 'Core Features' section was added, detailing visual modeling, collaborative review tools, and real-world integrations. Review feedback focuses on improving technical terminology and clarity, specifically suggesting the use of 'cloud provider' instead of 'cloud-provider', 'tags' instead of 'tagsets', and 'versioned duplicates' for better readability.
|
🚀 Preview deployment: https://docs.layer5.io/pr-preview/pr-1062/
|
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Olaleye <90139191+Junnygram@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Olaleye <90139191+Junnygram@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Olaleye <90139191+Junnygram@users.noreply.github.com>
|
hey, you seem to be working on two different issues - but with no link to them, can you add the links? |
icoderarely
left a comment
There was a problem hiding this comment.
These looks good to me, not sure about the kanvas, as it should be in a different PR probably, you may wait for some maintainer to check on it
|
@Junnygram Thank you for your contribution! Let's discuss this during the website call tomorrow at 5:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
Was there a discussion? |
No, there was'nt |
|
@Junnygram Thank you for your contribution! Let's discuss this during the website call tomorrow at 5:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
banana-three-join
left a comment
There was a problem hiding this comment.
The real question is why is /about redirecting to the meet-five path? It should return the 404 page if the page doesn't exist not redirect the user to the meet-five path. So the error was fixed but not in the desired way so if you could look instead if there's a malformed allias which is causing this undesired behavior.
|
|
||
| ## Walkthrough: Building the `api-platform-aws` Design | ||
|
|
||
| The following walkthrough illustrates how Five, Jordan, and Rex collaborate to build out a multi-service AWS design within the `orbital-production` workspace. Follow the full narrative and team structure at [Meet Five and the Cast](/cloud/getting-started/meet-five). |
There was a problem hiding this comment.
At the bottom of the file, Meet Jordan, Rex, and the rest of the Orbital Labs team in [Meet Five and the Cast](/cloud/getting-started/meet-five). is referenced again which is undesired repetition.
Signed-off-by: Junnygram <junnexclusive@gmail.com>
Description
This PR resolves two distinct issues in our documentation content structure:
Fixes the infinite redirect loop on
/cloud/about/:The
meet-fivefiles in/cloud/getting-started/meet-five/were set todraft: true. Because Hugo builds skipped these files in production, the redirect target did not exist, causing the infinite redirect loop. Flipping these todraft: falseresolves this.Core features isolation in Kanvas Designer (
kanvas/designer/):Restructured the
/kanvas/designer/page to place a concise "Core Features" section (detailing the canvas, component palette, collaborative reviews, and environment validation) right at the top. The AWS design walkthrough narrative involving Five, Jordan, and Rex has been isolated under its own## Walkthroughheader so that first-time readers can grasp the core tool features before diving into the fictional team story.Verification:
Screen.Recording.2026-05-20.at.12.45.57.mov