diff --git a/docs/quick-start/run-a-node.md b/docs/quick-start/run-a-node.md deleted file mode 100644 index a305e4bf1..000000000 --- a/docs/quick-start/run-a-node.md +++ /dev/null @@ -1,48 +0,0 @@ -# Quick Start: Run a Node - -A Provenance Blockchain [node](/docs/pb/blockchain/introduction/major-components#provenance-blockchain-node) - -:::info Do You Really Need to Run a Node? - -**A quick check:** If you just need to query the chain or submit a few tx, it's not necessary to run your own -full node. Read more about options for [Querying] the chain or -::: - -Provenance Blockchain maintains two public networks: [**testnet**](https://github.com/provenance-io/testnet) -and [**mainnet**](https://github.com/provenance-io/mainnet) - -**To get a node running quickly:** - -- [Install provenanced](/docs/pb/blockchain/running-a-node) and follow the [Quick Start instructions](/docs/pb/blockchain/running-a-node/running-a-node-1/join-provenance-testnet/#quick-start) for running a node - -**Use a QuickSync node image:** - -To avoid having to replay transaction history when spinning up a node, use a QuickSync node image that includes transactions up to the most recent publish date. - -[Instructions](/docs/pb/blockchain/running-a-node/running-a-node-1/join-provenance-testnet/running-a-testnet-node-from-quicksync) for running a node from QuickSync. - -
- - - Mainnet QuickSync - -  - - Mainnet QuickSync - Indexed - -
-
- - Testnet QuickSync - -  - - Testnet QuickSync - Indexed - -
- -
diff --git a/package.json b/package.json index fcce04ace..06b19ec9c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,8 @@ }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.0.0", - "@tsconfig/docusaurus": "^2.0.2", + "@docusaurus/tsconfig": "3.0.0", + "@types/react": "^18.2.29", "autoprefixer": "^10.4.16", "postcss": "^8.4.31", "tailwindcss": "^3.3.5", diff --git a/tsconfig.json b/tsconfig.json index 6f4756980..314eab8a4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { // This file is not used in compilation. It is here just for a nice editor experience. - "extends": "@tsconfig/docusaurus/tsconfig.json", + "extends": "@docusaurus/tsconfig", "compilerOptions": { "baseUrl": "." } diff --git a/yarn.lock b/yarn.lock index f3c58e567..c85c715bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2481,6 +2481,11 @@ fs-extra "^11.1.1" tslib "^2.6.0" +"@docusaurus/tsconfig@3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@docusaurus/tsconfig/-/tsconfig-3.0.0.tgz#89ce292cff8debaa03d93d651ffd6375561e7dab" + integrity sha512-yR9sng4izFudS+v1xV5yboNfc1hATMDpYp9iYfWggbBDwKSm0J1IdIgkygRnqC/AWs1ARUQUpG0gFotPCE/4Ew== + "@docusaurus/types@3.0.0": version "3.0.0" resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.0.0.tgz#3edabe43f70b45f81a48f3470d6a73a2eba41945" @@ -2955,11 +2960,6 @@ resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad" integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA== -"@tsconfig/docusaurus@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@tsconfig/docusaurus/-/docusaurus-2.0.2.tgz#f96c7453ce9969ef938284eac74441e2d646efd7" - integrity sha512-12HWfYmgUl4M2o76/TFufGtI68wl2k/b8qPrIrG7ci9YJLrpAtadpy897Bz5v29Mlkr7a1Hq4KHdQTKtU+2rhQ== - "@types/acorn@^4.0.0": version "4.0.6" resolved "https://registry.yarnpkg.com/@types/acorn/-/acorn-4.0.6.tgz#d61ca5480300ac41a7d973dd5b84d0a591154a22" @@ -3220,6 +3220,15 @@ "@types/scheduler" "*" csstype "^3.0.2" +"@types/react@^18.2.29": + version "18.2.37" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.37.tgz#0f03af69e463c0f19a356c2660dbca5d19c44cae" + integrity sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + "@types/retry@0.12.0": version "0.12.0" resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"