diff --git a/doc/src/siteconfig.json b/doc/src/siteconfig.json index 41e5f68a085b3..0fe767931ee37 100644 --- a/doc/src/siteconfig.json +++ b/doc/src/siteconfig.json @@ -116,7 +116,16 @@ }, "HomePage": { "title": "Sui Documentation", - "subTitle": "Documentation for Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by Move.", + "subTitle": "Docs for Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by Move", + "partner": { + "title": "Partnerships Highlight", + "copy": "Explore examples and 3rd-party projects built on Sui.", + "cta": { + "label": "Go", + "link": "https://sui.io/ecosystem/", + "external": true + } + }, "cta": [ { "name": "What's New", @@ -153,6 +162,10 @@ "name": "Start Building on Sui", "url": "/build" }, + { + "name": "Sui Reference Docs", + "url": "/reference" + }, { "name": "Explore Sui", "url": "/explore" @@ -167,14 +180,10 @@ "url": "https://sui.io/resources/", "external": true }, - { - "name": "Sui Partners", - "url": "https://sui.io/ecosystem/", - "external": true - }, { "name": "Sui by Example", "url": "https://examples.sui.io/" + "external": true }, { "name": "Why We Created Sui Move",