diff --git a/projects/_components.yml b/projects/_components.yml
index d3b28997..c57e2303 100644
--- a/projects/_components.yml
+++ b/projects/_components.yml
@@ -1,3 +1,4 @@
+Asset: { docUrl: ~ }
BrowserKit: { docUrl: ~ }
ClassLoader: { docUrl: class_loader/index.html }
Config: { docUrl: config/index.html }
diff --git a/translations/component.en.xliff b/translations/component.en.xliff
index 40ca9c80..3180b599 100644
--- a/translations/component.en.xliff
+++ b/translations/component.en.xliff
@@ -48,6 +48,15 @@
Documentation
+
+ asset.summary
+ Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files.
+
+
+ asset.description
+
+
+
browserkit.summary
Simulates the behavior of a web browser.