mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 08:52:16 +00:00

* new docs version * updated directory structure * Add pipelines page * Add Finder deprecation suggestion * header for pipelines file * Document MySQL support * Mention DPR train tutorial coming soon * Mention open distro ES * Update doc strings regarding similarity fn * Add link to API docs * Wrap pipelines docs in box * add api reference for pipelines * copied latest version to v0.6.0 * Remove space * Remove space * Copy to v0.6.0 Co-authored-by: brandenchan <brandenchan@icloud.com>
29 lines
470 B
CSS
29 lines
470 B
CSS
div.sphinxsidebarwrapper {
|
|
position: relative;
|
|
top: 0px;
|
|
padding: 0;
|
|
}
|
|
|
|
div.sphinxsidebar {
|
|
margin: 0;
|
|
padding: 0 15px 0 15px;
|
|
width: 210px;
|
|
float: left;
|
|
font-size: 1em;
|
|
text-align: left;
|
|
}
|
|
|
|
div.sphinxsidebar .logo {
|
|
font-size: 1.8em;
|
|
color: #0A507A;
|
|
font-weight: 300;
|
|
text-align: center;
|
|
}
|
|
|
|
div.sphinxsidebar .logo img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
div.sphinxsidebar .download a img {
|
|
vertical-align: middle;
|
|
} |