-
Notifications
You must be signed in to change notification settings - Fork 3
Update FF README #1492
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?
Update FF README #1492
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Looks good! 😊 Left a few comments
apps/ff-site/README.md
Outdated
@@ -74,12 +25,12 @@ Decap CMS is a Git-based content management system, meaning that content is mana | |||
|
|||
All the content managed through Decap CMS is stored in `src/app/content/`. This directory includes various Markdown files that the CMS edits. Each file represents a different section or page of the website, structured for easy editing and updates. | |||
|
|||
### Decap CMS Configuration | |||
### Configuration | |||
|
|||
The Decap CMS setup includes two configuration files: | |||
|
|||
1. `public/admin/config.yml` - This file primarily contains the schema and metadata for the content but also includes authentication settings among other things. |
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.
Not sure I understand the "authentication settings" part?
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.
Thank you for the feedback @barbaraperic. I updated the section, does it make more sense to you now? If not, feel free to edit to your liking.
<!-- Should we keep it? --> | ||
|
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.
With Claude/ChatGPT fixing the script should be quick - but it is one of those things that need maintaining... @mirhamasala thoughts on keeping it or we get rid of it?
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.
Perhaps we should remove it from FF and move to a shared package in preparation for filecoin.io, where we'll be creating pages regularly soon?
Co-authored-by: Barbara Peric <50910606+barbaraperic@users.noreply.github.com>
📝 Description
This PR modifies the README.md with updated instructions.
Open questions: