To specify options for a DITA2Go-generated map:
[MapGeneration]
; MapRootElem = root element to use for map, default "map"
MapRootElem = map
; MapTitleElem = title element to use for map, default "title"
MapTitleElem = title
; MapTitle = title element content for map, default is no title
MapTitle = Title content for map
; UseTopicShortdesc = Yes (default, include shortdescs from topic)
; or No (exclude text in the topics from the map).
UseTopicShortdesc = Yes
; MapLanguage = value of xml:lang on map root element, default en-us
MapLanguage = en-us
; PublicID = PUBLIC ID to use for map DOCTYPE, default as below
PublicID= "-//OASIS//DTD DITA 1.1 Map//EN"
; SystemID = SYSTEM ID to use for map DOCTYPE, default as below
SystemID= "http://docs.oasis-open.org/dita/v1.1/OS/dtd/map.dtd"
You also use these options when you run command-line utility DITA2Map as a stand-alone program. DITA2Map simply generates a map and stops there, without producing any further output. See §46. Creating a map with DITA2Map.