DeadmanAbir / AgentGenesis

Welcome to AgentGenesis, your source for customizable Gen AI code snippets that you can easily copy and paste into your applications.
https://agentgenesis.dev/
MIT License
99 stars 35 forks source link

Remove Blog List from Sidebar while Preserving Search Functionality #60

Closed DeadmanAbir closed 1 month ago

DeadmanAbir commented 1 month ago

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:

  1. Remove the blog list section from the sidebar
  2. Ensure the search functionality for blogs remains intact

Steps to Implement:

  1. Locate the sidebar configuration in the file: https://github.com/DeadmanAbir/AgentGenesis/blob/main/src/config/doc.ts

  2. Identify the section in the configuration that generates the blog list in the sidebar

  3. Remove or comment out the code responsible for rendering the blog list

  4. Verify that the removal doesn't impact the search bar's ability to find and display blog posts

  5. Test thoroughly to ensure no unintended side effects on the sidebar's layout or functionality

  6. Update any related documentation or comments if necessary

Acceptance Criteria:

Additional Notes:

Sai-ganesh-0004 commented 1 month ago

I would like to try this would you like to assign it to me

DeadmanAbir commented 1 month ago

I would like to try this would you like to assign it to me

okay take it

Sai-ganesh-0004 commented 1 month ago

Hey I was working on it and I could remove the sidebar but when clicking on the blog it is showing this;

image

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

DeadmanAbir commented 1 month ago

Hey I was working on it and I could remove the sidebar but when clicking on the blog it is showing this;

image

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

DeadmanAbir commented 1 month ago

any updates? @Sai-ganesh-0004

Sai-ganesh-0004 commented 1 month ago

still working on it

Sai-ganesh-0004 commented 1 month ago

ill update you by tomorrow

DeadmanAbir commented 1 month ago

ill update you by tomorrow

updates??

Sai-ganesh-0004 commented 1 month ago

Yeah now Im trying to solve this error

image

DeadmanAbir commented 1 month ago

Quote reply

solved or not?

STSonyThomas commented 1 month ago

Hey I can get this done. Could you assign it to me if the current assignee is non responsive?

DeadmanAbir commented 1 month ago

Hey I can get this done. Could you assign it to me if the current assignee is non responsive?

Go ahead do it!