docs: v0.1 build semantics [BEGIN v0.1 BRANCH] (#21444)

This commit is contained in:
Erick Friis
2024-05-08 14:29:49 -07:00
committed by GitHub
parent ee35b9ba56
commit 61b5159ed0
7 changed files with 647 additions and 597 deletions

View File

@@ -18,7 +18,7 @@ const config = {
url: "https://python.langchain.com",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
baseUrl: "/v0.1/",
trailingSlash: true,
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "throw",
@@ -118,6 +118,11 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// TODO(erick): enable this when 0.2 docs are ready for banner
// announcementBar: {
// content: 'LangChain v0.2 is coming soon! Preview the new docs <a href="/v0.2/docs/introduction/">here</a>.',
// isCloseable: true,
// },
docs: {
sidebar: {
hideable: true,