|
378 | 378 | "./net/references/grpc": "net/references/grpc2.html",
|
379 | 379 | "./en/mainnet/smart-contracts/guides/contract-testing-guides": "./en/mainnet/smart-contracts/guides/integration-test-contract",
|
380 | 380 | "./en/mainnet/smart-contracts/best-practices/index": "./en/mainnet/smart-contracts/best-practices/development",
|
381 |
| - "./net/smart-contracts/guides/quick-start": "docs/smart-contracts/guides/quickstart.html", |
382 |
| - "./net/smart-contracts/guides/deploy-module": "docs/smart-contracts/guides/deploy-module.html", |
383 |
| - "./net/concepts/id-accounts": "docs/protocol/id.accounts.html", |
384 |
| - "./net/smart-contracts/general/introduction": "docs/smart-contracts/introduction.html", |
385 |
| - "./net/smart-contracts/general/contract-instances": "docs/smart-contracts/contract-instances.html", |
386 |
| - "./net/smart-contracts/general/contract-lifecycle": "docs/smart-contracts/contract-lifecycle.html", |
387 |
| - "./net/smart-contracts/general/contract-module": "docs/smart-contracts/contract-module.html", |
388 |
| - "./net/smart-contracts/general/contract-schema": "docs/smart-contracts/contract-schema.html", |
389 |
| - "./net/smart-contracts/general/develop-contracts": "docs/smart-contracts/develop-contracts.html", |
390 |
| - "./net/smart-contracts/general/images/smart-contract-lifecycle.png": "docs/smart-contracts/images/smart-contract-lifecycle.png", |
391 |
| - "./net/references/manage-accounts": "docs/protocol/manage-accounts.html", |
392 |
| - "./net/images/concepts/account-creation.png": "docs/protocol/images/account-creation.png", |
393 |
| - "./net/smart-contracts/guides/setup-tools": "docs/smart-contracts/guides/build-contract.html", |
394 |
| - "./net/smart-contracts/guides/setup-contract": "docs/smart-contracts/guides/setup-contract.html", |
395 |
| - "./net/smart-contracts/guides/compile-module": "docs/smart-contracts/guides/compile-module.html", |
396 |
| - "./net/smart-contracts/guides/build-schema": "docs/smart-contracts/guides/build-schema.html", |
397 |
| - "./net/smart-contracts/guides/no-std": "docs/smart-contracts/guides/no-std.html", |
398 |
| - "./net/smart-contracts/guides/fallback-entrypoints": "docs/smart-contracts/guides/fallback-entrypoints.html", |
399 |
| - "./net/smart-contracts/guides/upgradeable-contract": "docs/smart-contracts/guides/upgradeable-contract.html", |
400 |
| - "./net/smart-contracts/guides/json-params": "docs/smart-contracts/guides/json-params.html", |
401 |
| - "./net/smart-contracts/guides/factory-pattern": "docs/smart-contracts/guides/factory-pattern.html", |
402 |
| - "./net/smart-contracts/guides/unit-test-contract": "docs/smart-contracts/guides/unit-test-contract.html", |
403 |
| - "./net/smart-contracts/guides/development": "docs/smart-contracts/guides/development.html", |
404 |
| - "./net/smart-contracts/guides/costs": "docs/smart-contracts/guides/costs.html", |
405 |
| - "./net/guides/company-identities": "docs/protocol/company-identities.html", |
406 |
| - "./net/images/company-id-request.png": "docs/protocol/images/company-id-request.png", |
407 |
| - "./net/images/company-id-create.png": "docs/protocol/images/company-id-create.png", |
408 |
| - "./net/images/company-id-acct-keys.png": "docs/protocol/images/company-id-acct-keys.png", |
409 |
| - "./net/images/company-id-recover.png": "docs/protocol/images/company-id-recover.png", |
410 |
| - "./net/concepts/concepts-transactions": "docs/protocol/concepts-transactions.html", |
411 |
| - "./net/concepts/concepts-baker": "docs/protocol/concepts-baker.html", |
412 |
| - "./net/concepts/concepts-delegation": "docs/protocol/concepts-delegation.html", |
413 |
| - "./net/images/concepts/baker-process1.png": "docs/protocol/images/baker-process1.png", |
414 |
| - "./net/images/concepts/baker-process2.png": "docs/protocol/images/baker-process2.png", |
415 |
| - "./net/smart-contracts/guides/initialize-contract": "docs/smart-contracts/guides/initialize-contract.html", |
416 |
| - "./net/smart-contracts/guides/interact-instance": "docs/smart-contracts/guides/interact-instance.html", |
417 |
| - "./net/smart-contracts/guides/inspect-instance": "docs/smart-contracts/guides/inspect-instance.html", |
418 |
| - "./net/smart-contracts/guides/invoke-instance": "docs/smart-contracts/guides/invoke-instance.html", |
419 |
| - "./net/guides/baker-pool": "docs/network/baker-pool.html", |
420 |
| - "./net/guides/baker-windows": "docs/network/baker-windows.html", |
421 |
| - "./net/nodes/baker-macos": "docs/network/guides/baker-macos.html", |
422 |
| - "./net/nodes/baker-ubuntu": "docs/network/guides/baker-ubuntu.html", |
423 |
| - "./net/nodes/baker-docker": "docs/network/guides/baker-docker.html", |
424 |
| - "./net/guides/become-baker": "docs/network/guides/become-baker.html", |
425 |
| - "./net/references/concordium-client": "docs/network/concordium-client.html", |
426 |
| - "./net/references/transactions": "docs/network/transactions.html", |
427 |
| - "./net/references/query-node": "docs/network/query-node.html", |
428 |
| - "./net/references/multi-sig": "docs/network/multi-sig.html", |
429 |
| - "./net/web3-id/index": "docs/network/web3-id/index.html", |
430 |
| - "./net/web3-id/wallet": "docs/network/web3-id/wallet.html", |
431 |
| - "./net/web3-id/issuer": "docs/network/web3-id/issuer.html", |
432 |
| - "./net/guides/create-proofs": "docs/network/guides/create-proofs.html", |
433 |
| - "./net/web3-id/concordia": "docs/network/web3-id/concordia.html", |
434 |
| - "./net/guides/run-local-chain": "docs/network/guides/run-local-chain.html", |
435 |
| - "./net/guides/low-code-nft-marketplace/introduction": "tutorials/low-code-nft-marketplace/introduction.html", |
436 |
| - "./net/guides/low-code-nft-marketplace/marketplace": "tutorials/low-code-nft-marketplace/marketplace.html", |
437 |
| - "./net/guides/low-code-nft-marketplace/minting-tool": "tutorials/low-code-nft-marketplace/minting-tool.html", |
438 |
| - "./net/indexers/intro": "docs/network/indexers/intro.html", |
439 |
| - "./net/indexers/suoquery": "docs/network/indexers/subquery.html", |
440 |
| - "./net/nodes/node-requirements": "docs/network/nodes/node-requirements.html", |
441 |
| - "./net/guides/run-node-ubuntu": "docs/network/nodes/run-node-ubuntu.html", |
442 |
| - "./net/nodes/run-node-ubuntu": "docs/network/nodes/run-node-ubuntu-testnet.html", |
443 |
| - "./net/nodes/troubleshoot-ubuntu": "docs/network/nodes/troubleshoot-ubuntu.html", |
444 |
| - "./net/guides/run-node-macos": "docs/network/nodes/run-node-macos.html", |
445 |
| - "./net/nodes/troubleshoot-macos": "docs/network/nodes/troubleshoot-macos.html", |
446 |
| - "./net/guides/run-nodes-windows": "docs/network/nodes/rin-nodes-windows.html", |
447 |
| - "./net/nodes/node-runner-servide-configuration": "docs/network/nodes/node-runner-service-configuration.html", |
448 |
| - "./net/nodes/troubleshoot-windows": "docs/network/nodes/troubleshoot-windows.html", |
449 |
| - "./net/guides/run-node": "docs/network/nodes/run-node.html", |
450 |
| - "./net/nodes/troubleshoot-docker": "docs/network/nodes/troubleshoot-docker.html", |
451 |
| - "./net/nodes/ubuntu": "docs/network/nodes/run-node-ubuntu.html", |
452 |
| - "./net/nodes/macos": "docs/network/nodes/run-node-macos.html", |
453 |
| - "./net/nodes/windows": "docs/network/nodes/run-node-windows.html", |
454 |
| - "./net/nodes/docker": "docs/network/nodes/run-node.html", |
455 |
| - "./net/release-notes/release-notes-lp": "docs/release-notes/release-notes-lp.html", |
456 |
| - "./net/release-notes/release-notes-mainnet": "docs/release-notes/release-notes-mainnet.html", |
457 |
| - "./net/release-notes/release-notes": "docs/release-notes/release-notes.html", |
458 |
| - "./net/installation/downloads": "docs/installation/downloads.html", |
459 |
| - "./net/installation/previous-node-downloads": "docs/installation/previous-node-downloads.html", |
460 |
| - "./net/installation/verification-instructuions": "docs/installation/verification-instructions.html", |
461 |
| - "./net/installation/cargo-verification-instructions/cargo-linux": "docs/installation/cargo-verification-instructions/cargo-linux.html", |
462 |
| - "./net/installation/cdw-verification-instructions/cdw-appimage": "docs/installation/cdw-verification-instructions/cdw-appimage.html", |
463 |
| - "./net/installation/cdw-verification-instructions/cdw-deb": "docs/installation/cdw-verification-instructions/cdw-deb.html", |
464 |
| - "./net/installation/cdw-verification-instructions/cdw-rpm": "docs/installation/cdw-verification-instructions/cdw-rpm.html", |
465 |
| - "net/installation/client-verification-instructions/client-linux": "en/mainnet/docs/installation/client-verification-instructions/client-linux.html", |
466 |
| - "net/installation/snippets/delegation-faq": "en/mainnet/docs/help/delegation-faq.html", |
467 |
| - "net/resources/glossary": "en/mainnet/docs/resources/glossary.html", |
468 |
| - "./en/mainnet/smart-contracts/onboarding-guide-solana-developers/faq": "en/mainnet/docs/help-and-faq/onboarding-guide-solana-developers/faq.html", |
469 |
| - "./en/mainnet/smart-contracts/onboarding-guide-solana-developers/overview": "en/mainnet/docs/help-and-faq/onboarding-guide-solana-developers/overview.html", |
470 |
| - "./en/mainnet/smart-contracts/onboarding-guide-ethereum-developers/faq": "en/mainnet/docs/help-and-faq/onboarding-guide-ethereum-developers/faq.html", |
| 381 | + "net/smart-contracts/guides/quick-start": "/en/mainnet/docs/smart-contracts/guides/quickstart.html", |
| 382 | + "net/smart-contracts/guides/deploy-module": "/en/mainnet/docs/smart-contracts/guides/deploy-module.html", |
| 383 | + "net/concepts/id-accounts": "/en/mainnet/docs/protocol/id.accounts.html", |
| 384 | + "net/smart-contracts/general/introduction": "/en/mainnet/docs/smart-contracts/introduction.html", |
| 385 | + "net/smart-contracts/general/contract-instances": "/en/mainnet/docs/smart-contracts/contract-instances.html", |
| 386 | + "net/smart-contracts/general/contract-lifecycle": "/en/mainnet/docs/smart-contracts/contract-lifecycle.html", |
| 387 | + "net/smart-contracts/general/contract-module": "/en/mainnet/docs/smart-contracts/contract-module.html", |
| 388 | + "net/smart-contracts/general/contract-schema": "/en/mainnet/docs/smart-contracts/contract-schema.html", |
| 389 | + "net/smart-contracts/general/develop-contracts": "/en/mainnet/docs/smart-contracts/develop-contracts.html", |
| 390 | + "net/smart-contracts/general/images/smart-contract-lifecycle.png": "/en/mainnet/docs/smart-contracts/images/smart-contract-lifecycle.png", |
| 391 | + "net/references/manage-accounts": "/en/mainnet/docs/protocol/manage-accounts.html", |
| 392 | + "net/images/concepts/account-creation.png": "/en/mainnet/docs/protocol/images/account-creation.png", |
| 393 | + "net/smart-contracts/guides/setup-tools": "/en/mainnet/docs/smart-contracts/guides/build-contract.html", |
| 394 | + "net/smart-contracts/guides/setup-contract": "/en/mainnet/docs/smart-contracts/guides/setup-contract.html", |
| 395 | + "net/smart-contracts/guides/compile-module": "/en/mainnet/docs/smart-contracts/guides/compile-module.html", |
| 396 | + "net/smart-contracts/guides/build-schema": "/en/mainnet/docs/smart-contracts/guides/build-schema.html", |
| 397 | + "net/smart-contracts/guides/no-std": "/en/mainnet/docs/smart-contracts/guides/no-std.html", |
| 398 | + "net/smart-contracts/guides/fallback-entrypoints": "/en/mainnet/docs/smart-contracts/guides/fallback-entrypoints.html", |
| 399 | + "net/smart-contracts/guides/upgradeable-contract": "/en/mainnet/docs/smart-contracts/guides/upgradeable-contract.html", |
| 400 | + "net/smart-contracts/guides/json-params": "/en/mainnet/docs/smart-contracts/guides/json-params.html", |
| 401 | + "net/smart-contracts/guides/factory-pattern": "/en/mainnet/docs/smart-contracts/guides/factory-pattern.html", |
| 402 | + "net/smart-contracts/guides/unit-test-contract": "/en/mainnet/docs/smart-contracts/guides/unit-test-contract.html", |
| 403 | + "net/smart-contracts/guides/development": "/en/mainnet/docs/smart-contracts/guides/development.html", |
| 404 | + "net/smart-contracts/guides/costs": "/en/mainnet/docs/smart-contracts/guides/costs.html", |
| 405 | + "net/guides/company-identities": "/en/mainnet/docs/protocol/company-identities.html", |
| 406 | + "net/images/company-id-request.png": "/en/mainnet/docs/protocol/images/company-id-request.png", |
| 407 | + "net/images/company-id-create.png": "/en/mainnet/docs/protocol/images/company-id-create.png", |
| 408 | + "net/images/company-id-acct-keys.png": "/en/mainnet/docs/protocol/images/company-id-acct-keys.png", |
| 409 | + "net/images/company-id-recover.png": "/en/mainnet/docs/protocol/images/company-id-recover.png", |
| 410 | + "net/concepts/concepts-transactions": "/en/mainnet/docs/protocol/concepts-transactions.html", |
| 411 | + "net/concepts/concepts-baker": "/en/mainnet/docs/protocol/concepts-baker.html", |
| 412 | + "net/concepts/concepts-delegation": "/en/mainnet/docs/protocol/concepts-delegation.html", |
| 413 | + "net/images/concepts/baker-process1.png": "/en/mainnet/docs/protocol/images/baker-process1.png", |
| 414 | + "net/images/concepts/baker-process2.png": "/en/mainnet/docs/protocol/images/baker-process2.png", |
| 415 | + "net/smart-contracts/guides/initialize-contract": "/en/mainnet/docs/smart-contracts/guides/initialize-contract.html", |
| 416 | + "net/smart-contracts/guides/interact-instance": "/en/mainnet/docs/smart-contracts/guides/interact-instance.html", |
| 417 | + "net/smart-contracts/guides/inspect-instance": "/en/mainnet/docs/smart-contracts/guides/inspect-instance.html", |
| 418 | + "net/smart-contracts/guides/invoke-instance": "/en/mainnet/docs/smart-contracts/guides/invoke-instance.html", |
| 419 | + "net/guides/baker-pool": "/en/mainnet/docs/network/baker-pool.html", |
| 420 | + "net/guides/baker-windows": "/en/mainnet/docs/network/baker-windows.html", |
| 421 | + "net/nodes/baker-macos": "/en/mainnet/docs/network/guides/baker-macos.html", |
| 422 | + "net/nodes/baker-ubuntu": "/en/mainnet/docs/network/guides/baker-ubuntu.html", |
| 423 | + "net/nodes/baker-docker": "/en/mainnet/docs/network/guides/baker-docker.html", |
| 424 | + "net/guides/become-baker": "/en/mainnet/docs/network/guides/become-baker.html", |
| 425 | + "net/references/concordium-client": "/en/mainnet/docs/network/concordium-client.html", |
| 426 | + "net/references/transactions": "/en/mainnet/docs/network/transactions.html", |
| 427 | + "net/references/query-node": "/en/mainnet/docs/network/query-node.html", |
| 428 | + "net/references/multi-sig": "/en/mainnet/docs/network/multi-sig.html", |
| 429 | + "net/web3-id/index": "/en/mainnet/docs/network/web3-id/index.html", |
| 430 | + "net/web3-id/wallet": "/en/mainnet/docs/network/web3-id/wallet.html", |
| 431 | + "net/web3-id/issuer": "/en/mainnet/docs/network/web3-id/issuer.html", |
| 432 | + "net/guides/create-proofs": "/en/mainnet/docs/network/guides/create-proofs.html", |
| 433 | + "net/web3-id/concordia": "/en/mainnet/docs/network/web3-id/concordia.html", |
| 434 | + "net/guides/run-local-chain": "/en/mainnet/docs/network/guides/run-local-chain.html", |
| 435 | + "net/guides/low-code-nft-marketplace/introduction": "/en/mainnet/tutorials/low-code-nft-marketplace/introduction.html", |
| 436 | + "net/guides/low-code-nft-marketplace/marketplace": "/en/mainnet/tutorials/low-code-nft-marketplace/marketplace.html", |
| 437 | + "net/guides/low-code-nft-marketplace/minting-tool": "/en/mainnet/tutorials/low-code-nft-marketplace/minting-tool.html", |
| 438 | + "net/indexers/intro": "/en/mainnet/docs/network/indexers/intro.html", |
| 439 | + "net/indexers/suoquery": "/en/mainnet/docs/network/indexers/subquery.html", |
| 440 | + "net/nodes/node-requirements": "/en/mainnet/docs/network/nodes/node-requirements.html", |
| 441 | + "net/guides/run-node-ubuntu": "/en/mainnet/docs/network/nodes/run-node-ubuntu.html", |
| 442 | + "net/nodes/run-node-ubuntu": "/en/mainnet/docs/network/nodes/run-node-ubuntu-testnet.html", |
| 443 | + "net/nodes/troubleshoot-ubuntu": "/en/mainnet/docs/network/nodes/troubleshoot-ubuntu.html", |
| 444 | + "net/guides/run-node-macos": "/en/mainnet/docs/network/nodes/run-node-macos.html", |
| 445 | + "net/nodes/troubleshoot-macos": "/en/mainnet/docs/network/nodes/troubleshoot-macos.html", |
| 446 | + "net/guides/run-nodes-windows": "/en/mainnet/docs/network/nodes/rin-nodes-windows.html", |
| 447 | + "net/nodes/node-runner-servide-configuration": "/en/mainnet/docs/network/nodes/node-runner-service-configuration.html", |
| 448 | + "net/nodes/troubleshoot-windows": "/en/mainnet/docs/network/nodes/troubleshoot-windows.html", |
| 449 | + "net/guides/run-node": "/en/mainnet/docs/network/nodes/run-node.html", |
| 450 | + "net/nodes/troubleshoot-docker": "/en/mainnet/docs/network/nodes/troubleshoot-docker.html", |
| 451 | + "net/nodes/ubuntu": "/en/mainnet/docs/network/nodes/run-node-ubuntu.html", |
| 452 | + "net/nodes/macos": "/en/mainnet/docs/network/nodes/run-node-macos.html", |
| 453 | + "net/nodes/windows": "/en/mainnet/docs/network/nodes/run-node-windows.html", |
| 454 | + "net/nodes/docker": "/en/mainnet/docs/network/nodes/run-node.html", |
| 455 | + "net/release-notes/release-notes-lp": "/en/mainnet/docs/release-notes/release-notes-lp.html", |
| 456 | + "net/release-notes/release-notes-mainnet": "/en/mainnet/docs/release-notes/release-notes-mainnet.html", |
| 457 | + "net/release-notes/release-notes": "/en/mainnet/docs/release-notes/release-notes.html", |
| 458 | + "net/installation/downloads": "/en/mainnet/docs/installation/downloads.html", |
| 459 | + "net/installation/previous-node-downloads": "/en/mainnet/docs/installation/previous-node-downloads.html", |
| 460 | + "net/installation/verification-instructuions": "/en/mainnet/docs/installation/verification-instructions.html", |
| 461 | + "net/installation/cargo-verification-instructions/cargo-linux": "/en/mainnet/docs/installation/cargo-verification-instructions/cargo-linux.html", |
| 462 | + "net/installation/cdw-verification-instructions/cdw-appimage": "/en/mainnet/docs/installation/cdw-verification-instructions/cdw-appimage.html", |
| 463 | + "net/installation/cdw-verification-instructions/cdw-deb": "/en/mainnet/docs/installation/cdw-verification-instructions/cdw-deb.html", |
| 464 | + "net/installation/cdw-verification-instructions/cdw-rpm": "/en/mainnet/docs/installation/cdw-verification-instructions/cdw-rpm.html", |
| 465 | + "net/installation/client-verification-instructions/client-linux": "/en/mainnet/docs/installation/client-verification-instructions/client-linux.html", |
| 466 | + "net/installation/snippets/delegation-faq": "/en/mainnet/docs/help/delegation-faq.html", |
| 467 | + "net/resources/glossary": "/en/mainnet/docs/resources/glossary.html", |
| 468 | + "en/mainnet/smart-contracts/onboarding-guide-solana-developers/faq": "/en/mainnet/docs/help-and-faq/onboarding-guide-solana-developers/faq.html", |
| 469 | + "en/mainnet/smart-contracts/onboarding-guide-solana-developers/overview": "/en/mainnet/docs/help-and-faq/onboarding-guide-solana-developers/overview.html", |
| 470 | + "en/mainnet/smart-contracts/onboarding-guide-ethereum-developers/faq": "/en/mainnet/docs/help-and-faq/onboarding-guide-ethereum-developers/faq.html", |
471 | 471 | "net/voting/coordinator": "/en/mainnet/docs/voting/coordinator.html",
|
472 | 472 | "net/voting/gc-voting": "/en/mainnet/docs/voting/gc-voting.html",
|
473 | 473 | "net/voting/voting": "/en/mainnet/docs/voting/voting.html",
|
|
0 commit comments