Thank you for contributing to the Safe docs. Before starting, please review the existing documentation to understand the structure and writing conventions.
We use the Microsoft Style Guide for the styles and Vale for linting. This combination helps us use the style guide effectively.
Please open an issue to submit a resource to our Resource Hub.
[For the Safe team] To add a new resource to the Resource Hub, follow these steps:
- Add the new entry (
type
,url
,tags
, anddate
) to the community-resources.json or company-resources.json file.{ "url": "https://example.com", "type": "Blog Post", "date": "2023-10-09", "tags": [ "Tutorial" ], "lastChecked": "2023-10-09" }
- Run
pnpm get-resources-og
to fetch open graph metadata for the new resource automatically. - Copy edit the automatically generated copy for
name
anddescription
.
Install the Vale CLI and run the following command:
vale --glob='*.md' .
You can also use Vale as a plugin for your IDE.