Linux 软件免费装
Banner图

AssistCamp - Documentation/Knowledgebase Plugin

开发者 imtiazrayhan
更新时间 2026年7月28日 10:00
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

documentation knowledge base wiki docs help center

下载

1.1.5

详情介绍:

AssistCamp lets you build documentation sites inside WordPress. It works with both Full Site Editing (FSE) and classic themes, ships 10 purpose-built blocks, and provides an adaptive URL structure that adjusts automatically based on whether you have one or multiple knowledgebases. Key Features Custom Blocks
  1. Sidebar - Collapsible category and article navigation with doc counts
  2. Search Form - Live search with dropdown results and configurable delay
  3. Breadcrumb - Navigation breadcrumbs with customizable separator
  4. Archive Doc List - Filterable documentation list with sorting and pagination
  5. Category Grid - Display categories in a configurable grid layout
  6. Table of Contents - Auto-generated from headings with sticky positioning and smooth scroll
  7. Single Doc Content - Main documentation content area
  8. Doc Navigation - Previous/Next article navigation scoped to category or knowledgebase
  9. Date - Display last modified date with configurable format
  10. Knowledgebase Grid - Display all knowledgebases with doc counts and descriptions
Use Cases

安装:

  1. Upload the plugin files to /wp-content/plugins/assistcamp, or install through the WordPress plugins screen.
  2. Activate the plugin through the Plugins screen.
  3. Follow the onboarding wizard to create your first knowledgebase and sample content.
  4. Add categories and start writing documentation under AssistCamp in the admin menu.
What Happens on Activation

升级注意事项:

1.1.5 Removes plugin Custom CSS editors. Use WordPress Additional CSS for freeform styles. Recommended for all sites. 1.1.4 Security and robustness: safer query-string context handling, stricter settings and taxonomy AJAX input handling, and cleaner organize AJAX failure paths. Recommended for all sites. 1.1.3 Security and WordPress.org Plugin Check alignment: AJAX nonces, POST sanitization, and safe inline CSS output. Recommended for all sites. 1.1.2 Wrap SVG helper output in wp_kses() at echo point to pass Plugin Check static analysis. 1.1.1 Security hardening: proper output escaping, inline style enqueuing, and transient prefixing per WordPress.org review. 1.1.0 Adds onboarding wizard and caching.

常见问题:

How does the adaptive URL structure work?

AssistCamp detects how many knowledgebases you have:

  • One knowledgebase: /docs/getting-started/installation/
  • Two or more: /docs/product-name/getting-started/installation/
The switch happens automatically when you create or delete knowledgebases.

Does it work with classic themes?

Yes. AssistCamp includes PHP templates for classic themes and HTML block templates for FSE themes. It detects your active theme type and loads the appropriate templates. Classic themes also get Customizer options for layout and styling.

Can I override the templates?

Yes. Place template files in a assistcamp/ directory inside your theme to override the defaults.

Can I change the documentation URL?

Yes. Go to AssistCamp > Settings > General and change the documentation slug. The default is docs.

What caching does it use?

AssistCamp uses WordPress transients to cache search results, documentation queries, and term counts. You can configure the cache duration during setup or in settings. Cache is automatically invalidated when content is updated.

更新日志:

1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.0