Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
tpmn-admin authored Dec 12, 2023
2 parents f4db8e9 + a52582a commit 0f3ec56
Show file tree
Hide file tree
Showing 23 changed files with 1,005 additions and 161 deletions.
17 changes: 17 additions & 0 deletions _includes/code/mobile-sdk.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

<ul class="nav nav-tabs" role="tablist">
<li class="nav-item ui-tab" role="presentation">
<button class="nav-link active" id="{{ include.id }}-kotlin-tab" data-toggle="tab" data-target="#{{ include.id }}-kotlin" type="button" role="tab" aria-controls="kotlin" aria-selected="true">Kotlin</button>
</li>
<li class="nav-item ui-tab" role="presentation">
<button class="nav-link" id="{{ include.id }}swift-tab" data-toggle="tab" data-target="#{{ include.id }}-swift" type="button" role="tab" aria-controls="swift" aria-selected="false">Swift</button>
</li>
</ul>
<div class="tab-content" id="code-tab-content">
<div class="tab-pane fade show active" id="{{ include.id }}-kotlin" role="tabpanel" aria-labelledby="{{ include.id }}-kotlin-tab">
<pre><code class="language-kotlin">{{ include.kotlin }}</code></pre>
</div>
<div class="tab-pane fade" id="{{ include.id }}-swift" role="tabpanel" aria-labelledby="{{ include.id }}-swift-tab">
<pre><code class="language-swift">{{ include.swift }}</code></pre>
</div>
</div>
33 changes: 33 additions & 0 deletions _sass/node_modules/awesomplete/awesomplete.base.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 104 additions & 0 deletions _sass/node_modules/awesomplete/awesomplete.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 69 additions & 0 deletions _sass/node_modules/awesomplete/awesomplete.theme.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

139 changes: 139 additions & 0 deletions _sass/node_modules/awesomplete/prism/prism.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0f3ec56

Please sign in to comment.