mirror of https://github.com/eyhc1/rendercv.git
docs: add FAQ section to the developer guide
This commit is contained in:
parent
c983a10855
commit
f9d674d37e
|
@ -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.
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue