-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
File: content/manuals/admin/company/users.md
Issue
The page uses inconsistent terminology for the same concept. The front matter title says "Manage company members" but the description and keywords refer to "company users":
title: Manage company members
description: Learn how to manage company users in the Docker Admin Console.
keywords: company, company users, users, admin, Admin Console, member management
This inconsistency appears throughout the Docker documentation where "members" and "users" are used interchangeably, which can confuse readers about whether these are different concepts.
Suggested fix
Standardize on one term throughout the page. Based on the Docker documentation style and the fact that the Admin Console uses "Members" in the UI, recommend using "members" consistently:
- Update description to: "Learn how to manage company members in the Docker Admin Console."
- Update keywords to use "company members" instead of "company users"
- Review the page content to ensure consistent use of "members" rather than "users" when referring to people in an organization
Found by nightly documentation freshness scanner