Title: WDS Site Documentation
Author: webdevstudios
Published: <strong>2021 年 3 月 25 日</strong>
Last modified: 2026 年 7 月 14 日

---

搜尋外掛

![](https://ps.w.org/wds-site-documentation/assets/banner-772x250.png?rev=2744396)

![](https://ps.w.org/wds-site-documentation/assets/icon-256x256.png?rev=2744396)

# WDS Site Documentation

 由 [webdevstudios](https://profiles.wordpress.org/webdevstudios/) 開發

[下載](https://downloads.wordpress.org/plugin/wds-site-documentation.1.1.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/wds-site-documentation/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/wds-site-documentation/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/wds-site-documentation/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/wds-site-documentation/#developers)

 [技術支援](https://wordpress.org/support/plugin/wds-site-documentation/)

## 外掛說明

Host documentation for your clients right where they need it most: on the website!
This plugin creates a page on the WordPress dashboard called “Documentation” that
shows a video and links to a PDF.

Brought to you by the fine folks at [WebDevStudios](https://webdevstudios.com/)!

### Web Glossary

Empower your clients with a comprehensive understanding of their WordPress website.
The WDS Site Documentation plugin now includes a brand new Web Glossary featuring
approximately 70 essential website terms.

This user-friendly glossary equips your clients with the following:

 * An easy-to-comprehend definition
 * Real-world examples
 * An explanation of why the term is important
 * And what the term is commonly confused with

Help your clients unravel any vagueness surrounding website management. Each glossary
term boasts its own dedicated page, providing in-depth breakdowns to solidify their
knowledge. No more mistaking one term for another. The new WDS Site Documentation
Web Glossary clarifies any potential ambiguities.

Suggest a web glossary term by emailing [support@pluginize.com](https://tw.wordpress.org/plugins/wds-site-documentation/support@pluginize.com?output_format=md).
Suggested web glossary terms must include definitions.

### Filters for developers

The URLs for the movie and PDF files can be modified with the `wds_documentation_video_url`
and `wds_documentation_pdf_url` filters respectively. For example:

    ```
    add_filter( 'wds_documentation_pdf_url', function( $pdf_url ) {
        return 'https://agency.site/docs/client.pdf';
    }, 10, 1 );
    ```

The upload buttons can be turned off with the filter `wds_documentation_enable_changes`.
To turn off the buttons, add this code to your theme’s `functions.php` file:

    ```
    add_filter( 'wds_documentation_enable_changes', '__return_false', 10 );
    ```

The banner image can be modified with `wds_documentation_banner_url`:

    ```
    add_filter( 'wds_documentation_banner_url', function( $banner_url ) {
        return 'https://agency.site/docs/agency.png';
    }, 10, 1 );
    ```

The footer text can be customized with `wds_documentation_footer`:

    ```
    add_filter( 'wds_documentation_footer', function( $footer ) {
        return '<a href="mailto:person@agency.site">Contact us!</a>';
    }, 10, 1 );
    ```

## 螢幕擷圖

[⌊Documentation widget on the main dashboard.⌉⌊Documentation widget on the main 
dashboard.⌉[

Documentation widget on the main dashboard.

[⌊Documentation page including the select/upload buttons.⌉⌊Documentation page including
the select/upload buttons.⌉[

Documentation page including the select/upload buttons.

[⌊Default view for the Glossary⌉⌊Default view for the Glossary⌉[

Default view for the Glossary

[⌊View of a chosen Glossary term.⌉⌊View of a chosen Glossary term.⌉[

View of a chosen Glossary term.

## 安裝方式

 1. Upload the plugin to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Click the “Site Documentation” button in the Admin Bar or under “Settings” to view
    the documentation page.
 4. Upload a Video and PDF using the buttons there. These will show up on the page 
    and on the WordPress dashboard.

## 常見問題集

### Why should I use this?

When an agency hands a site off to the client, they should also provide documentation
on how to use the site, even if the site is mostly “vanilla WordPress.” This plugin
makes it easy to set up a documentation section in the WordPress dashboard.

### Can I turn off the buttons so the documentation can’t be changed accidentally?

Absolutely! See the “Filters for developers” section.

### Can I change the banner and footer on the page/widget?

Yes, you can! See the “Filters for developers” section.

### Can you build my site?

Absolutely. [Drop us a line!](https://webdevstudios.com/contact/)

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈WDS Site Documentation〉的開發相關工作。

參與者

 *   [ webdevstudios ](https://profiles.wordpress.org/webdevstudios/)
 *   [ Evan Hildreth ](https://profiles.wordpress.org/oddevan/)

[將〈WDS Site Documentation〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/wds-site-documentation)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/wds-site-documentation/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/wds-site-documentation/)，或
透過 [RSS](https://plugins.trac.wordpress.org/log/wds-site-documentation/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/wds-site-documentation/)。

## 變更記錄

#### 1.1.2

 * Fixed: nullable PHP warnings
 * Updated: confirmed compatibility with WP 7.0

#### 1.1.1

 * Fixed: Capitalization of “WordPress”.
 * Updated: Screenshots

#### 1.1.0

 * Added: Glossary tab to browse and view terms, including filtering or all on one
   page.
 * Added: Definitions for common WordPress and website words and phrases.
 * Added: Ability to filter in your own terms.

#### 1.0.2

 * Confirmed WordPress 6.0 compatibility

#### 1.0.1

 * Fixes formatting issues in the README

#### 1.0

 * Initial release

## 中繼資料

 *  版本 **1.1.2**
 *  最後更新 **2 個月前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 5.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/wds-site-documentation/)
 * 標籤:
 * [documentation](https://tw.wordpress.org/plugins/tags/documentation/)
 *  [進階檢視](https://tw.wordpress.org/plugins/wds-site-documentation/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/wds-site-documentation/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/wds-site-documentation/reviews/)

## 參與者

 *   [ webdevstudios ](https://profiles.wordpress.org/webdevstudios/)
 *   [ Evan Hildreth ](https://profiles.wordpress.org/oddevan/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/wds-site-documentation/)