Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/activitypub/actors/index.md')
-rw-r--r--doc/development/activitypub/actors/index.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/development/activitypub/actors/index.md b/doc/development/activitypub/actors/index.md
index 032cb26587a..0a56cc7b093 100644
--- a/doc/development/activitypub/actors/index.md
+++ b/doc/development/activitypub/actors/index.md
@@ -42,13 +42,11 @@ To implement an ActivityPub actor, you must:
All requests are made using
`application/ld+json; profile="https://www.w3.org/ns/activitystreams"` as `Accept` HTTP header.
-The actors we're implementing for the social features:
+The actors we've implemented for the social features:
- [Releases](releases.md)
-- [Topics](topic.md)
-- [Projects](project.md)
-- [Groups](group.md)
-- [Users](user.md)
+
+For more information on planned actors, see [epic 11247](https://gitlab.com/groups/gitlab-org/-/epics/11247).
## Profile page