Skip to content

Commit 2e82fc4

Browse files
committed
fix: self-close <br>/<hr> void elements and escape bare < for MDX
Two remaining guides (flux, veo) had <br> tags and <= operators in tables that broke MDX/JSX parsing.
1 parent 786080d commit 2e82fc4

40 files changed

Lines changed: 433 additions & 185 deletions

.mintignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Mintlify automatically ignores these files and directories:
2+
23
# .git, .github, .claude, .agents, .idea, node_modules,
4+
35
# README.md, LICENSE.md, CHANGELOG.md, CONTRIBUTING.md
46

57
# Draft content
8+
69
drafts/
7-
*.draft.mdx
10+
\*.draft.mdx
811

912
# Sync scripts
13+
1014
scripts/

openapi/adsl-http-proxy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"title": "ADSL Direct Connection Proxy",
4+
"title": "adsl-http-proxy",
55
"version": "1.0.0",
6-
"description": "API reference for ADSL Direct Connection Proxy on Ace Data Cloud."
6+
"description": "API reference for adsl-http-proxy on Ace Data Cloud."
77
},
88
"servers": [
99
{

openapi/aichat.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"title": "AI Dialogue",
4+
"title": "aichat",
55
"version": "1.0.0",
6-
"description": "API reference for AI Dialogue on Ace Data Cloud."
6+
"description": "API reference for aichat on Ace Data Cloud."
77
},
88
"servers": [
99
{

openapi/claude.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"title": "Claude AI",
4+
"title": "claude",
55
"version": "1.0.0",
6-
"description": "API reference for Claude AI on Ace Data Cloud."
6+
"description": "API reference for claude on Ace Data Cloud."
77
},
88
"servers": [
99
{

openapi/deepseek.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"title": "DeepSeek AI",
4+
"title": "deepseek",
55
"version": "1.0.0",
6-
"description": "API reference for DeepSeek AI on Ace Data Cloud."
6+
"description": "API reference for deepseek on Ace Data Cloud."
77
},
88
"servers": [
99
{

openapi/drawai.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"title": "AI ID Photo Production",
4+
"title": "drawai",
55
"version": "1.0.0",
6-
"description": "API reference for AI ID Photo Production on Ace Data Cloud."
6+
"description": "API reference for drawai on Ace Data Cloud."
77
},
88
"servers": [
99
{

openapi/face-change.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"title": "Face Transformation",
4+
"title": "face-change",
55
"version": "1.0.0",
6-
"description": "API reference for Face Transformation on Ace Data Cloud."
6+
"description": "API reference for face-change on Ace Data Cloud."
77
},
88
"servers": [
99
{

openapi/fish.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"title": "Fish music generation",
4+
"title": "fish",
55
"version": "1.0.0",
6-
"description": "API reference for Fish music generation on Ace Data Cloud."
6+
"description": "API reference for fish on Ace Data Cloud."
77
},
88
"servers": [
99
{

openapi/flux.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"title": "Flux Image Generation",
4+
"title": "flux",
55
"version": "1.0.0",
6-
"description": "API reference for Flux Image Generation on Ace Data Cloud."
6+
"description": "API reference for flux on Ace Data Cloud."
77
},
88
"servers": [
99
{

openapi/gemini.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"openapi": "3.0.0",
33
"info": {
4-
"title": "Gemini AI",
4+
"title": "gemini",
55
"version": "1.0.0",
6-
"description": "API reference for Gemini AI on Ace Data Cloud."
6+
"description": "API reference for gemini on Ace Data Cloud."
77
},
88
"servers": [
99
{

0 commit comments

Comments
 (0)