Closed maanasb01 closed 3 months ago
Name | Link |
---|---|
Latest commit | 5606eb2e8730c86713c92eb6b513bdbefe369549 |
Latest deploy log | https://app.netlify.com/sites/gleaming-madeleine-532a5a/deploys/66b224ec398a0f000867bb3c |
Deploy Preview | https://deploy-preview-179--gleaming-madeleine-532a5a.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR solves issue #172
Added project-based categorization of updates.
Followed a similar approach to get updated tags and make tag pages as did for the blogs (pull request https://github.com/tattle-made/website/pull/164 ).
gatsby-node
file for every tagdefault-updates-project-tag-page
for the project tag page of updates. (used ingatsby-node
).updates.jsx
, made a separate component UpdatesIndex to render all the updates. This is being also used in the UpdatesTagPage.Please NOTE: It is implemented in such a way that categorizing based on general tags and their respective pages can be implemented later if required.