This repository contains templates, configs for GroupDocs.Parser product pages. It also includes tools to translate strings in Json files and generate final Markdown files.
- 1_translate_json_files.ps1 - translated json files, uses translation_context.md to pass context to LLM
- 2_generate_md_files.ps1 - generate final markdown files
Make sure to checkout common submodule by running
git submodule update --init --recursiveNavigate to the common directory
cd commonRun Hugo
hugo server --config "./config-production.toml" --contentDir ../content --disableFastRender