@@ -8,9 +8,9 @@ const { remarkCodeHike } = require("@code-hike/mdx");
8
8
/** @type {import('@docusaurus/types').Config } */
9
9
const config = {
10
10
title : "Langflow Documentation" ,
11
- tagline : "Langflow is a GUI for LangChain, designed with react-flow " ,
11
+ tagline : "Langflow is a low-code app builder for RAG and multi-agent AI applications. " ,
12
12
favicon : "img/favicon.ico" ,
13
- url : "https://langflow-ai.github.io " ,
13
+ url : "https://docs. langflow.org " ,
14
14
baseUrl : "/" ,
15
15
onBrokenLinks : "throw" ,
16
16
onBrokenMarkdownLinks : "warn" ,
@@ -19,7 +19,7 @@ const config = {
19
19
trailingSlash : false ,
20
20
staticDirectories : [ "static" ] ,
21
21
customFields : {
22
- mendableAnonKey : process . env . MENDABLE_ANON_KEY ,
22
+ mendableAnonKey : "b7f52734-297c-41dc-8737-edbd13196394" , // Mendable Anon Client-side key, safe to expose to the public
23
23
} ,
24
24
i18n : {
25
25
defaultLocale : "en" ,
@@ -46,6 +46,13 @@ const config = {
46
46
] ,
47
47
] ,
48
48
} ,
49
+ sitemap : {
50
+ // https://docusaurus.io/docs/api/plugins/@docusaurus /plugin-sitemap
51
+ // https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap
52
+ lastmod : 'datetime' ,
53
+ changefreq : null ,
54
+ priority : null ,
55
+ } ,
49
56
gtag : {
50
57
trackingID : "G-XHC7G628ZP" ,
51
58
anonymizeIP : true ,
@@ -87,12 +94,6 @@ const config = {
87
94
themeConfig :
88
95
/** @type {import('@docusaurus/preset-classic').ThemeConfig } */
89
96
( {
90
- sitemap : {
91
- // https://www.sitemaps.org/protocol.html#xmlTagDefinitions
92
- changefreq : "weekly" ,
93
- priority : 0.5 ,
94
- ignorePatterns : [ ] ,
95
- } ,
96
97
navbar : {
97
98
hideOnScroll : true ,
98
99
title : "Langflow" ,
0 commit comments