diff --git a/dox/FILES_HTML.txt b/dox/FILES_HTML.txt
index 76f5ea1614..d8c8a633a8 100644
--- a/dox/FILES_HTML.txt
+++ b/dox/FILES_HTML.txt
@@ -18,6 +18,7 @@ samples/samples.md
../samples/java/jniviewer/ReadMe.md
../samples/ios/UIKitSample/ReadMe.md
../samples/webgl/ReadMe.md
+../samples/glfw/readme.md
samples/ocaf.md
samples/ocaf_func.md
samples/draw_scripts.md
diff --git a/dox/samples/samples.md b/dox/samples/samples.md
index bc0a40e1e1..bdd0a80e5e 100644
--- a/dox/samples/samples.md
+++ b/dox/samples/samples.md
@@ -35,6 +35,8 @@
3D Viewer sample with CAD import for Android mobile platform based on Android SDK and JNI layer.
* @ref occt_samples_ios_uikit
3D Viewer sample for iOS platform based on Apple **UIKit** framework.
+ * @ref occt_samples_glfw
+
A cross-platform 3D Viewer sample using **GLFW** library.
@page samples__tutorials Tutorials and Demos
- @subpage samples__novice_guide
@@ -54,3 +56,4 @@
- @subpage occt_samples_webgl
- @subpage samples_java_android_occt
- @subpage occt_samples_ios_uikit
+- @subpage occt_samples_glfw
diff --git a/samples/glfw/readme.md b/samples/glfw/readme.md
index 39c1cef651..bb656cd417 100644
--- a/samples/glfw/readme.md
+++ b/samples/glfw/readme.md
@@ -1,4 +1,10 @@
+GLFW: 3D Viewer (C++|GLFW) {#occt_samples_glfw}
+==================
+
A sample demonstrating usage of OCCT 3D Viewer within a window created using GLFW.
+Use CMake to build the sample.
+
Platforms: Windows, macOS, Linux
+
Required: glfw