.dockerignore
CHANGELOG.md
Dockerfile
LICENSE
MANIFEST.in
Makefile
README.md
app.py
demo_readme.md
docker-compose.yml
pyproject.toml
requirements.txt
setup.py
infra/README.md
infra/deploy-k8s.sh
infra/validate-chart.sh
infra/values-dev.yaml
infra/values-prod.yaml
infra/helm/readme2word/Chart.yaml
infra/helm/readme2word/values.yaml
infra/helm/readme2word/templates/_helpers.tpl
infra/helm/readme2word/templates/configmap.yaml
infra/helm/readme2word/templates/deployment.yaml
infra/helm/readme2word/templates/hpa.yaml
infra/helm/readme2word/templates/ingress.yaml
infra/helm/readme2word/templates/networkpolicy.yaml
infra/helm/readme2word/templates/pdb.yaml
infra/helm/readme2word/templates/pvc.yaml
infra/helm/readme2word/templates/service.yaml
infra/helm/readme2word/templates/serviceaccount.yaml
infra/samples/default-manifests.yaml
infra/samples/dev-manifests.yaml
infra/samples/prod-manifests.yaml
readme2word/__init__.py
readme2word/cli.py
readme2word/converter.py
readme2word/web.py
tests/__init__.py
tests/conftest.py
tests/run_all_tests.py
tests/test_converter.py
tests/test_integration.py
tests/test_mermaid.py
tests/test_ui.py