asyncapi/website

Extensions are redirecting to 404 page

Closed this issue ยท 5 comments

Describe the bug.

When we click on any other section of docs it redirects us to slug but extension catalog gets redirect to 404 page

Expected behavior

it should redirect to first extension page

Screenshots

Screencast.from.19-04-24.10.29.27.PM.IST.webm

How to Reproduce

/

๐Ÿฅฆ Browser

Brave

๐Ÿ‘€ Have you checked for similar open issues?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Contributing Guidelines?

Are you willing to work on this issue ?

No, someone else can work on it

Screen.Recording.2024-04-19.at.2.39.01.PM.mov

If I manually add the "href", the webpage is accessible. May I ask how can I include it in the dynamical generation process? I think I need to implement it in the buildPostList.js ?

Yes we need to implement buildpost.js only but first we need to see what file must be shown when we click extensions folder
Cc @derberg

ohhhh okok I thought it's just the first page in extensions, which is the x.md

ohhhh okok I thought it's just the first page in extensions, which is the x.md

Nope it is just one of the example of the extensions we have .
When we will add new extensions the order will change so that's why need to see which page to add here

best would be to add index.md file in https://github.com/asyncapi/extensions-catalog and of course make sure latest shows up in website. This index.md would be the default one, would always show up under https://www.asyncapi.com/docs/reference/extensions

some content from https://github.com/asyncapi/extensions-catalog/blob/master/README.md and https://github.com/asyncapi/website/blob/master/pages/docs/concepts/asyncapi-document/extending-specification.md would be there

so short intro + reference links:

  • what is extension
  • how to contribute one