add links to additional documentation

This commit is contained in:
José Costa Teixeira 2020-04-21 23:01:21 +02:00
parent 81dbc1d14f
commit dd19383e11

17
ig.ini
View File

@ -29,13 +29,22 @@ examples:
# it's possible to specify a specific version of the template
#template = fhir.base.template#0.1.0
# or the current version:
# or the current version:
#template = fhir.base.template#current
# if no version is specified, the publisher will take the #current version
# if no version is specified, the publisher will take the #current version
# local templates can be used by prefixing a relative path with # :
# local templates can be used by prefixing a relative path with # :
#template = #mylocaltemplate
#template = #..\templates\mytesttemplate1
# local templates can also use absolute paths:
# local templates can also use absolute paths:
#template = #C:\MyWork\ImplementationGuides\mytemplates\mytesttemplate1
# other parameters are defined in the ImplementationGuide resource:
# https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters
# for more documentation on implementation guides and templates, see the FHIR Guidance ImplementationGuide
# http://build.fhir.org/ig/FHIR/ig-guidance