diff --git a/docs/developer_guide.md b/docs/developer_guide.md index 429c0be..f845219 100644 --- a/docs/developer_guide.md +++ b/docs/developer_guide.md @@ -88,4 +88,11 @@ In some of the tests: When the `testdata` folder needs to be updated, it can be manually regenerated by setting `update_testdata` to `True` in `conftest.py` and running the tests. -Whenever the `testdata` folder is generated, the files should be reviewed manually to ensure everything works as expected. \ No newline at end of file +Whenever the `testdata` folder is generated, the files should be reviewed manually to ensure everything works as expected. + + +## Frequently Asked Questions (FAQ) + +### How can I add a new social network to RenderCV? + +To be answered.