Skip to content

Commit 812dc25

Browse files
committed
more doc consistency everywhere
1 parent 1b851a9 commit 812dc25

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/hub/organizations-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can set up [Single Sign-On (SSO)](./security-sso) to be able to map access c
1010

1111
Advanced and more fine-grained access control can be achieved with [Resource Groups](./security-resource-groups).
1212

13-
The Resource Group feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>.
13+
The Resource Group feature is part of the <a href="https://huggingface.co/enterprise">Team & Enterprise</a> plans.
1414

1515
</Tip>
1616

docs/hub/organizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Hugging Face Hub offers **Organizations**, which can be used to group accounts and manage datasets, models, and Spaces. The Hub also allows admins to set user roles to [**control access to repositories**](./organizations-security) and manage their organization's [payment method and billing info](https://huggingface.co/pricing).
44

5-
If an organization needs to track user access to a dataset due to licensing or privacy issues, an organization can enable [user access requests](./datasets-gated).
5+
If an organization needs to track user access to a dataset or a model due to licensing or privacy issues, an organization can enable [user access requests](./datasets-gated).
66

77
## Contents
88

docs/hub/security-sso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Hugging Face Hub gives you the ability to implement mandatory Single Sign-On
55
We support both SAML 2.0 and OpenID Connect (OIDC) protocols.
66

77
<Tip warning={true}>
8-
This feature is part of the <a href="https://huggingface.co/enterprise">Enterprise Hub</a>. For enhanced capabilities like automated user provisioning (JIT/SCIM) and global SSO enforcement, see our <a href="./enterprise-hub-advanced-sso">Advanced SSO documentation</Tip>
8+
This feature is part of the <a href="https://huggingface.co/enterprise">Team & Enterprise</a> plans. For enhanced capabilities like automated user provisioning (JIT/SCIM) and global SSO enforcement, see our <a href="./enterprise-hub-advanced-sso">Advanced SSO documentation</Tip>
99

1010
## How does it work?
1111

docs/hub/security-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ There are plenty of ways to use a User Access Token to access the Hugging Face H
5050

5151
User Access Tokens can be:
5252
- used **in place of a password** to access the Hugging Face Hub with git or with basic authentication.
53-
- passed as a **bearer token** when calling the [Inference API](https://huggingface.co/inference-api).
53+
- passed as a **bearer token** when calling [Inference Providers](https://huggingface.co/docs/inference-providers).
5454
- used in the Hugging Face Python libraries, such as `transformers` or `datasets`:
5555

5656
```python

docs/hub/security.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Security
22

3-
The Hugging Face Hub offers several security features to ensure that your code and data are secure. Beyond offering [private repositories](./repositories-settings#private-repositories) for models, datasets, and Spaces, the Hub supports access tokens, commit signatures, and malware scanning.
3+
The Hugging Face Hub offers several security features to ensure that your code and data are secure. Beyond offering [private repositories](./repositories-settings#private-repositories) for models, datasets, and Spaces, the Hub supports access tokens, resource groups, MFA, commit signatures, malware scanning, and more.
44

5-
Hugging Face is GDPR compliant. If a contract or specific data storage is something you'll need, we recommend taking a look at our [Expert Acceleration Program](https://huggingface.co/support). Hugging Face can also offer Business Associate Addendums or GDPR data processing agreements through an [Enterprise Plan](https://huggingface.co/pricing).
5+
Hugging Face is GDPR compliant. If a contract or specific data storage is something you'll need, we recommend taking a look at our [Enterprise Hub Support](https://huggingface.co/support). Hugging Face can also offer Business Associate Addendums or GDPR data processing agreements through an [Enterprise Plan](https://huggingface.co/pricing).
66

77
Hugging Face is also [SOC2 Type 2 certified](https://us.aicpa.org/interestareas/frc/assuranceadvisoryservices/aicpasoc2report.html), meaning we provide security certification to our customers and actively monitor and patch any security weaknesses.
88

@@ -17,9 +17,9 @@ For any other security questions, please feel free to send us an email at securi
1717
- [Git over SSH](./security-git-ssh)
1818
- [Signing commits with GPG](./security-gpg)
1919
- [Single Sign-On (SSO)](./security-sso)
20+
- [Advanced Access Control (Resource Groups)](./security-resource-groups)
2021
- [Malware Scanning](./security-malware)
2122
- [Pickle Scanning](./security-pickle)
2223
- [Secrets Scanning](./security-secrets)
2324
- [Third-party scanner: Protect AI](./security-protectai)
2425
- [Third-party scanner: JFrog](./security-jfrog)
25-
- [Resource Groups](./security-resource-groups)

0 commit comments

Comments
 (0)