Closed DeadmanAbir closed 1 month ago
I would like to try this would you like to assign it to me
I would like to try this would you like to assign it to me
okay take it
Hey I was working on it and I could remove the sidebar but when clicking on the blog it is showing this;
I think It might be because of the NEXT_PUBLIC_HASHNODE_HOST
you gave in .env.sample
. And I think you have to give your actual host.
Once check and respond
Hey I was working on it and I could remove the sidebar but when clicking on the blog it is showing this;
I think It might be because of the
NEXT_PUBLIC_HASHNODE_HOST
you gave in.env.sample
. And I think you have to give your actual host. Once check and respond
use deadmanabir.hashnode.dev
as hashnode host for now
any updates? @Sai-ganesh-0004
still working on it
ill update you by tomorrow
ill update you by tomorrow
updates??
Yeah now Im trying to solve this error
Quote reply
solved or not?
Hey I can get this done. Could you assign it to me if the current assignee is non responsive?
Hey I can get this done. Could you assign it to me if the current assignee is non responsive?
Go ahead do it!
Currently, the sidebar at https://agentgenesis.dev/components displays a list of blogs in its bottom section. This PR aims to remove this blog list section from the sidebar without affecting the site's overall blog search functionality.
Objectives:
Steps to Implement:
Locate the sidebar configuration in the file:
https://github.com/DeadmanAbir/AgentGenesis/blob/main/src/config/doc.ts
Identify the section in the configuration that generates the blog list in the sidebar
Remove or comment out the code responsible for rendering the blog list
Verify that the removal doesn't impact the search bar's ability to find and display blog posts
Test thoroughly to ensure no unintended side effects on the sidebar's layout or functionality
Update any related documentation or comments if necessary
Acceptance Criteria:
Additional Notes: