Cradicle Explorer
ai-llm-monitoring_mlflow
Info
Issues
Patches
Wallets
Source
Source
.claude
.github
.vscode
assets
bin
changelogs
dev
docker-compose
docker
docs
api_reference
docs
eslint-plugin-mlflow-docs
scripts
src
static
.npmrc
.prettierignore
README.md
communitySidebar.ts
docusaurus.config.ts
docusaurusConfigUtils.ts
eslint.config.js
package-lock.json
package.json
postcss.config.mjs
prettier.config.js
sidebars.ts
sidebarsClassicML.ts
sidebarsGenAI.ts
sidebarsSelfHosting.ts
tsconfig.json
examples
fs2db
libs
mlflow
requirements
tests
.dockerignore
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
.python-version
CHANGELOG.md
CITATION.cff
CLAUDE.md
CODE_OF_CONDUCT.rst
COMMITTER.md
CONTRIBUTING.md
EXTRA_DEPENDENCIES.rst
ISSUE_POLICY.md
ISSUE_TRIAGE.rst
LICENSE.txt
MANIFEST.in
README.md
SECURITY.md
mlflow-charter.pdf
prettier.config.js
pyproject.release.toml
pyproject.toml
uv.lock
/
docs
/ postcss.config.mjs
postcss.config.mjs
1
export default {
2
plugins: {
3
"@tailwindcss/postcss": {},
4
}
5
}