|
21 | 21 | <div class="dropdown-menu" aria-labelledby="navbarDropdownGetArrow">
|
22 | 22 | <a class="dropdown-item" href="{{ site.baseurl }}/install/">Install</a>
|
23 | 23 | <a class="dropdown-item" href="{{ site.baseurl }}/release/">Releases</a>
|
24 |
| - <a class="dropdown-item" href="https://github.com/apache/arrow">Source Code</a> |
25 | 24 | </div>
|
26 | 25 | </li>
|
27 | 26 | <li class="nav-item dropdown">
|
28 | 27 | <a class="nav-link dropdown-toggle" href="#"
|
29 | 28 | id="navbarDropdownDocumentation" role="button" data-toggle="dropdown"
|
30 | 29 | aria-haspopup="true" aria-expanded="false">
|
31 |
| - Documentation |
| 30 | + Docs |
32 | 31 | </a>
|
33 | 32 | <div class="dropdown-menu" aria-labelledby="navbarDropdownDocumentation">
|
34 | 33 | <a class="dropdown-item" href="{{ site.baseurl }}/docs">Project Docs</a>
|
|
46 | 45 | <a class="dropdown-item" href="{{ site.baseurl }}/docs/r">R</a>
|
47 | 46 | <a class="dropdown-item" href="https://github.com/apache/arrow/blob/main/ruby/README.md">Ruby</a>
|
48 | 47 | <a class="dropdown-item" href="https://docs.rs/arrow/latest">Rust</a>
|
| 48 | + <a class="dropdown-item" href="https://github.com/apache/arrow/blob/main/swift/Arrow/README.md">Swift</a> |
| 49 | + </div> |
| 50 | + </li> |
| 51 | + <li class="nav-item dropdown"> |
| 52 | + <a class="nav-link dropdown-toggle" href="#" |
| 53 | + id="navbarDropdownSource" role="button" data-toggle="dropdown" |
| 54 | + aria-haspopup="true" aria-expanded="false"> |
| 55 | + Source |
| 56 | + </a> |
| 57 | + <div class="dropdown-menu" aria-labelledby="navbarDropdownSource"> |
| 58 | + <a class="dropdown-item" href="https://github.com/apache/arrow">Main Repo</a> |
| 59 | + <hr/> |
| 60 | + <a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/c_glib">C GLib</a> |
| 61 | + <a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/cpp">C++</a> |
| 62 | + <a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/csharp">C#</a> |
| 63 | + <a class="dropdown-item" href="https://github.com/apache/arrow-go">Go</a> |
| 64 | + <a class="dropdown-item" href="https://github.com/apache/arrow-java">Java</a> |
| 65 | + <a class="dropdown-item" href="https://github.com/apache/arrow-js">JavaScript</a> |
| 66 | + <a class="dropdown-item" href="https://github.com/apache/arrow-julia">Julia</a> |
| 67 | + <a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/matlab">MATLAB</a> |
| 68 | + <a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/python">Python</a> |
| 69 | + <a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/r">R</a> |
| 70 | + <a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/ruby">Ruby</a> |
| 71 | + <a class="dropdown-item" href="https://github.com/apache/arrow-rs">Rust</a> |
| 72 | + <a class="dropdown-item" href="https://github.com/apache/arrow/tree/main/swift">Swift</a> |
49 | 73 | </div>
|
50 | 74 | </li>
|
51 | 75 | <li class="nav-item dropdown">
|
|
0 commit comments