mirror of
https://github.com/onyx-dot-app/documentation.git
synced 2026-07-25 05:35:37 -04:00
0b57d1540d
* draft revamp * cleanup * open source statement * Yuhong * initial security tab cleanup * Yuhong * Yuhong * developer docs initial commit * Adding RDS Docs * Yuhong * Yuhong * k * Yuhong * Yuhong * welcome page * api reference lints * overview use cases * new rich content * more overview pages + admin connectors mock * fix simple exmaple * over view chat interface * api reference docs * more api guides * developers guides and api reference * fix next steps * capitalize Chat and move api guides * fix images and use style.css * more chat page * deployment init * more deployment * resourcing guide * more resourcing * oauth/oidc/saml * oidc/saml pictures * ec2 guide * rework deployment guides * more deployment guides * fix broken links * configuration options * deployment/ee and release process * formatting * ignore macos files * tab icons * EE env vars * rename admin dashboard and prep welcome page for launch * fix actions folder * Yuhong * chat overview * continue revising overview tab * . * Yuhong * Security Tab Done * Yuhong * icons * k * more overview * comments on landing page * fix actions dir * reorganize connectors and ai configs * evan's SF docs * formatting * . * more admin docs * more admin docs * more admin docs * pre-commit * . * llm config docs * admin docs + slack bot * slackbot * ee snippet * bedrock * Yuhong * ai models * vertex and bedrock * custom inference + formatting * img * alt text * typo * format * Yuhong * k * alt text * k * . * custom provider * ollama * k * k * connectors * connectors * format * actions and snippet * actions * k * k * k * admin docs * k * k * . * formatting * new docs * archive * archive * clean up * advanced configs * onyx cli * cleanup * . --------- Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com> Co-authored-by: justin-tahara <justintahara@gmail.com>
18 lines
283 B
CSS
18 lines
283 B
CSS
.rounded-image {
|
|
border-radius: 1rem;
|
|
margin: 8px auto;
|
|
display: block;
|
|
}
|
|
|
|
.prose table,
|
|
table {
|
|
display: table;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
table-layout: auto;
|
|
}
|
|
|
|
/* Table header cells */
|
|
.prose table th {
|
|
text-align: left !important; /* horizontal left */
|
|
} |