mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-14 09:45:34 -04:00
docs: embedd asciinema casts (#1154)
Signed-off-by: Fabian Kammel <fk@edgeless.systems> Co-authored-by: Moritz Eckert <m1gh7ym0@gmail.com> Co-authored-by: Thomas Tendyck <tt@edgeless.systems> Co-authored-by: 3u13r <lc@edgeless.systems>
This commit is contained in:
parent
cb2d2b0b89
commit
566924caf8
33 changed files with 3825 additions and 134 deletions
|
@ -3,6 +3,7 @@ import React from 'react';
|
|||
import MDXComponents from '@theme-original/MDXComponents';
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import AsciinemaWidget from '@site/src/components/AsciinemaWidget';
|
||||
|
||||
export default {
|
||||
// Re-use the default mapping
|
||||
|
@ -11,4 +12,5 @@ export default {
|
|||
// `Highlight` will receive all props that were passed to `highlight` in MDX
|
||||
tabs: Tabs,
|
||||
tabItem: TabItem,
|
||||
};
|
||||
asciinemaWidget: AsciinemaWidget,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue