Skip to content

Commit 716c817

Browse files
committed
Further redirect tests
1 parent 53e00cd commit 716c817

File tree

1 file changed

+63
-69
lines changed

1 file changed

+63
-69
lines changed

source/mainnet/conf.py

Lines changed: 63 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -462,83 +462,77 @@
462462
"./net/installation/cdw-verification-instructions/cdw-appimage": "docs/installation/cdw-verification-instructions/cdw-appimage.html",
463463
"./net/installation/cdw-verification-instructions/cdw-deb": "docs/installation/cdw-verification-instructions/cdw-deb.html",
464464
"./net/installation/cdw-verification-instructions/cdw-rpm": "docs/installation/cdw-verification-instructions/cdw-rpm.html",
465-
"./net/installation/client-verification-instructions/client-linux": "docs/installation/client-verification-instructions/client-linux.html",
466-
"./net/installation/snippets/delegation-faq": "docs/help/delegation-faq.html",
467-
"./net/resources/glossary": "docs/resources/glossary.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",
468468
"./en/mainnet/smart-contracts/onboarding-guide-solana-developers/faq": "en/mainnet/docs/help-and-faq/onboarding-guide-solana-developers/faq.html",
469469
"./en/mainnet/smart-contracts/onboarding-guide-solana-developers/overview": "en/mainnet/docs/help-and-faq/onboarding-guide-solana-developers/overview.html",
470470
"./en/mainnet/smart-contracts/onboarding-guide-ethereum-developers/faq": "en/mainnet/docs/help-and-faq/onboarding-guide-ethereum-developers/faq.html",
471-
"./net/voting/gc-voting": "docs/voting/gc-voting.html",
472-
"./net/voting/coordinator": "docs/voting/coordinator.html",
473-
"./net/voting/gc-voting": "docs/voting/gc-voting.html",
474-
"./net/voting/voting": "docs/voting/voting.html",
475-
"./net/voting/guardians": "docs/voting/guardians.html",
476-
"./net/voting/verify-election-result": "docs/voting/verify-election-result.html",
471+
"net/voting/coordinator": "en/mainnet/docs/voting/coordinator.html",
472+
"net/voting/gc-voting": "en/mainnet/docs/voting/gc-voting.html",
473+
"net/voting/voting": "en/mainnet/docs/voting/voting.html",
474+
"net/voting/guardians": "en/mainnet/docs/voting/guardians.html",
475+
"net/voting/verify-election-result": "en/mainnet/docs/voting/verify-election-result.html",
477476
#"./en/mainnet/smart-contracts/tutorials/index": "en/mainnet/tutorials/smart-contract-tutorials.html", Comment for a hotfix test
478-
"./smart-contracts/tutorials/setup-env": "tutorials/setup-env.html",
479-
"./smart-contracts/tutorials/counter/counter-contract": "tutorials/counter/counter-contract",
480-
"smart-contracts/tutorials/piggy-bank/index": "/en/mainnet/tutorials/piggy-bank/index.html",#changed by tkt
481-
"./smart-contracts/tutorials/piggy-bank/writing": "tutorials/piggy-bank/writing.html",
482-
"./smart-contracts/tutorials/piggy-bank/testing": "tutorials/piggy-bank/testing.html",
483-
"./smart-contracts/tutorials/piggy-bank/deploying": "tutorials/piggy-bank/deploying.html",
484-
"./smart-contracts/tutorials/piggy-bank/frontend": "tutorials/piggy-bank/frontend.html",
485-
"./smart-contracts/tutorials/wCCD/index": "tutorials/wCCD/index.html",
486-
"./smart-contracts/tutorials/wCCD/wCCD-introduction": "tutorials/wCCD/wCCD-introduction.html",
487-
".smart-contracts/tutorials/wCCD/wCCD-interacting": "tutorials/wCCD/wCCD-interacting.html",
488-
"./smart-contracts/tutorials/wCCD/wCCD-frontend_set_up": "tutorials/wCCD/wCCD-frontend-set-up.html",
489-
".smart-contracts/tutorials/voting/index": "tutorials/voting/index.html",
490-
"./smart-contracts/tutorials/voting/voting-sc": "tutorials/voting/voting-sc.html",
491-
"./smart-contracts/tutorials/voting/voting-dapp": "tutorials/voting/voting-dapp.html",
492-
"./smart-contracts/tutorials/nft-minting/index": "tutorials/nft-minting/index.html",
493-
"./smart-contracts/tutorials/nft-minting/upload": "tutorials/nft-minting/upload.html",
494-
".smart-contracts/tutorials/nft-minting/build-smart-contract": "tutorials/nft-minting/build-smart-contract.html",
495-
"./smart-contracts/tutorials/nft-minting/mint-xfer": "tutorials/nft-minting/mint-xfer.html",
496-
"./smart-contracts/tutorials/sft-minting/index": "tutorials/sft-minting/index.html",
497-
"./smart-contracts/tutorials/sft-minting/build-smart-contract": "tutorials/sft-minting/build-smart-contract.html",
498-
"./smart-contracts/tutorials/sft-minting/mint-xfer": "tutorials/sft-minting/mint-xfer.html",
499-
"./smart-contracts/tutorials/fungible-tokens/index": "tutorials/fungible-tokens/index.html",
500-
"./smart-contracts/tutorials/fungible-tokens/smart-contract": "tutorials/fungible-tokens/smart-contract.html",
501-
"./.smart-contracts/tutorials/fungible-tokens/mint-xfer": "tutorials/fungible-tokens/mint-xfer.html",
502-
"./smart-contracts/tutorials/eSealing/index": "tutorials/eSealing/index.html",
503-
"./smart-contracts/tutorials/eSealing/eSealing-dapp": "tutorials/eSealing/eSealing-dapp.html",
504-
"./smart-contracts/tutorials/sponsoredTransactions/index": "tutorials/sponsoredTransactions/index.html",
505-
"./smart-contracts/tutorials/sponsoredTransactions/sponsoredTransactionsSmartContract": "tutorials/sponsoredTransactions/sponsoredTransactionsSmartContract.html",
506-
"./smart-contracts/tutorials/sponsoredTransactions/sponsoredTransactionsFrontendAndBackend": "tutorials/sponsoredTransactions/sponsoredTransactionsFrontendAndBackend.html",
507-
"./smart-contracts/tutorials/smartContractUpgrade/index": "tutorials/smartContractUpgrade/index.html",
508-
"./smart-contracts/tutorials/smartContractUpgrade/smartContractUpgrade": "tutorials/smartContractUpgrade/smartContractUpgrade.html",
509-
"./net/resources/ccd-scan": "tools/ccd-scan/ccd-scan",
510-
"./net/resources/ccd-scan-accounts": "tools/ccd-scan/ccd-scan-accounts",
511-
"./net/resources/ccd-scan-blocks": "tools/ccd-scan/ccd-scan-blocks",
512-
"./net/resources/ccd-scan-nodes": "tools/ccd-scan/ccd-scan-nodes",
513-
"./net/resources/ccd-scan-staking": "tools/ccd-scan/ccd-scan-staking",
514-
"./net/resources/ccd-scan-transactions": "tools/ccd-scan/ccd-scan-transactions",
515-
"./net/guides/sdks-apis": "tools/sdks-apis.html",
516-
"./net/references/grcp2": "tools/sdks-apis.html",
517-
"./net/guides/wallet-sdk/wallet-sdk": "tools/wallet-sdk/wallet-sdk.html",
518-
"./net/guides/wallet-sdk/wallet-sdk-identity-creation": "tools/wallet-sdk/wallet-sdk-identity-creation.html",
519-
"./net/guides/wallet-sdk/wallet-sdk-identity-recovery": "tools/wallet-sdk/wallet-sdk-identity-recovery.html",
520-
"./net/guides/wallet-sdk/wallet-sdk-credential-deployment": "tools/wallet-sdk/wallet-sdk-credential-deployment.html",
521-
"./net/guides/wallet-sdk/wallet-sdk-account-transaction": "tools/wallet-sdk/wallet-sdk-account-transaction.html",
522-
"./net/guides/wallet-sdk/wallet-sdk-identity-provider": "tools/wallet-sdk/wallet-sdk-identity-provider.html",
523-
"./net/references/developer-tools": "tools/developer-tools.html",
524-
"./smart-contracts/smart-contracts-v0/guides/on-chain-index": "tutorials/on-chain-guides/on-chain-index.html",
525-
"./smart-contracts/smart-contracts-v0/guides/deploy-module": "tutorials/on-chain-guides/deploy-module.html",
526-
"./smart-contracts/smart-contracts-v0/guides/initialize-contract": "tutorials/on-chain-guides/initialize-contract.html",
527-
"./smart-contracts/smart-contracts-v0/guides/interact-instance": "tutorials/on-chain-guides/interact-instance.html",
528-
"./smart-contracts/smart-contracts-v0/guides/inspect-instance": "tutorials/on-chain-guides/inspect-instance.html",
529-
"./net/guides/dapp-examples": "tutorials/daap-examples/dapp-examples.html",
530-
"./net/guides/wallets-lp": "docs/guides/wallets-lp.html",
531-
"./net/guides/wallets-faqs": "docs/guides/wallets-faqs.html",
532-
"./net/guides/wallets-deciding-wallets": "docs/guides/deciding-wallets.html",
533-
"./net/guides/cryptox-faq": "docs/guides/cryptox-faq.html",
534-
"./net/mobile-wallet-gen2/faq": "docs/guides/mobule-wallet-gen2/faq.html",
535-
"./net/browser-wallet/browser-wallet-faq": "docs/browser-wallet/browser-wallet-faq.html",
536-
"./net/concepts/concepts-transactions": "docs/protocol/transactions.html",
477+
"smart-contracts/tutorials/setup-env": "en/mainnet/tutorials/setup-env.html",
478+
"smart-contracts/tutorials/counter/counter-contract": "en/mainnet/tutorials/counter/counter-contract",
479+
"smart-contracts/tutorials/piggy-bank/index": "en/mainnet/tutorials/piggy-bank/index.html",#changed by tkt
480+
"smart-contracts/tutorials/piggy-bank/writing": "en/mainnet/tutorials/piggy-bank/writing.html",
481+
"smart-contracts/tutorials/piggy-bank/testing": "en/mainnet/tutorials/piggy-bank/testing.html",
482+
"smart-contracts/tutorials/piggy-bank/deploying": "en/mainnet/tutorials/piggy-bank/deploying.html",
483+
"smart-contracts/tutorials/piggy-bank/frontend": "en/mainnet/tutorials/piggy-bank/frontend.html",
484+
"smart-contracts/tutorials/wCCD/index": "en/mainnet/tutorials/wCCD/index.html",
485+
"smart-contracts/tutorials/wCCD/wCCD-introduction": "en/mainnet/tutorials/wCCD/wCCD-introduction.html",
486+
"smart-contracts/tutorials/wCCD/wCCD-interacting": "en/mainnet/tutorials/wCCD/wCCD-interacting.html",
487+
"smart-contracts/tutorials/wCCD/wCCD-frontend_set_up": "en/mainnet/tutorials/wCCD/wCCD-frontend-set-up.html",
488+
"smart-contracts/tutorials/voting/index": "en/mainnet/tutorials/voting/index.html",
489+
"smart-contracts/tutorials/voting/voting-sc": "en/mainnet/tutorials/voting/voting-sc.html",
490+
"smart-contracts/tutorials/voting/voting-dapp": "en/mainnet/tutorials/voting/voting-dapp.html",
491+
"smart-contracts/tutorials/nft-minting/index": "en/mainnet/tutorials/nft-minting/index.html",
492+
"smart-contracts/tutorials/nft-minting/upload": "en/mainnet/tutorials/nft-minting/upload.html",
493+
"smart-contracts/tutorials/nft-minting/build-smart-contract": "en/mainnet/tutorials/nft-minting/build-smart-contract.html",
494+
"smart-contracts/tutorials/nft-minting/mint-xfer": "en/mainnet/tutorials/nft-minting/mint-xfer.html",
495+
"smart-contracts/tutorials/sft-minting/index": "en/mainnet/tutorials/sft-minting/index.html",
496+
"smart-contracts/tutorials/sft-minting/build-smart-contract": "en/mainnet/tutorials/sft-minting/build-smart-contract.html",
497+
"smart-contracts/tutorials/sft-minting/mint-xfer": "en/mainnet/tutorials/sft-minting/mint-xfer.html",
498+
"smart-contracts/tutorials/fungible-tokens/index": "en/mainnet/tutorials/fungible-tokens/index.html",
499+
"smart-contracts/tutorials/fungible-tokens/smart-contract": "en/mainnet/tutorials/fungible-tokens/smart-contract.html",
500+
"smart-contracts/tutorials/fungible-tokens/mint-xfer": "en/mainnet/tutorials/fungible-tokens/mint-xfer.html",
501+
"smart-contracts/tutorials/eSealing/index": "en/mainnet/tutorials/eSealing/index.html",
502+
"smart-contracts/tutorials/eSealing/eSealing-dapp": "en/mainnet/tutorials/eSealing/eSealing-dapp.html",
503+
"smart-contracts/tutorials/sponsoredTransactions/index": "en/mainnet/tutorials/sponsoredTransactions/index.html",
504+
"smart-contracts/tutorials/sponsoredTransactions/sponsoredTransactionsSmartContract": "en/mainnet/tutorials/sponsoredTransactions/sponsoredTransactionsSmartContract.html",
505+
"smart-contracts/tutorials/sponsoredTransactions/sponsoredTransactionsFrontendAndBackend": "en/mainnet/tutorials/sponsoredTransactions/sponsoredTransactionsFrontendAndBackend.html",
506+
"smart-contracts/tutorials/smartContractUpgrade/index": "en/mainnet/tutorials/smartContractUpgrade/index.html",
507+
"smart-contracts/tutorials/smartContractUpgrade/smartContractUpgrade": "en/mainnet/tutorials/smartContractUpgrade/smartContractUpgrade.html",
508+
"net/resources/ccd-scan": "en/mainnet/tools/ccd-scan/ccd-scan.html",
509+
"net/resources/ccd-scan-accounts": "en/mainnet/tools/ccd-scan/ccd-scan-accounts.html",
510+
"net/resources/ccd-scan-blocks": "en/mainnet/tools/ccd-scan/ccd-scan-blocks.html",
511+
"net/resources/ccd-scan-nodes": "en/mainnet/tools/ccd-scan/ccd-scan-nodes.html",
512+
"net/resources/ccd-scan-staking": "en/mainnet/tools/ccd-scan/ccd-scan-staking.html",
513+
"net/resources/ccd-scan-transactions": "en/mainnet/tools/ccd-scan/ccd-scan-transactions.html",
514+
"net/guides/sdks-apis": "en/mainnet/tools/sdks-apis.html",
515+
"net/references/grcp2": "en/mainnet/tools/sdks-apis.html",
516+
"net/guides/wallet-sdk/wallet-sdk": "en/mainnet/tools/wallet-sdk/wallet-sdk.html",
517+
"net/guides/wallet-sdk/wallet-sdk-identity-creation": "en/mainnet/tools/wallet-sdk/wallet-sdk-identity-creation.html",
518+
"net/guides/wallet-sdk/wallet-sdk-identity-recovery": "en/mainnet/tools/wallet-sdk/wallet-sdk-identity-recovery.html",
519+
"net/guides/wallet-sdk/wallet-sdk-credential-deployment": "en/mainnet/tools/wallet-sdk/wallet-sdk-credential-deployment.html",
520+
"net/guides/wallet-sdk/wallet-sdk-account-transaction": "en/mainnet/tools/wallet-sdk/wallet-sdk-account-transaction.html",
521+
"net/guides/wallet-sdk/wallet-sdk-identity-provider": "en/mainnet/tools/wallet-sdk/wallet-sdk-identity-provider.html",
522+
"net/references/developer-tools": "en/mainnet/tools/developer-tools.html",
523+
"net/guides/dapp-examples": "en/mainnet/tutorials/daap-examples/dapp-examples.html",
524+
"net/guides/wallets-lp": "en/mainnet/docs/guides/wallets-lp.html",
525+
"net/guides/wallets-faqs": "en/mainnet/docs/guides/wallets-faqs.html",
526+
"net/guides/wallets-deciding-wallets": "en/mainnet/docs/guides/deciding-wallets.html",
527+
"net/guides/cryptox-faq": "en/mainnet/docs/guides/cryptox-faq.html",
528+
"net/mobile-wallet-gen2/faq": "en/mainnet/docs/guides/mobule-wallet-gen2/faq.html",
529+
"net/browser-wallet/browser-wallet-faq": "en/mainnet/docs/browser-wallet/browser-wallet-faq.html",
530+
"net/concepts/concepts-transactions": "en/mainnet/docs/protocol/transactions.html",
537531
"net/guides/developer-page": "/en/mainnet/tools/developer-page.html",
538532
"net/mobile-wallet-gen2/setup-mobile-wallet": "/en/mainnet/docs/guides/setup-cryptox-wallet.html",
539533
"smart-contracts/guides/setup-tools": "/en/mainnet/docs/smart-contracts/guides/setup-contract.html",
540534
"smart-contracts/guides/build-schema": "/en/mainnet/docs/smart-contracts/guides/build-schema.html",
541535
"smart-contracts/guides/contract-dev-guides": "/en/mainnet/docs/smart-contracts/guides/build-contract.html",
542-
"smart-contracts/guides/quick-start": "/en/mainnet/docs/smart-contracts/guides/quick-start.html",
536+
"smart-contracts/guides/quick-start": "/en/mainnet/docs/smart-contracts/guides/quick-start.html",
543537
"smart-contracts/tutorials/index": "/en/mainnet/tutorials/index.html"
544538
}

0 commit comments

Comments
 (0)