diff --git a/examples/gno.land/r/docs/home/home.gno b/examples/gno.land/r/docs/docs.gno similarity index 98% rename from examples/gno.land/r/docs/home/home.gno rename to examples/gno.land/r/docs/docs.gno index 6e61f08c11a..f796f07bf4a 100644 --- a/examples/gno.land/r/docs/home/home.gno +++ b/examples/gno.land/r/docs/docs.gno @@ -1,4 +1,4 @@ -package home +package docs func Render(_ string) string { return `# Gno Examples Documentation diff --git a/examples/gno.land/r/docs/home/home_test.gno b/examples/gno.land/r/docs/docs_test.gno similarity index 97% rename from examples/gno.land/r/docs/home/home_test.gno rename to examples/gno.land/r/docs/docs_test.gno index 98dc999e005..aa25332f91b 100644 --- a/examples/gno.land/r/docs/home/home_test.gno +++ b/examples/gno.land/r/docs/docs_test.gno @@ -1,4 +1,4 @@ -package home +package docs import ( "strings" diff --git a/examples/gno.land/r/docs/gno.mod b/examples/gno.land/r/docs/gno.mod new file mode 100644 index 00000000000..227ceb91124 --- /dev/null +++ b/examples/gno.land/r/docs/gno.mod @@ -0,0 +1 @@ +module gno.land/r/docs diff --git a/examples/gno.land/r/docs/home/gno.mod b/examples/gno.land/r/docs/home/gno.mod deleted file mode 100644 index b9f8d060f75..00000000000 --- a/examples/gno.land/r/docs/home/gno.mod +++ /dev/null @@ -1 +0,0 @@ -module gno.land/r/docs/home