Dynamic Page Creation for Sistent Library Components

You no longer need to create pages under the /pages directory manually! Simply update the content.js file located at:

src/sections/Projects/Sistent/components/content.js

:hammer_and_wrench: How it works

  • Add your page details in content.js.
  • The system dynamically generates pages based on this file using createPage in gatsby-node.js.

Steps to Add a New Page

  1. Navigate to:

    src/sections/Projects/Sistent/components/content.js
    
  2. Add a new entry in the file, following the structure of existing entries.

  3. Save your changes. :tada: That’s it! Your page will now be available dynamically.

Need Help?

If you have questions or encounter issues, feel free to ask here.