Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit e4dde9f

Browse files
authored
SWI-1756 Add Ruby Migration Guides (#962)
* SWI-1756 Add Ruby Migration Guides * add v10 examples minus BXML * trailing slashes * add v11 examples minus BXML * add links to intro page * add BXML examples for v10 * add BXML examples for v11
1 parent 1876af3 commit e4dde9f

File tree

5 files changed

+2522
-1
lines changed

5 files changed

+2522
-1
lines changed

site/migration-guides/intro.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ image: '@site/static/img/bw-icon.svg'
1717
Home of migration guides between major versions of each SDK language
1818

1919
* [Python](/migration-guides/python/)
20+
* [Java](/migration-guides/java/)
21+
* [Ruby](/migration-guides/ruby/)

site/migration-guides/ruby/intro.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
id: ruby-migration-guides
3+
title: Ruby
4+
slug: /ruby
5+
description: Ruby SDK Migration Guides
6+
sidebar_label: Overview
7+
image: '@site/static/img/bw-icon.svg'
8+
pagination_next: null
9+
pagination_prev: null
10+
---
11+
12+
See our releases on [GitHub](https://github.com/Bandwidth/ruby-sdk/releases) for more detailed changelogs
13+
14+
## [v11-beta](/migration-guides/ruby/v10->v11-beta/)
15+
16+
### What's Changed
17+
18+
* Generated an entirely new SDK using the open-source [OpenAPI Generator Library](https://openapi-generator.tech/)
19+
* Rewrote the [BXML library](/migration-guides/ruby/v10->v11-beta#bxml/)

0 commit comments

Comments
 (0)