@@ -69,119 +69,129 @@ const config = {
6969 ]
7070 ] ,
7171
72- themeConfig :
73- /** @type {import('@docusaurus/preset-classic').ThemeConfig } */
74- ( {
75- navbar : {
76- logo : {
77- alt : "Swob Logo" ,
78- src : "SWOB.png" ,
79- srcDark : "SWOB-Dark Theme.png" ,
80- } ,
81- items : [
82- {
83- type : "doc" ,
84- docId : "Android Tutorial/Getting-Started-With-Android" ,
85- position : "left" ,
86- label : "Docs"
87- } ,
88- {
89- label : "Tutorials" ,
90- position : "left" ,
91- type : "dropdown" ,
92- items : [
93- {
94- label : "On-Device Token Storage Feature" ,
95- to : "/docs/On-Device Tutorial/On-DeviceToken"
96- } ,
97- {
98- label : "RelaySMS Android Tutorial" ,
99- to : "/docs/Android Tutorial/Getting-Started-With-Android"
100- } ,
101- {
102- label : "RelaySMS iOS Tutorial" ,
103- to : "/docs/iOS Tutorial/Getting-Started-With-iOS"
104- } ,
105- {
106- label : "Setting up a Gateway" ,
107- to : "/docs/Gateway Clients Guide/GatewayClientsGuide"
108- }
109- ]
110- } ,
111- {
112- type : "doc" ,
113- docId : "Troubleshooting/Troubleshooting-FAQ" ,
114- position : "left" ,
115- label : "TroubleShooting"
116- } ,
117- {
118- type : "localeDropdown" ,
119- position : "right"
120- } ,
121- {
122- href : "https://github.com/smswithoutborders" ,
123- label : "GitHub" ,
124- position : "right"
125- }
126- ]
127- } ,
128- footer : {
129- style : "dark" ,
130- links : [
131- {
132- title : "Docs" ,
133- items : [
134- {
135- label : "Tutorials" ,
136- to : "/docs/iOS Tutorial/Getting-Started-With-iOS"
137- } ,
138- {
139- label : "Troubleshooting" ,
140- to : "/docs/Troubleshooting"
141- }
142- ]
143- } ,
144- {
145- title : "Community" ,
146- items : [
147- {
148- label : "IRC: freenode/#afkanerd" ,
149- href : "#"
150- } ,
151- {
152- label : "GitHub" ,
153- href : "https://github.com/smswithoutborders"
154- }
155- ]
156- } ,
157- {
158- title : "More" ,
159- items : [
160- {
161- label : "Blog" ,
162- href : "https://blog.smswithoutborders.com"
163- } ,
164- {
165- label : "Twitter" ,
166- href : "https://x.com/RelaySMS"
167- } ,
168- {
169- label : "Bluesky" ,
170- href : "https://bsky.app/profile/relaysms.bsky.social"
171- }
172- ]
173- } ,
174- ] ,
175- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } SMSWithoutBorders. Built with Docusaurus.`
72+ themeConfig : {
73+ navbar : {
74+ logo : {
75+ alt : "SWOB" ,
76+ src : "SWOB.png" ,
77+ srcDark : "SWOB-Dark Theme.png" ,
17678 } ,
177- prism : {
178- theme : prismThemes . github ,
179- darkTheme : prismThemes . dracula
180- } ,
181- typography : {
182- fontFamily : "'Mona Sans'" ,
183- } ,
184- } )
79+
80+ items : [
81+ {
82+ label : "Docs" ,
83+ position : "left" ,
84+ to : "/docs/Android Tutorial/Getting-Started-With-Android" ,
85+ } ,
86+
87+ {
88+ label : "Tutorials" ,
89+ position : "left" ,
90+ items : [
91+ {
92+ label : "Get Started withAndroid" ,
93+ to : "/docs/Android Tutorial/Getting-Started-With-Android" ,
94+ } ,
95+ {
96+ label : "Get Started with iOS" ,
97+ to : "/docs/iOS Tutorial/Getting-Started-With-iOS" ,
98+ } ,
99+ {
100+ label : "Setting Up Gateway-Client" ,
101+ to : "/docs/Gateway Clients Guide/GatewayClientsGuide" ,
102+ } ,
103+ ] ,
104+ } ,
105+
106+
107+ {
108+ label : "Troubleshooting" ,
109+ position : "left" ,
110+ to : "/docs/Troubleshooting/Troubleshooting-FAQ" ,
111+ } ,
112+
113+ {
114+ type : "localeDropdown" ,
115+ position : "right" ,
116+ } ,
117+
118+ {
119+ href : "https://github.com/smswithoutborders" ,
120+ label : "GitHub" ,
121+ position : "right" ,
122+ } ,
123+ ] ,
124+ } ,
125+
126+
127+
128+ footer : {
129+ style : "dark" ,
130+ links : [
131+ {
132+ title : "Documentation" ,
133+ items : [
134+ {
135+ label : "Getting Started" ,
136+ to : "/docs/Android Tutorial/Getting-Started-With-Android" ,
137+ } ,
138+ {
139+ label : "Gateway Client" ,
140+ to : "/docs/Gateway Clients Guide/GatewayClientsGuide" ,
141+ } ,
142+ {
143+ label : "Troubleshooting" ,
144+ to : "/docs/Troubleshooting/Troubleshooting-FAQ" ,
145+ } ,
146+ ] ,
147+ } ,
148+
149+ {
150+ title : "Community" ,
151+ items : [
152+ {
153+ label : "GitHub" ,
154+ href : "https://github.com/smswithoutborders" ,
155+ } ,
156+ {
157+ label : "Issues" ,
158+ href : "https://github.com/smswithoutborders" ,
159+ } ,
160+ {
161+ label : "Blog" ,
162+ href : "https://blog.smswithoutborders.com" ,
163+ } ,
164+ ] ,
165+ } ,
166+
167+ {
168+ title : "About" ,
169+ items : [
170+ {
171+ label : "Project" ,
172+ href : "https://github.com/smswithoutborders" ,
173+ } ,
174+ {
175+ label : "Contribute" ,
176+ href : "https://github.com/smswithoutborders" ,
177+ } ,
178+ ] ,
179+ } ,
180+ ] ,
181+
182+ copyright : `SWOB — Smswithoutborders © ${ new Date ( ) . getFullYear ( ) } ` ,
183+ } ,
184+
185+ prism : {
186+ theme : prismThemes . github ,
187+ darkTheme : prismThemes . dracula ,
188+ } ,
189+
190+ typography : {
191+ fontFamily : "'Mona Sans', system-ui, sans-serif" ,
192+ } ,
193+
194+ }
185195} ;
186196
187197export default config ;
0 commit comments