Kill number prefixes for good
This commit is contained in:
parent
6b72ddfb8c
commit
3d087df538
11 changed files with 10 additions and 10 deletions
|
@ -1,17 +1,17 @@
|
||||||
targets:
|
targets:
|
||||||
main: # arbitrary name to identify this build target
|
main: # arbitrary name to identify this build target
|
||||||
files: # the sort order of files to cat
|
files: # the sort order of files to cat
|
||||||
- 0-intro.rst
|
- intro.rst
|
||||||
- 1-client_server_api.rst
|
- client_server_api.rst
|
||||||
- { 1: 0-events.rst }
|
- { 1: events.rst }
|
||||||
- { 1: 0-event_signing.rst }
|
- { 1: event_signing.rst }
|
||||||
- 2-modules.rst
|
- modules.rst
|
||||||
- { 1: 0-feature_profiles.rst }
|
- { 1: feature_profiles.rst }
|
||||||
- { 1: "group:modules" } # reference a group of files
|
- { 1: "group:modules" } # reference a group of files
|
||||||
- 3-application_service_api.rst
|
- application_service_api.rst
|
||||||
- 4-server_server_api.rst
|
- server_server_api.rst
|
||||||
- 5-identity_servers.rst
|
- identity_servers.rst
|
||||||
- 6-appendices.rst
|
- appendices.rst
|
||||||
groups: # reusable blobs of files when prefixed with 'group:'
|
groups: # reusable blobs of files when prefixed with 'group:'
|
||||||
modules:
|
modules:
|
||||||
- modules/instant_messaging.rst
|
- modules/instant_messaging.rst
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue