Rename spec files to not have numbers everywhere; update targets.yaml
This commit is contained in:
parent
f71763b0d3
commit
e8cdfcbba2
21 changed files with 19 additions and 19 deletions
|
@ -1,28 +1,28 @@
|
|||
targets:
|
||||
main: # arbitrary name to identify this build target
|
||||
files: # the sort order of files to cat
|
||||
- 00_00_intro.rst
|
||||
- { 1: 00_01_feature_profiles.rst }
|
||||
- { 1: 00_02a_events.rst }
|
||||
- { 1: 00_02b_event_signing.rst }
|
||||
- 01_00_client_server_api.rst
|
||||
- 02_00_modules.rst
|
||||
- 0-intro.rst
|
||||
- { 1: 0-feature_profiles.rst }
|
||||
- { 1: 0-events.rst }
|
||||
- { 1: 0-event_signing.rst }
|
||||
- 1-client_server_api.rst
|
||||
- 2-modules.rst
|
||||
- { 1: "group:modules" } # reference a group of files
|
||||
- 03_00_application_service_api.rst
|
||||
- 04_00_server_server_api.rst
|
||||
- 05_00_identity_servers.rst
|
||||
- 06_00_appendices.rst
|
||||
- 3-application_service_api.rst
|
||||
- 4-server_server_api.rst
|
||||
- 5-identity_servers.rst
|
||||
- 6-appendices.rst
|
||||
groups: # reusable blobs of files when prefixed with 'group:'
|
||||
modules:
|
||||
- modules/00_modules_intro.rst
|
||||
- modules/01_00_voip_events.rst
|
||||
- modules/02_00_typing_notifications.rst
|
||||
- modules/03_00_receipts.rst
|
||||
- modules/04_00_content_repo.rst
|
||||
- modules/05_00_end_to_end_encryption.rst
|
||||
- modules/06_00_history_visibility.rst
|
||||
- modules/07_00_push_overview.rst
|
||||
- { 2: [modules/07_01_push_cs_api.rst , modules/07_02_push_push_gw_api.rst] }
|
||||
- modules/intro.rst
|
||||
- modules/voip_events.rst
|
||||
- modules/typing_notifications.rst
|
||||
- modules/receipts.rst
|
||||
- modules/content_repo.rst
|
||||
- modules/end_to_end_encryption.rst
|
||||
- modules/history_visibility.rst
|
||||
- modules/push_overview.rst
|
||||
- { 2: [modules/push_cs_api.rst , modules/push_push_gw_api.rst] }
|
||||
|
||||
title_styles: ["=", "-", "~", "+", "^"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue