@@ -183,13 +183,29 @@ export default {
183183 } ,
184184 ] ,
185185 footer : {
186- description : 'This is just a test site for the NetFoundry Docusaurus theme.' ,
186+ description : 'Secure, high-performance networking for the modern era.' ,
187+ copyright : `Copyright © 2026 NetFoundry Inc.` ,
187188 socialProps : {
188189 githubUrl : 'https://github.com/netfoundry/' ,
189190 youtubeUrl : 'https://youtube.com/netfoundry/' ,
190191 linkedInUrl : 'https://www.linkedin.com/company/netfoundry/' ,
191- twitterUrl : 'https://twitter .com/netfoundry/' ,
192+ twitterUrl : 'https://x .com/netfoundry/' ,
192193 } ,
194+ documentationLinks : [
195+ { href : '/docs/learn/quickstarts/services/ztha' , label : 'Get started' } ,
196+ { href : '/docs/reference/developer/api/' , label : 'API reference' } ,
197+ { href : '/docs/reference/developer/sdk/' , label : 'SDK integration' } ,
198+ ] ,
199+ communityLinks : [
200+ { href : 'https://github.com/openziti/ziti' , label : 'GitHub' } ,
201+ { href : 'https://openziti.discourse.group/' , label : 'OpenZiti Discourse' } ,
202+ { href : '/docs/openziti/policies/CONTRIBUTING' , label : 'Contribute' } ,
203+ ] ,
204+ resourceLinks : [
205+ { href : 'https://netfoundry.io/' , label : 'NetFoundry' } ,
206+ { href : 'https://netfoundry.io/blog/' , label : 'NetFoundry Tech Blog' } ,
207+ { href : 'https://blog.openziti.io' , label : 'OpenZiti Tech Blog' } ,
208+ ] ,
193209 } ,
194210 } ,
195211 // Replace with your project's social card
0 commit comments