August
This release strengthens security around project creation, expands the editor with new content tools, and resolves a wide range of formatting, publishing, and search issues across the platform. Here's what's new.
New Features & Enhancements
Glossary Support
Build a glossary directly into your documentation, giving readers a single place to look up key terms without leaving the page.
Header Sections at All Levels
Header (non-clickable, organizational) sections can now be added at every level of your documentation structure, not just the top, for more flexible organization of longer projects.
llms-full.txt Support
Theneo now generates an llms-full.txt alongside the existing llms.txt, giving AI assistants and agents a complete, structured view of your documentation for more accurate answers.
Editor & Publishing Fixes
- Sections Under Tabs Preserved During Export/Import: Fixed an issue where sections nested under Tabs would be converted into regular sections during project export/import if the source project had the single-page template disabled. Tab structure is now preserved.
- Mermaid Diagram Widget UI Fixes: Resolved several UI issues in the Mermaid diagram widget for a smoother diagramming experience.
- Strikethrough Now Renders in Published View: Fixed a bug where strikethrough formatting applied in the editor wasn't showing up once a document was published.
- Codeblock Syntax Highlighting Fixed When Comments Are Present: Resolved an issue where adding comments inside a code block would break syntax highlighting for the rest of the block.
- Fixed Accidental Auto-Linking on Periods: Fixed a bug where formatting a word ending in a period and pressing Enter would incorrectly convert the entire sentence into a link.
- Fixed Typing Next to Inline Code: Resolved an issue that prevented users from typing directly next to inline code-formatted text on the same line.
Published Docs & Search Fixes
- Search Highlight Now Scrolls to Result: Fixed an issue where selecting a search result would highlight the match but not scroll or jump to it in the documentation, leaving users to hunt for the highlighted text manually.
- Fixed Preview Showing Previous Project's Content: Resolved a bug where the preview pane would briefly display content from a previously viewed project after creating a new one.
noindex Now Applied Correctly on Scrollable Published Docs: Fixed a timing issue where the noindex tag on scrollable published documentation was only added after hydration, which could briefly expose pages to indexing that should stay unindexed.
API Documentation Fixes
- Curl Code Samples Now Use
--user for Basic Auth: Fixed an issue where generated curl code samples used an Authorization: Basic header instead of the --user flag for HTTP basic auth, ensuring generated samples follow curl's standard convention. - SOAP Namespace Prefix Preserved in Published Examples: Fixed a bug where the
soap: namespace prefix was being stripped from XML request/response examples after publishing.
Was this section helpful?
On this page
- August