Skip to content

Commit

Permalink
docs: fix indentations in liarajson page
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi committed Nov 25, 2024
1 parent 570e237 commit 957df47
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions src/pages/paas/liarajson.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ docker`}
<Highlight className="json">
{`{
"node": {
"mirror": false
"mirror": false
}
}`}
</Highlight>
Expand All @@ -161,7 +161,7 @@ docker`}
<Highlight className="json">
{`{
"node": {
"mirror": false
"mirror": false
}
}`}
</Highlight>
Expand All @@ -177,7 +177,7 @@ docker`}
<Highlight className="json">
{`{
"next": {
"mirror": false
"mirror": false
}
}`}
</Highlight>
Expand All @@ -193,7 +193,7 @@ docker`}
<Highlight className="json">
{`{
"laravel": {
"composerMirror": false
"composerMirror": false
}
}`}
</Highlight>
Expand All @@ -209,7 +209,7 @@ docker`}
<Highlight className="json">
{`{
"php": {
"composerMirror": false
"composerMirror": false
}
}`}
</Highlight>
Expand All @@ -225,7 +225,7 @@ docker`}
<Highlight className="json">
{`{
"python": {
"mirror": false
"mirror": false
}
}`}
</Highlight>
Expand All @@ -241,7 +241,7 @@ docker`}
<Highlight className="json">
{`{
"django": {
"mirror": false
"mirror": false
}
}`}
</Highlight>
Expand All @@ -257,7 +257,7 @@ docker`}
<Highlight className="json">
{`{
"flask": {
"mirror": false
"mirror": false
}
}`}
</Highlight>
Expand All @@ -273,7 +273,7 @@ docker`}
<Highlight className="json">
{`{
"react": {
"mirror": false
"mirror": false
}
}`}
</Highlight>
Expand All @@ -289,7 +289,7 @@ docker`}
<Highlight className="json">
{`{
"angular": {
"mirror": false
"mirror": false
}
}`}
</Highlight>
Expand All @@ -305,7 +305,7 @@ docker`}
<Highlight className="json">
{`{
"vue": {
"mirror": false
"mirror": false
}
}`}
</Highlight>
Expand All @@ -331,7 +331,7 @@ docker`}
<Highlight className="json">
{`{
"node": {
"version": "22"
"version": "22"
}
}`}
</Highlight>
Expand All @@ -347,7 +347,7 @@ docker`}
<Highlight className="json">
{`{
"next": {
"nodeVersion": "22"
"nodeVersion": "22"
}
}`}
</Highlight>
Expand Down Expand Up @@ -473,7 +473,7 @@ docker`}
<Highlight className="json">
{`{
"node": {
"timezone": "America/Los_Angeles"
"timezone": "America/Los_Angeles"
}
}`}
</Highlight>
Expand Down Expand Up @@ -729,10 +729,10 @@ Cron job یک ابزار در سیستم‌عامل‌های لینوکس است
<Highlight className="json">
{`{
"disks": [
{
"name": "media",
"mountTo": "/uploads/media"
}
{
"name": "media",
"mountTo": "/uploads/media"
}
]
}`}
</Highlight>
Expand All @@ -756,12 +756,12 @@ Cron job یک ابزار در سیستم‌عامل‌های لینوکس است
<Highlight className="json">
{`{
"laravel":{
"npmMirror": true,
"installDevDependencies": true,
"configCache": true,
"routeCache": true,
"buildAssets": true,
"ssr": true
"npmMirror": true,
"installDevDependencies": true,
"configCache": true,
"routeCache": true,
"buildAssets": true,
"ssr": true
}
}
`}
Expand Down Expand Up @@ -814,7 +814,7 @@ Cron job یک ابزار در سیستم‌عامل‌های لینوکس است
<Highlight className="json">
{`{
"react": {
"sourceMap": false
"sourceMap": false
}
}`}
</Highlight>
Expand All @@ -826,7 +826,7 @@ Cron job یک ابزار در سیستم‌عامل‌های لینوکس است
<Highlight className="json">
{`{
"angular": {
"sourceMap": false
"sourceMap": false
}
}`}
</Highlight>
Expand All @@ -838,19 +838,19 @@ Cron job یک ابزار در سیستم‌عامل‌های لینوکس است
<Highlight className="json">
{`{
"build": {
"dockerfile": "./Dockerfile",
"cache": false,
"args": ["APP_VERSION=2.0.0"]
"dockerfile": "./Dockerfile",
"cache": false,
"args": ["APP_VERSION=2.0.0"]
},
"docker": {
"timezone": "America/Los_Angeles"
"timezone": "America/Los_Angeles"
},
"args": [
"sh",
"-c",
"sleep 10 && /entrypoint.sh run"
"sh",
"-c",
"sleep 10 && /entrypoint.sh run"
]
}`}
</Highlight>
Expand Down

0 comments on commit 957df47

Please sign in to comment.