docs: add knot list disclaimer

Changed files
+15 -10
-9
README.md
··· 1 - # KnotView 2 - 3 - A lightweight web-based browser for exploring Git repositories hosted on KnotServer instances. 4 - 5 - Selfhost it, or use the hosted version at [`knotview.srv.rbrt.fr`](https://knotview.srv.rbrt.fr) 6 - 7 - ## License 8 - 9 - [MIT](license)
···
+1 -1
app.js
··· 2 document.addEventListener("alpine:init", () => { 3 Alpine.data("app", () => ({ 4 // State 5 - serverUrl: window.location.origin, 6 isConnected: false, 7 status: { 8 message: "",
··· 2 document.addEventListener("alpine:init", () => { 3 Alpine.data("app", () => ({ 4 // State 5 + serverUrl: "https://knot.srv.rbrt.fr", 6 isConnected: false, 7 status: { 8 message: "",
+14
readme.md
···
··· 1 + # KnotView 2 + 3 + A lightweight web-based browser for exploring Git repositories hosted on KnotServer instances. 4 + 5 + Selfhost it, or use the hosted version at [`knotview.srv.rbrt.fr`](https://knotview.srv.rbrt.fr) 6 + 7 + ## Note 8 + 9 + Once PR [#903](https://tangled.org/tangled.org/core/pulls/903) is merged in tangled/core, the UX of browsing a knot will be better. 10 + In the meantime, you need to know the did and the repo name of the repository you want to browse. 11 + 12 + ## License 13 + 14 + [MIT](license)