You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tareq Hasan edited this page Aug 28, 2018
·
3 revisions
weDocs plugin provides the shortcode [wedocs].
Insert the shortcode in a page to show all the documentation in your page in a UI like this:
It has various options and parameters:
col. Used for displaying in number of columns. Current supported values are 2 and 3. So you can show the documents in two or three columns. Usage: [wedocs col="2"], [wedocs col="3"]
include. Default value: any. Used for only including certain docs. This parameter takes a comma-separated list of Doc IDs Usage: [wedocs include="2693,2704,2711"]
exclude. Define a comma-separated list of Doc IDs to be excluded from the list. Example: [wedocs exclude="2693,2704,2711"]
more. Default value: View Details. Used for the view details text. Usage: [wedocs more="Read full documentation"]
items: Default value: 10. Used to limit the number of sections to show. Use -1 to display all the sections.