Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 7 additions & 3 deletions .mintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Mintlify automatically ignores these files and directories:
# .git, .github, .claude, .agents, .idea, node_modules,
# README.md, LICENSE.md, CHANGELOG.md, CONTRIBUTING.md
# Mintlify is supposed to auto-ignore .git, .github, .claude, .agents,
# .idea, node_modules, README.md, LICENSE.md, CHANGELOG.md, CONTRIBUTING.md
# — but in practice the dev server still tries to MDX-parse files inside
# .github (e.g. pull_request_template.md, which uses HTML <!-- comments),
# so list it explicitly.
.github/
.github/**

# Draft content
drafts/
Expand Down
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"join-use-case/join-use-case",
"join-use-case/start-training",
"join-use-case/hyperparameters",
"join-use-case/how-training-works",
"join-use-case/model-optimization",
"join-use-case/model-evaluation"
]
Expand Down
2 changes: 1 addition & 1 deletion evals.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[
[
{
"id": 67,
"formula": "{c_index}",
Expand Down
Loading