You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, adding a new component to the Sistent library documentation requires modifying eight separate files, which includes navigating through dynamic pages and manually setting up each component. This process is repetitive and prone to errors.
Desired Situation
The goal is to dynamically add new components without modifying multiple files. This change would streamline the process, reduce boilerplate, and allow for faster and more reliable updates.
Refactor code to support dynamic loading of new components in the documentation.
Update navigation to detect and list new components automatically.
Test dynamic component imports to ensure compatibility with existing structure.
Current Behavior
Currently, adding a new component to the Sistent library documentation requires modifying eight separate files, which includes navigating through dynamic pages and manually setting up each component. This process is repetitive and prone to errors.
Desired Situation
The goal is to dynamically add new components without modifying multiple files. This change would streamline the process, reduce boilerplate, and allow for faster and more reliable updates.
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the
master
branch.Join the Layer5 Community by submitting your community member form.
The text was updated successfully, but these errors were encountered: