Skip to content

Commit fcf0523

Browse files
author
Lasim
committed
feat: Add comprehensive documentation for docker-to-iac module
- Created index.mdx for available parsers in docker-to-iac. - Added detailed documentation for Render.com parser including prerequisites, architecture, and supported variables. - Established project structure documentation outlining directory organization and purposes. - Documented the automated NPM publishing process for docker-to-iac. - Developed a quickstart guide for using docker-to-iac with examples for translating Docker Compose and run commands. - Provided guidelines for contributing to Render service types configurations. - Explained service connections feature for multi-container applications in docker-to-iac. - Compiled a reference for supported Docker Compose variables and registries. - Detailed testing procedures for the docker-to-iac module, including unit and end-to-end tests.
1 parent 053ebbf commit fcf0523

24 files changed

Lines changed: 3850 additions & 2 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,6 @@ ehthumbs.db
6969
# Tests
7070
coverage/
7171
.jest/
72+
73+
._*.mdx
74+
._*.ts

app/docs/layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ export default function Layout({ children }: { children: ReactNode }) {
1313
url: '/docs',
1414
}}
1515
sidebar={{
16-
defaultOpenLevel: 1,
17-
tabs: false,
16+
defaultOpenLevel: 1
1817
}}
1918
>
2019
{children}

0 commit comments

Comments
 (0)