fix banner

This commit is contained in:
Bagatur
2024-10-22 11:34:15 -07:00
parent 4725dfc644
commit 02b4e770d2
3 changed files with 35 additions and 20 deletions

View File

@@ -43,12 +43,12 @@
<script id="documentation_options" data-url_root="{{ pathto('', 1) }}"
src="{{ pathto('_static/documentation_options.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 %}
</head>
<body>
<div class="banner">
<p>This is a legacy site. Please use 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 references instead.</p>
</div>
{% include "nav.html" %}
{%- block content %}
<div class="d-flex" id="sk-doc-wrapper">