Skip to content

Commit

Permalink
add call types page
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Oct 26, 2023
1 parent 7c0b67b commit 193e6c8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docusaurus/video/docusaurus/docs/api/call_types/CustomStyle.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import React from 'react';

// Workaround for hiding SDK tutorial links on the call types shared page
const css = `.theme-admonition {
display: none
}`;

const CustomStyle = () => <style>{css}</style>;

export default CustomStyle;
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ sidebar_position: 1
slug: /call_types/builtin
title: Built-in Types
---

import CallTypesPage from '../../../shared/video/_call-types.md';
import CustomStyle from './CustomStyle';

<CustomStyle />
<CallTypesPage />

0 comments on commit 193e6c8

Please sign in to comment.