Skip to content

Commit

Permalink
Add code block formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bcbogdan committed Jan 30, 2025
1 parent 904cea3 commit f305c02
Show file tree
Hide file tree
Showing 11 changed files with 2,692 additions and 4,588 deletions.
5 changes: 3 additions & 2 deletions v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start --host 0.0.0.0",
"start": "docusaurus start --host 0.0.0.0 --port 3002",
"build": "./buildDocsForProduction",
"build:ios": "MODE=production CODE_TYPE_CHECK=swift npx docusaurus build",
"build-ignore-errors": "./buildDocsForProduction true",
Expand Down Expand Up @@ -48,4 +48,5 @@
"@types/react": "^16.14.11",
"typescript": "4.9.3"
}
}
}

3 changes: 3 additions & 0 deletions v3/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ scripts/code-type-checking/java/snippets/*
scripts/code-type-checking/python/snippets/*
scripts/code-type-checking/swift/snippets/*
scripts/code-type-checking/dart/snippets/*


tmp/*
Loading

0 comments on commit f305c02

Please sign in to comment.