Skip to content

Commit d50e62e

Browse files
gary149julien-cpcuenca
authored
Add Enterprise Hub blog posts documentation (#2134)
* Add Enterprise Hub blog posts documentation Document the blog posts feature for Enterprise organizations, including: - How to publish articles under an organization profile - Permission requirements (write or admin role) - Note that Resource Groups cannot scope blog post permissions * Update docs/hub/_toctree.yml Co-authored-by: Julien Chaumond <julien@huggingface.co> * Rename blog posts docs to blog articles Renamed 'enterprise-hub-blog-posts.md' to 'enterprise-hub-blog-articles.md' and updated all references in the table of contents and related documentation. This change standardizes terminology from 'Blog Posts' to 'Blog Articles' for consistency across the documentation. * Update docs/hub/enterprise-hub-blog-articles.md Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * Update docs/hub/enterprise-hub.md Co-authored-by: Pedro Cuenca <pedro@huggingface.co> --------- Co-authored-by: Julien Chaumond <julien@huggingface.co> Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
1 parent e3777d1 commit d50e62e

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

docs/hub/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
title: Network Security
3434
- local: rate-limits
3535
title: Rate Limits
36+
- local: enterprise-hub-blog-articles
37+
title: Blog Articles
3638

3739
- local: pro
3840
title: PRO Plan
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Blog Articles for Organizations
2+
3+
> [!WARNING]
4+
> This feature is part of the <a href="https://huggingface.co/enterprise">Team & Enterprise</a> plans.
5+
6+
Blog Articles allow Team and Enterprise organizations to publish long-form content directly under your organization profile, enabling you to share model releases, research updates, and announcements with the broader community.
7+
8+
## Publishing as an Organization
9+
10+
When creating a new article at [huggingface.co/new-blog](https://huggingface.co/new-blog), select your organization from the dropdown to publish as the organization rather than as an individual. Once published, the article will appear on your organization's profile page.
11+
12+
## Permissions
13+
14+
To publish blog articles under an organization namespace, members need `write` or `admin` role at the organization level. See [Access Control in Organizations](./organizations-security) for more details on roles.
15+
16+
> [!NOTE]
17+
> Blog article permissions are currently tied to organization-level roles and cannot be scoped using [Resource Groups](./security-resource-groups). Resource Groups only control access to repositories (models, datasets, and Spaces), not blog articles.

docs/hub/enterprise-hub.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,6 @@ In the following sections we will document the following Enterprise Hub features
144144
- [Gating Group Collections](./enterprise-hub-gating-group-collections)
145145
- [Network Security](./enterprise-hub-network-security)
146146
- [Higher Rate limits](./rate-limits)
147+
- [Blog Articles](./enterprise-hub-blog-articles)
147148

148149
Finally, Team & Enterprise plans include vastly more [included public storage](./storage-limits), as well as 1TB of [private storage](./storage-limits) per seat in the subscription, i.e. if your organization has 40 members, then you have 40TB included storage for your private models and datasets.

0 commit comments

Comments
 (0)