diff --git a/plugins.yml b/plugins.yml index 3e76ae52..a9270a73 100644 --- a/plugins.yml +++ b/plugins.yml @@ -68,7 +68,12 @@ plugins: - llmstxt: preprocess: llmstxt_preprocess.py - + markdown_description: >- + > User documentation for Ibexa DXP covers content management, product catalog, commerce, and site administration for editors and business users. + # Pin links in the generated Markdown (and llms.txt) to this branch's + # version instead of site_url's en/latest, without affecting the HTML + # site's canonical URLs. Update when branching a new version. + base_url: https://doc.ibexa.co/projects/userguide/en/5.0/ autoclean: false full_output: llms-full.txt sections: diff --git a/theme/main.html b/theme/main.html index bdbda737..f13e89e1 100644 --- a/theme/main.html +++ b/theme/main.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% set md_href = page.file.dest_uri | replace('.html', '.md') if page else '' %} {% block htmltitle %} {%- if page and page.meta and page.meta.title -%}