DatsoDocs

Overview

What DatsoDocs does in the current codebase.

DatsoDocs Overview

DatsoDocs is the documentation component. It stores extension records and nested documentation pages in its own tables instead of Joomla articles.

Current model

  • #__datsodocs_extensions stores top-level documentation groups.
  • #__datsodocs_pages stores pages with extension_id and parent_id.
  • The frontend docs view renders a left tree and right document body.