diff --git a/README.md b/README.md index 0ce2a48..4677dd3 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,42 @@ Copy the asset url and update the base url to "https://static.corecollective.dev Add the url in alphabetical order to the company.yaml list with a `alt` field also. If the logo appears larger or small add a `scale` field also to adjust accordingly. +## Updating FAQ content + +FAQ entries are stored in `src/content/faq/faq.yaml`. Each entry has a `question` and an `answer` field. + +### Simple answers + +For short, plain-text answers: + +```yaml +- question: "What is CoreCollective?" + answer: "CoreCollective provides a neutral platform for collaboration in the Arm ecosystem." +``` + +### Rich answers with HTML + +For answers that need bullet lists, links, email addresses, or multiple paragraphs, use the YAML `>` folded block scalar and write HTML: + +```yaml +- question: "What is the process for requesting a new Working Group?" + answer: > +

CoreCollective is always open to proposals. The process involves:

+ +

Contact info@corecollective.dev for details.

+``` + +**Supported HTML tags:** `

`, `