@@ -28,7 +28,7 @@ export default defineConfig({
2828 nav : [
2929 { text : 'Home' , link : '/' } ,
3030 {
31- text : '2.0.4 ' ,
31+ text : '2.0.5 ' ,
3232 items : [
3333 {
3434 text : 'Changelog' ,
@@ -61,7 +61,8 @@ export default defineConfig({
6161 } ,
6262 { text : 'Extending Regex' , link : '/intro/extending-regex' } ,
6363 { text : 'Migrating from v1 to v2' , link : '/intro/whats-new' } ,
64- { text : 'Changelog' , link : '/intro/changelog' }
64+ { text : 'Changelog' , link : '/intro/changelog' } ,
65+ { text : 'Download' , link : '/intro/download' }
6566 ]
6667 } ,
6768 {
@@ -142,7 +143,7 @@ export default defineConfig({
142143 items : [
143144 {
144145 text : 'Enums' ,
145- link : '/api/submodules/enums' ,
146+ link : '/api/submodules/enums/overview ' ,
146147 collapsed : false ,
147148 items : [
148149 { text : 'BrowserName' , link : '/api/submodules/enums/browser-name' } ,
@@ -152,7 +153,7 @@ export default defineConfig({
152153 { text : 'DeviceVendor' , link : '/api/submodules/enums/device-vendor' } ,
153154 { text : 'EngineName' , link : '/api/submodules/enums/engine-name' } ,
154155 { text : 'OSName' , link : '/api/submodules/enums/os-name' } ,
155- { text : 'Extensions ' } ,
156+ { text : 'Extension' , link : '/api/submodules/enums/extension ' } ,
156157 ]
157158 } ,
158159 {
@@ -177,8 +178,8 @@ export default defineConfig({
177178 collapsed : false ,
178179 items : [
179180 { text : 'getDeviceVendor()' , link : '/api/submodules/helpers/get-device-vendor' } ,
180- { text : 'isAppleSilicon()' , link : '/api/submodules/helpers/is-apple-silicon' } ,
181181 { text : 'isAIBot()' , link : '/api/submodules/helpers/is-ai-bot' } ,
182+ { text : 'isAppleSilicon()' , link : '/api/submodules/helpers/is-apple-silicon' } ,
182183 { text : 'isBot()' , link : '/api/submodules/helpers/is-bot' } ,
183184 { text : 'isChromeFamily()' , link : '/api/submodules/helpers/is-chrome-family' } ,
184185 { text : 'isElectron()' , link : '/api/submodules/helpers/is-electron' } ,
@@ -195,7 +196,7 @@ export default defineConfig({
195196 items : [
196197 { text : 'How to Detect macOS >10' , link : '/guides/how-to-detect-macos-10157-using-javascript' } ,
197198 { text : 'How to Detect Windows 11' , link : '/guides/how-to-detect-windows-11-using-javascript' } ,
198- { text : 'How to Identify Android K' , link : '/guides/how-to-identify-android-k-device' } ,
199+ { text : 'How to Identify Android 10 K' , link : '/guides/how-to-identify-android-k-device' } ,
199200 { text : 'Articles & References' , link : '/guides/articles-references' }
200201 ]
201202 }
0 commit comments