From f391fbf228e8c71b92c51a2fb70122b9561a514c Mon Sep 17 00:00:00 2001 From: j Date: Mon, 16 Jun 2025 12:51:10 +1000 Subject: [PATCH 1/2] Some monetization thoughts --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e41813d..2b0b58b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Wiki -A Wiki containing discussion and documentation for the Repobase community. \ No newline at end of file +A Wiki containing discussion and documentation for the Repobase community. + +Please find all of our documentation at [our wiki](/repobase/wiki/wiki). + +We're accepting repos and PRs for this Wiki. From 9d10b676a9177517b1b219a07cb5afcbee52e8b4 Mon Sep 17 00:00:00 2001 From: j Date: Mon, 16 Jun 2025 12:53:33 +1000 Subject: [PATCH 2/2] Ignore artifact generated by local preview --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8b83df --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +package-lock.json