Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ module.exports = {
],
]),
plugins: [
'docusaurus-plugin-image-zoom',
[
'@docusaurus/plugin-content-docs',
{
Expand Down Expand Up @@ -307,6 +308,9 @@ module.exports = {
'http', 'bash', 'ruby', 'java', 'scala', 'go', 'csharp', 'powershell', 'dart', 'objectivec', 'ocaml', 'r',
],
},
zoom: {
selector: '.markdown img',
},
languageTabs: [
{
highlight: 'bash',
Expand Down
66 changes: 66 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"globby": "^14.0.0",
"markdownlint": "^0.38.0",
"markdownlint-cli": "^0.45.0",
"path-browserify": "^1.0.1",
"patch-package": "^8.0.0",
"path-browserify": "^1.0.1",
"rimraf": "^6.0.0",
"typescript": "5.8.3",
"typescript-eslint": "^8.29.1"
Expand All @@ -80,6 +80,7 @@
"@redocly/cli": "^1.27.1",
"ajv": "^8.17.1",
"clsx": "^2.0.0",
"docusaurus-plugin-image-zoom": "^3.0.1",
"docusaurus-plugin-openapi-docs": "^4.3.7",
"docusaurus-theme-openapi-docs": "^4.3.7",
"form-data": "^4.0.0",
Expand Down