Skip to content

Commit 89a557a

Browse files
committed
service docs polish pass
1 parent 6c92d9c commit 89a557a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ npm install --save @cap-js-community/feature-toggle-library
2727
## Further topics
2828

2929
- Configuration and code snippets: [Usage](usage)
30-
- REST service for CAP projects: [Service](service)
30+
- Plugin and REST service for CAP projects: [Plugin and Service](service)
3131
- Architecture and related concepts: [Architecture](architecture)
3232
- Example CAP server: [CAP Example](https://github.com/cap-js-community/feature-toggle-library/blob/main/example-cap-server)

docs/service/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Service
3+
title: Plugin and Service
44
nav_order: 3
55
---
66

@@ -13,7 +13,7 @@ nav_order: 3
1313
- TOC
1414
{: toc}
1515

16-
## CDS-Plugin Settings
16+
## Plugin Settings
1717

1818
Here is a list of all plugin settings that can be used in `package.json` under this library's node
1919
`cds.featureToggles`. At least one of _configFile_ or _config_ needs to be set, for the initialization to work.

0 commit comments

Comments
 (0)