Rename storage directory

This commit is contained in:
Kamran Ahmed
2020-01-18 22:47:48 +04:00
parent b97ae52a1b
commit a26945288b
72 changed files with 39 additions and 41 deletions

View File

@@ -6,9 +6,9 @@ First of all thank you for considering to contribute to this project. It wouldn'
* Fork this repository
* If you haven't contributed to this project before then create your author profile
* Open the file [authors.json](../storage/authors.json)
* Open the file [authors.json](../content/authors.json)
* Put your preferred `username`
* Put a profile picture in [authors directory](../public/authors) with the username
* Create a new markdown file in the [guides directory](../storage/guides).
* Add the meta data for this guide in [guides.json](../storage/guides.json). Please note that `fileName` and `slug` must match.
* Create a new markdown file in the [guides directory](../content/guides).
* Add the meta data for this guide in [guides.json](../content/guides.json). Please note that `fileName` and `slug` must match.
* Open a pull request