-
Notifications
You must be signed in to change notification settings - Fork 43
Split cookbook mockups into components #492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🌿 Preview your docs: https://cohere-preview-73a67cfe-2fa7-4b3f-8bfe-41101738f3c9.docs.buildwithfern.com |
@@ -0,0 +1,82 @@ | |||
import csv | |||
|
|||
INPUT_CSV_FILE_PATH = "cookbooks.csv" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can adjust it later to either use url to google spreadsheet or keep local version
🌿 Preview your docs: https://cohere-preview-e38664db-b186-463b-9d1a-b0f5fcd59069.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-64192c72-e21d-4726-8813-9fbd00530b48.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-41278c3b-5a7b-40a9-951e-2b77915ed8fe.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-16052cd0-8ebd-42ba-9d6b-00a54e0647c4.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-bd597dbe-8e65-45f9-b2c7-6ed6b252b6fa.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-2a7d27d0-e1e3-49fa-8ff7-b23ca51f1ac1.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-841fc5c9-0efc-47f9-b928-d201464fd43e.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-2fd10087-a756-4f4a-87cb-959fdb91ea23.docs.buildwithfern.com |
🌿 Preview your docs: https://cohere-preview-abc9321b-4c5c-4142-9e69-1402151287f9.docs.buildwithfern.com |
rename categories refactoring
rename capabilities to use cases
🌿 Preview your docs: https://cohere-preview-dd2db258-d56c-47e4-a19f-6ca5f9bdf218.docs.buildwithfern.com |
Splitting mockups from this PR into components.
Also we have a python script that is going to refresh static cookbooks data based on spreadsheet we used for initial setup.