Merge pull request 'Replace funky utf-8 singlequotes with decent ones' (#4923) from replace-backticks into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4923
This commit is contained in:
Mic92
2025-08-25 10:03:46 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Using `clanServices`
Clans `clanServices` system is a composable way to define and deploy services across machines.
Clan's `clanServices` system is a composable way to define and deploy services across machines.
This guide shows how to **instantiate** a `clanService`, explains how service definitions are structured in your inventory, and how to pick or create services from modules exposed by flakes.
@@ -130,7 +130,7 @@ inventory.instances = {
## Picking a clanService
You can use services exposed by Clans core module library, `clan-core`.
You can use services exposed by Clan's core module library, `clan-core`.
🔗 See: [List of Available Services in clan-core](../reference/clanServices/index.md)
@@ -152,7 +152,7 @@ You might expose your service module from your flake — this makes it easy for
---
## Whats Next?
## What's Next?
* [Author your own clanService →](../guides/services/community.md)
* [Migrate from clanModules →](../guides/migrations/migrate-inventory-services.md)