vmware-clarity / core

Clarity is a scalable, accessible, customizable, open-source design system built with web components. Works with any JavaScript framework, created for enterprises, and designed to be inclusive.
https://clarity.design
MIT License
163 stars 42 forks source link

Documentation: File control is missing from side navigation #193

Open karan-kang opened 1 year ago

karan-kang commented 1 year ago

Describe the bug

File control no longer shows up in the side navigation of the Clarity Code website, but can be accessed through the direct URL.

image

How to reproduce

Steps to reproduce the behavior:

  1. Go to https://core.clarity.design/core-components/
  2. Observe the sidebar, File Input is no longer present in the list
  3. Visit https://core.clarity.design/core-components/file/ to see the page

Expected behavior

File Input should show up in side navigation

Versions

bbogdanov commented 1 year ago

@Jinnie @kevinbuhmann

Looking into the code I don't see any issues with the function that goes through the folders finding the necessary files in order to list the nav item here. Worth checking the netlify build and deploy logs.

Before there were issues with the generator and the fix was rebuild and redeploy.