@@ -1619,22 +1619,22 @@ platforms = [
16191619drivers = [
16201620 {id = " shell" , title = " Mongo Shell" },
16211621 {id = " compass" , title = " Compass" },
1622- {id = " python" , title = " Python" },
1623- {id = " java-sync" , title = " Java (Sync)" },
1624- {id = " nodejs" , title = " Node.js" },
1625- {id = " php" , title = " PHP" },
1626- {id = " motor" , title = " Motor" },
1627- {id = " java-async" , title = " Java (Async)" },
16281622 {id = " c" , title = " C" },
16291623 {id = " cpp" , title = " C++11" },
16301624 {id = " csharp" , title = " C#" },
1625+ {id = " go" , title = " Go" },
1626+ {id = " java-async" , title = " Java (Async)" },
1627+ {id = " java-sync" , title = " Java (Sync)" },
1628+ {id = " motor" , title = " Motor" },
1629+ {id = " nodejs" , title = " Node.js" },
16311630 {id = " perl" , title = " Perl" },
1631+ {id = " php" , title = " PHP" },
1632+ {id = " python" , title = " Python" },
16321633 {id = " ruby" , title = " Ruby" },
16331634 {id = " rust" , title = " Rust" },
16341635 {id = " scala" , title = " Scala" },
1635- {id = " go" , title = " Go" },
1636- {id = " swift-sync" , title = " Swift (Sync)" },
16371636 {id = " swift-async" , title = " Swift (Async)" },
1637+ {id = " swift-sync" , title = " Swift (Sync)" },
16381638]
16391639auth = [
16401640 {id = " uidpwd" , title = " Username and Password" },
0 commit comments