From d1a762bea323cf0ac52038d824bb870386628576 Mon Sep 17 00:00:00 2001 From: Thybault Alabarbe Date: Tue, 16 Dec 2025 16:49:40 +0100 Subject: [PATCH] remove deprecated Deweb-Websites --- docs/deweb/upload/mns.mdx | 4 +--- docs/deweb/upload/website-registry.mdx | 12 ------------ package-lock.json | 14 ++++++++++++++ sidebars.js | 1 - 4 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 docs/deweb/upload/website-registry.mdx diff --git a/docs/deweb/upload/mns.mdx b/docs/deweb/upload/mns.mdx index dc074b3b9..ce6cf1bd6 100644 --- a/docs/deweb/upload/mns.mdx +++ b/docs/deweb/upload/mns.mdx @@ -41,7 +41,5 @@ Paste your website address and click `save`. Your website should now be accessible using the chosen MNS. :::info -You can register your DeWeb website in the [DeWeb Website Registry](website-registry) -to make it easier for users to find your website. -Soon, this registry will be used to create a decentralized search engine for DeWeb websites. +Your website is now automatically registered at [deweb.massa](https://deweb.massa.network/explore) ::: diff --git a/docs/deweb/upload/website-registry.mdx b/docs/deweb/upload/website-registry.mdx deleted file mode 100644 index 032c09184..000000000 --- a/docs/deweb/upload/website-registry.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: Register your website ---- - -# How to Register Your Website - -You can register your website hosted on DeWeb by opening a pull request to the [DeWeb Websites Registry](https://github.com/massalabs/Deweb-Websites). -Your pull request must follow the guidelines outlined in the [repository's README file](https://github.com/massalabs/Deweb-Websites?tab=readme-ov-file#adding-a-website). - -:::info -Learn more about the [DeWeb Website Registry](../getting-started/registries#website-registry). -::: \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c94d8b5b7..f5bed95d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6538,6 +6538,20 @@ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "license": "ISC" }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/function-bind": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", diff --git a/sidebars.js b/sidebars.js index af6e97cc5..368629b8e 100644 --- a/sidebars.js +++ b/sidebars.js @@ -608,7 +608,6 @@ const sidebars = { items: [ "deweb/upload/overview", "deweb/upload/mns", - "deweb/upload/website-registry", ], }, {