
內容簡介
Nirdeshio 是一款專為 WordPress 設計的產品文件與知識庫外掛,幫助軟體公司、外掛/佈景主題開發者、SaaS 創辦人及 WooCommerce 賣家輕鬆發布快速載入的文件,提升用戶體驗。
【主要功能】
• 5 分鐘快速設置,內建嚮導創建文件入口
• 支援無限文件專案及文章,無上限
• 拖放排序文章,輕鬆管理內容
• 即時全文搜尋,快速找到所需資訊
• 自動生成目錄與導航,提升可讀性
• 具備輕/暗模式選擇,符合使用者偏好
外掛標籤
開發者團隊
② 後台搜尋「Nirdeshio – Documentation, Knowledge Base & Help Center for WordPress」→ 直接安裝(推薦)
原文外掛簡介
Nirdeshio is a product documentation and knowledge base plugin built for WordPress. It helps software companies, plugin/theme developers, SaaS founders, WooCommerce sellers, and agencies publish beautiful, fast-loading documentation without slowing down their sites.
Why Nirdeshio?
Most documentation plugins load heavy JavaScript, conflict with popular themes, or require dozens of settings before your first article appears. Nirdeshio is different:
5-minute setup — A built-in wizard creates your first documentation portal and publishes it before your coffee gets cold.
Zero theme conflict — Every frontend element is scoped under .itsdz-docs, so Nirdeshio never leaks styles into your theme.
Ultra-light frontend — Less than 30 KB of JavaScript (gzipped). The search modal loads on-demand only when the user opens it.
No jQuery — Built with modern Vanilla TypeScript and React for the admin.
Performance-first — Views are buffered and written to the database in batches every 5 minutes, not on every page load.
Free Features
Documentation projects (knowledge bases) — no cap, create as many as you need
Unlimited sections (3 levels deep), unlimited articles
Sections manager — a dedicated screen to create, rename, re-nest, icon, and delete sections without touching individual articles
Drag-and-drop article ordering
Gutenberg block editor support + shortcodes
Instant full-text search (MySQL FULLTEXT — no LIKE %keyword%)
Auto-generated table of contents, breadcrumbs, Previous / Next navigation
Related articles
Light / dark mode (respects system preference, user-toggleable)
Print-friendly layout
Mobile slide-out navigation
“Was this helpful?” feedback system
Reading time estimate, author byline, and last-updated date
Content freshness tracking — log a review date per article and spot stale docs at a glance
WordPress dashboard widget — see draft, stale, and unsectioned article counts without leaving your Dashboard
Basic view counter (buffered, performance-safe)
Two layout modes: canvas (full-page, no theme header/footer) and theme (integrates with your active theme)
Three template styles: Clean, Modern, Compact
Custom brand color per knowledge base
Project logo and landing intro — upload a logo and write a custom intro line for each knowledge base’s homepage
Custom navigation styles — choose Accordion, Rail, or Tree for how the sidebar organizes sections and articles
Header links — add up to 4 custom links (e.g. “Contact support”, “Changelog”) to the documentation header
Custom CSS per project — fine-tune the look of a specific knowledge base without a child theme
Import / export (JSON)
Markdown import — drop in a .md file and it lands as a draft article, ready to review and publish
One-click sample content — publishes a complete demo knowledge base so you can see the result before writing anything, and removes it just as easily
Glossary — define your product’s terminology once; the first mention of each term in an article is highlighted with a tooltip definition, and the full list can be embedded anywhere
Translation-ready, RTL support
SEO plugin compatible (Yoast SEO, Rank Math, AIOSEO)
AI-Ready Documentation
Assistants like ChatGPT, Claude and Perplexity increasingly read documentation on behalf of your users. Nirdeshio makes that work properly instead of leaving them to guess from rendered HTML.
/llms.txt — an automatically generated, always up-to-date map of your documentation following the llmstxt.org convention. One line per article with a short summary, grouped by project.
/llms-full.txt — the same index plus the complete plain-text body of every article, for assistants that can ingest the whole corpus.
Copy as Markdown — a button on every article that copies clean Markdown to the clipboard, ready to paste into an AI chat, an issue, or a pull request.
Only published articles in published projects are ever included. Both routes are cached and can be switched off with a single filter:
add_filter( 'itsdz_llms_txt_enabled', '__return_false' );
Gutenberg Blocks
Nirdeshio Search — Embed a search box anywhere on your site. Submits to your KB page and auto-opens the search modal with the entered query pre-filled.
Nirdeshio Article List — Display a linked list of articles from any KB. Ideal for sidebars, landing pages, or related-content widgets.
Nirdeshio Popular Articles — Rank articles by view count or publish date. Great for “Top questions” sections on a support landing page.
Nirdeshio FAQ — Build a collapsible question-and-answer list. Automatically outputs FAQPage structured data so your questions can appear directly in search results.
Nirdeshio Glossary — Display every defined term with its definition, sorted alphabetically.
Nirdeshio Callout — A coloured note, tip, warning, or danger box inside an article. Insert it from the block inserter while writing.
Shortcodes
[nirdeshio_search kb_id="123"] — search form for a specific KB
[nirdeshio_docs_list kb_id="123" limit="5" show_section="true"] — article list
[nirdeshio_popular_docs kb_id="123" limit="5" order="popular"] — most viewed (or order="recent") articles
[nirdeshio_faq heading="Billing"] — FAQ list; write one Question | Answer pair per line between the opening and closing tags
[nirdeshio_glossary heading="Glossary" show_aliases="true"] — alphabetical list of every glossary term
Glossary auto-highlighting never touches links, headings or code samples, and can be switched off entirely:
add_filter( 'itsdz_glossary_autolink', '__return_false' );
Nirdeshio Pro
Available now, as a separate add-on plugin (requires this free plugin to be active):
WooCommerce integration — link articles to products; linked products automatically get a “Documentation” tab listing them
Coming soon to Nirdeshio Pro:
Knowledge base switcher UI for managing many projects at once
Product versioning (v1.x / v2.x switcher with version-specific URLs)
Advanced analytics dashboard (health score, no-result searches, exit rate)
Access control (role-based, password-protected, buyer-gated docs)
Additional templates + visual customizer
Contributor workflow (review, approval, scheduled publishing)
Importers for BetterDocs, EazyDocs, weDocs, Echo Knowledge Base, Markdown, CSV
AI assistant (outline generator, draft from existing content, FAQ generator)
Privacy
Nirdeshio does not send any data to external servers. The “Was this helpful?” feedback and view counts are stored locally in your WordPress database. IP addresses are stored as irreversible hashes (SHA-256) for rate-limiting purposes only.
When uninstalling, data is deleted only if you opt in to data removal in the plugin settings. By default, your content and settings are preserved.
Source Code
Source code and build instructions: https://github.com/itsmanzur/itsmanzur-docs/
