- Add title parameter documentation to all relevant README files - Update DOCUMENTOR-GUIDE.md with title parameter example - Enhance quick-reference.md with complete parameter list - Update INTEGRATION.md with recommended shortcode usage - Simplify highlevelarch.md by using shortcode with title parameter |
||
|---|---|---|
| .. | ||
| deployment | ||
| doc/developer-landscape | ||
| models | ||
| views | ||
| devbox.json | ||
| devbox.lock | ||
| INTEGRATION.md | ||
| likec4.config.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
LikeC4 Architecture Documentation - EDP Platform
This folder contains LikeC4 architecture models for the Enterprise Developer Platform (EDP).
Purpose
These models document the platform architecture, not the documentation system itself.
(For documentation platform architecture, see resources/doc-likec4/)
Usage
Run npx likec4 start to start dev server
with docker and how to render/export images
// how to create/export c4 images: // see also https://likec4.dev/tooling/cli/
docker run -it --rm --name likec4 --user node -v $PWD:/app node bash npm install likec4 exit
docker commit likec4 likec4 docker run -it --rm --user node -v $PWD:/app -p 5173:5173 likec4 bash
// as root npx playwright install-deps npx playwright install
npm install likec4
// render node@e20899c8046f:/app/content/en/docs/project/onboarding$ ./node_modules/.bin/likec4 export png -o ./images .
trouble shooting
when refactoring you might need to restart the languange server, just that it updates its internal model representation
In VSCode it is: ctrl+Shift+P' + 'LikeC4: restart languange server