Merge branch 'update-readme'

This commit is contained in:
Kevin
2019-06-20 01:43:21 +02:00

View File

@@ -53,8 +53,8 @@ We manage our resources in `store.json`. The schema is as follows:
If you just want to add a resource to an already existing category, extend the `resources` array with your resources. Please include all the keys enlisted (`title`, `desc`, `url`).
For URLs, please consider the following:
- Do not link to language specific pages (e.g., don't link to `<url>.org/en-US/docs`, instead, link to `<url>/docs` if possible).
- Do not use '&' as it will break the URL referencing.
- Do not link to language specific pages (e.g. don't link to `<url>.org/en-US/docs`, instead, link to `<url>/docs` if possible).
- Do not use `'&'` as it will break the URL referencing.
- We won't allow referral links.
To add a completely new resource, include a new object at the root of the array, the pages are dynamically rendered so you don't have to worry about anything else. Again, include all the enlisted keys, reference to the schema above.