Implement a horizontal navbar with 3 sections: Chat, Data, Docs
Create a docs page that is displayed alongside the chat page.
Create a data page that is displayed alongside the chat page.
Docs and data should share the same layout, chat on left docs/data on right with same nav across all.
Docs Page:
There will be md files that need rendered alongside the chat so they are indexable and readable, for now we just need them rendered.
Data Page:
Data will eventually display mid-process AI dialogue as to demonstrate how got the end result, for now we just need a display similar to chat that will display text alongside the chat interface.
Create a structured layout
Implement a horizontal navbar with 3 sections: Chat, Data, Docs
Create a docs page that is displayed alongside the chat page.
Create a data page that is displayed alongside the chat page.
Docs and data should share the same layout, chat on left docs/data on right with same nav across all.
Docs Page:
There will be md files that need rendered alongside the chat so they are indexable and readable, for now we just need them rendered.
Data Page:
Data will eventually display mid-process AI dialogue as to demonstrate how got the end result, for now we just need a display similar to chat that will display text alongside the chat interface.