Skip to content

Commit c489a0d

Browse files
butokkartben
authored andcommitted
doc: storage: move "Secure Storage" and "Settings" chapters to "Storage"
Moves the "Secure Storage" and "Settings" chapters to the Storage folder. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
1 parent fe6f63f commit c489a0d

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

MAINTAINERS.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3361,7 +3361,7 @@ Settings:
33613361
- subsys/settings/
33623362
- tests/subsys/settings/
33633363
- samples/subsys/settings/
3364-
- doc/services/settings/
3364+
- doc/services/storage/settings/
33653365
labels:
33663366
- "area: Settings"
33673367
tests:
@@ -4343,7 +4343,7 @@ Secure storage:
43434343
- subsys/secure_storage/
43444344
- include/zephyr/psa/
43454345
- samples/psa/
4346-
- doc/services/secure_storage.rst
4346+
- doc/services/storage/secure_storage/index.rst
43474347
- tests/subsys/secure_storage/
43484348
labels:
43494349
- "area: Secure storage"

doc/_scripts/redirects.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
('reference/peripherals/uart', 'hardware/peripherals/uart'),
211211
('reference/peripherals/video', 'hardware/peripherals/video'),
212212
('reference/pm/index', 'services/pm/api/index'),
213-
('reference/settings/index', 'services/settings/index'),
213+
('reference/settings/index', 'services/storage/settings/index'),
214214
('reference/shell/index', 'services/shell/index'),
215215
('reference/storage/fcb/fcb', 'services/storage/fcb/fcb'),
216216
('reference/storage/index', 'services/storage/index'),
@@ -308,5 +308,7 @@
308308
('samples/subsys/video/video', 'samples/drivers/video/video'),
309309
('services/crypto/tinycrypt', 'services/crypto/psa_crypto'),
310310
('services/portability/posix', 'services/portability/posix/index'),
311+
('services/secure_storage', 'services/storage/secure_storage/index'),
312+
('services/settings/index', 'services/storage/settings/index'),
311313
# zephyr-keep-sorted-stop
312314
]

doc/services/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ OS Services
2929
portability/index.rst
3030
poweroff.rst
3131
profiling/index.rst
32-
secure_storage.rst
3332
shell/index.rst
3433
serialization/index.rst
35-
settings/index.rst
3634
smf/index.rst
3735
storage/index.rst
3836
sensing/index.rst

doc/services/storage/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ Storage
1212
flash_map/flash_map.rst
1313
fcb/fcb.rst
1414
stream/stream_flash.rst
15+
secure_storage/index.rst
16+
settings/index.rst

doc/services/secure_storage.rst renamed to doc/services/storage/secure_storage/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _secure_storage:
22

3-
Secure storage
3+
Secure Storage
44
##############
55

66
| The secure storage subsystem provides an implementation of the functions defined in the
File renamed without changes.

0 commit comments

Comments
 (0)