diff --git a/docs/developer-docs/integrations/sns/index.md b/docs/developer-docs/integrations/sns/index.md index e2c7cff87d..9cb29f09ec 100644 --- a/docs/developer-docs/integrations/sns/index.md +++ b/docs/developer-docs/integrations/sns/index.md @@ -43,10 +43,13 @@ This section provides * [Guidelines how to test the operation of the dapp under SNS control](./testing/testing-on-mainnet.md), including on the mainnet. ## Launching an SNS -This parts explains the SNS launch in detail. -It contains -* A detailed [description of all stages included in an SNS launch](./launching/launch-summary.md). -* [The technical actions that are needed to complete the SNS launch stages](./launching/launch-steps.md). +This part explains the SNS launch in detail. +It contains +* An [introduction of how to read the launch pages](./launching/index.md) as there are currently two supported methods how to launch an SNS. +* A detailed [description of all stages included in an SNS launch](./launching/launch-summary-1proposal.md) for the recommended launch flow that was adopted by the NNS in August 2023 and only includes one proposal. +* [The technical actions that are needed to complete the SNS launch stages](./launching/launch-steps-1proposal.md) for this recommended launch flow that only includes one proposal. +* A detailed [description of all stages included in an SNS launch](./launching/launch-summary.md) for the old, legacy launch flow that is still available for those who started testing with this flow but might be deprecated at some point. + * [The technical actions that are needed to complete the SNS launch stages](./launching/launch-steps.md) for the old, legacy launch flow that is still available for those who started testing with this flow but might be deprecated at some point but. ## Managing an SNS After an SNS is launched, the SNS community needs to manage it, including ensuring that the canisters have enough cycles, govern the dapp, and manage SNS canister upgrades.