AdobeDocs / uix

UI Extensibility Public Documentation
https://developer.adobe.com/uix/docs/
Apache License 2.0
1 stars 11 forks source link

Side navigation is not continuous and leads to 404 #90

Closed oufimtse closed 1 week ago

oufimtse commented 1 week ago

Is there an existing issue for this?

Expected behavior

  1. Side navigation links to not bring user to 404
  2. Side navigation links let user to navigate through all the UIX doc pages in uninterruptible and sequential manner

Actual behavior

  1. When you are on https://developer.adobe.com/uix/docs/guides/publication/, the "next" link at the bottom of the page suggests to navigate to "Extensible Services". Clicking this link however takes you to 404: image

  2. When you visit the service-specific start page like https://developer.adobe.com/uix/docs/services/aem-cf-console-admin/, the the "next" link at the bottom of the page suggests to navigate to the very beginning of the documentation (https://developer.adobe.com/uix/docs/getting-started/app-builder/) instead of the next section related to Console Docs (e.g. https://developer.adobe.com/uix/docs/services/aem-cf-console-admin/api/).

Steps to reproduce

  1. 404
    1. Visit https://developer.adobe.com/uix/docs/guides/publication/
    2. Click "Extensible Services" at the bottom
  2. Interrupted navigation
    1. Visit https://developer.adobe.com/uix/docs/services/aem-cf-console-admin/
    2. Click "What Are UI Extensions"

Environment

Sample code

No response

Logs

No response