Open
Description
Many parts of our documentation is copy-pasted from parts of the codebase, such as the CLI commands, and the different data types involded in the Plutus scripts.
I want to use embedme (but could be any similar tool), to be able to embed external files such as code files or other markdown files, into a target markdown file.
The goal is to reduce out-of-date documentation.
Additionnally, embedme
should be integrated in CI and on a pre-commit hook to ensure that the documentation is updated by the PR submitter.
IOG Jira: https://input-output.atlassian.net/browse/ETCM-6862