diff --git a/docs/main.go b/docs/main.go
new file mode 100644
index 0000000..60bd90a
--- /dev/null
+++ b/docs/main.go
@@ -0,0 +1,55 @@
+
+
+ File Precedence
+
+
+
+ File Precedence
See, this file took precedence over the real main.go file in the repository.
+
+
\ No newline at end of file
diff --git a/docs/main.riv b/docs/main.riv
new file mode 100644
index 0000000..23131ef
--- /dev/null
+++ b/docs/main.riv
@@ -0,0 +1,3 @@
+FILE PRECEDENCE
+
+See, this file took precedence over the real `main.go` file in the repository.
diff --git a/main.go b/main.go
index e3439f8..48b2d09 100644
--- a/main.go
+++ b/main.go
@@ -1,4 +1,5 @@
//go:generate go run git.brut.systems/judah/rivit2html@latest docs/index.riv
+//go:generate go run git.brut.systems/judah/rivit2html@latest docs/main.riv docs/main.go
package main
import (