Merge branch 'pw/build-breaking-changes-doc'
A documentation page was left out from formatting and installation, which has been corrected. * pw/build-breaking-changes-doc: docs: add BreakingChanges to TECH_DOCS target
This commit is contained in:
@@ -109,6 +109,7 @@ SP_ARTICLES += howto/coordinate-embargoed-releases
|
||||
API_DOCS = $(patsubst %.adoc,%,$(filter-out technical/api-index-skel.adoc technical/api-index.adoc, $(wildcard technical/api-*.adoc)))
|
||||
SP_ARTICLES += $(API_DOCS)
|
||||
|
||||
TECH_DOCS += BreakingChanges
|
||||
TECH_DOCS += DecisionMaking
|
||||
TECH_DOCS += ReviewingGuidelines
|
||||
TECH_DOCS += MyFirstContribution
|
||||
|
||||
@@ -448,6 +448,7 @@ if get_option('docs').contains('html')
|
||||
)
|
||||
|
||||
articles = [
|
||||
'BreakingChanges.adoc',
|
||||
'DecisionMaking.adoc',
|
||||
'MyFirstContribution.adoc',
|
||||
'MyFirstObjectWalk.adoc',
|
||||
|
||||
Reference in New Issue
Block a user