mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
add legacy banner
This commit is contained in:
@@ -24,3 +24,16 @@ table.longtable code {
|
|||||||
table.longtable td {
|
table.longtable td {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
color: #333;
|
||||||
|
padding: 10px;
|
||||||
|
text-align: center;
|
||||||
|
font-weight: bold;
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: 1000;
|
||||||
|
}
|
@@ -43,6 +43,9 @@
|
|||||||
<script id="documentation_options" data-url_root="{{ pathto('', 1) }}"
|
<script id="documentation_options" data-url_root="{{ pathto('', 1) }}"
|
||||||
src="{{ pathto('_static/documentation_options.js', 1) }}"></script>
|
src="{{ pathto('_static/documentation_options.js', 1) }}"></script>
|
||||||
<script src="{{ pathto('_static/jquery.js', 1) }}"></script>
|
<script src="{{ pathto('_static/jquery.js', 1) }}"></script>
|
||||||
|
<div class="banner">
|
||||||
|
<p>This is the legacy API reference. Please see the latest <a href="https://python.langchain.com/v0.2/api_reference/reference.html">v0.2</a> and <a href="https://python.langchain.com/api_reference/">v0.3</a> API reference build here.</p>
|
||||||
|
</div>
|
||||||
{%- block extrahead %} {% endblock %}
|
{%- block extrahead %} {% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user