-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathcache.yml
55 lines (47 loc) · 1.12 KB
/
cache.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Documentation build cache configuration file.
#
# The way each NCS docset is built may differ depending on the origin of the
# sources. Some docsets have all content in this repository, others import the
# content and some others are a combination of both. This information is
# required for the cache utility in order to obtain the correct versions.
#
# File format:
#
# - docset: $DOCSET_NAME
# projects:
# - $PROJECT0
# - ...
# - $PROJECTN
#
# where $DOCSET_NAME is the docset name (same as used in the build system) and
# $PROJECT0..N are projects containing the docset documentation sources. Project
# names need to match with what is listed on the manifest. Note that 'manifest'
# means the manifest project itself.
---
- docset: nrf
projects:
- manifest
- docset: nrfx
projects:
- hal_nordic
- docset: nrfxlib
projects:
- nrfxlib
- docset: zephyr
projects:
- zephyr
- docset: mcuboot
projects:
- manifest
- mcuboot
- docset: tfm
projects:
- trusted-firmware-m
- docset: matter
projects:
- matter
- docset: kconfig
projects:
- manifest
- zephyr
- nrfxlib