doc: add an entrypoint for the internal API documentation#1525
Conversation
Add a `docs/surveyAdminDoc.md` file, that will be the entrypoint readme of the Evolution API documentation. This page is meant to be read in the site generated by the `typedoc` package and targets the survey designers, with instructions on how to implement a new survey. It is not a developer documentation, nor a user documentation. Move the README.md from `packages/evolution-generator` to the docs, under the `generator.md` name, so it can be added and linked to by the typedoc documentation.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Draft for now, questions to consider:
|
|
Aussi @samuel-duhaime est-ce que rouler le générateur dépend de la présence du fichier README.md pour vrai? |
|
This would fix #1347 |
There was a problem hiding this comment.
@tahini Yes, it's okay, just make sure to change the readme path from pyproject.toml.
NB: you could probably also change my name from the author list. I'm not the only one now.
Add a
docs/surveyAdminDoc.mdfile, that will be the entrypoint readme of the Evolution API documentation. This page is meant to be read in the site generated by thetypedocpackage and targets the survey designers, with instructions on how to implement a new survey. It is not a developer documentation, nor a user documentation.Move the README.md from
packages/evolution-generatorto the docs, under thegenerator.mdname, so it can be added and linked to by the typedoc documentation.