Documentation for extensions

I have a working extension, and it shows up in the extensions list. However, the documentation does not show up in the index list. The documentation shows up if I select it, but not in the index. What could be easier? What am I doing wrong?

Version 1.0.250430 of General Utilities by Clyde Falsoon begins here.

[INVENTORY with Weights]
[ code blocks are here]
.
.
.

General Utilities ends here.

---- DOCUMENTATION ----

Contains utilites that are used for multiple projects and are not specific to a location or action. 

-- Inventory with weights for objects, containers, and fluid containers.

I think I found through trial and error the solution to this.
Within the Extension index:
To change the blurb that describes the extension, place it at the top of the .i7x file in quotes.
To define the documentation that pops up in a new window when the extension name is clicked (selected), place that at the bottom of the file in the DOCUMENTATION section. See section 27.11 in the Docs.
Sometimes I need to select Play->Refresh Index from the menu bar to update the extensions index.(Make sure that the file is compiled.)

For example:

Version 1.0.250520 of General Utilities by Clyde Falsoon begins here.

"Contains utilites that are used for multiple projects and are not specific to any particular project. See the documentation for a list of the utilities included."

[INVENTORY with Weights]
.
.
.

General Utilities ends here.

---- DOCUMENTATION ----

Contains utilites that are used for multiple projects and are not specific to any particular project. Utilities include:
	-- Inventory with weights for objects, containers, and fluid containers.
1 Like