- Issue created by @Kristen Pol
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Handled all the warnings except below and the info errors regarding paths.
For this one:
WARNING - A reference to 'modules/ai_assistant_api/#ai-chatbot-module'
Question: Can the AI chatbot module docs be on its own page?
- Merge request !798Get rid of warnings+info errors in mkdocs serve. β (Merged) created by Kristen Pol
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
This will need a backport as well
- π©πͺGermany marcus_johansson
@kristen pol - we can for sure add it on its own page. Right now it is inheritly connected to AI Assistants API, but the idea is to do this π± Add ChatbackendInterface Active . Then it would be completely decoupled and could be used for any AI engine in the background.
- π©πͺGermany marcus_johansson
I think it might work to do `modules/ai_assistant_api/index.md#ai-chatbot-module` as well to remove the warning.
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
I tried
modules/ai_assistant_api/index.md#ai-chatbot-module
but got:
WARNING - A reference to 'modules/ai_assistant_api/index.md#ai-chatbot-module' is included in the 'nav' configuration, which is not found in the documentation files.
We could merge this as is and then just plan on splitting up the docs after π± Add ChatbackendInterface Active . We can create an issue and marked it postponed and dependent on that one
- π©πͺGermany marcus_johansson
Sounds good and looks good - I have set this to RTBC.
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Merging and can backport later today
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
kristen pol β changed the visibility of the branch 3538457- to hidden.
- Merge request !804Get rid of warnings+info errors in mkdocs serve. β (Merged) created by Kristen Pol
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
The MRs have identical changes so I'll merge it
diff 804.patch 798.patch 1c1 < From 8fbf29c81ef43ce93bff064baf5629f2f7b11ae2 Mon Sep 17 00:00:00 2001 --- > From aca39cdf5325ccbe7692a3bee0e0ff555264e622 Mon Sep 17 00:00:00 2001 3c3 < Date: Tue, 29 Jul 2025 15:50:52 -0700 --- > Date: Mon, 28 Jul 2025 18:13:40 -0700
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Merge is done, and added follow-up issue:
π Separate AI Chatbot documentation from AI Assistant API Postponed