This repository will contain all the assets for the DevRel-Stack repository.
You can clone the repository by typing the following command in your terminal:
git clone git@github.com:RapidAPI/DevRel-Stack-Data.git
Use the FrontMatter VS Code extension to generate templates.
-
Link to RapidAPI.com/hub instead of RapidAPI.com.
-
When you are linking to RapidAPI Hub, use the following UTM parameters :
?utm_source=<APP_NAME>.RapidAPI.com&utm_medium=DevRel&utm_campaign=DevRel
For example, when you are adding a link from our Guides, you would use the following in the markdown file:
[RapidAPI Hub](https://RapidAPI.com/hub?utm_source=RapidAPI.com/guides&utm_medium=DevRel&utm_campaign=DevRel)
Install all the necessary dependencies which run Prettier and automatically adds slugs for the new posts. You can install the dependencies by running the following command from the root:
npm install
Use the Emoji Log convention for writing new commit messages.
Once you are done with your changes, create a Pull Request against the production branch of this repository for us to review your content.