Skip to content

Commit

Permalink
refactor showcase geallery to its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lebalz committed Aug 9, 2024
1 parent b4ffab7 commit d1fd58d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
File renamed without changes.
9 changes: 8 additions & 1 deletion docs/intro.md → docs/Komponentengalerie/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
sidebar_position: 1
---

# Gallery
# Komponentengalerie


```mdx-code-block
import DocCardList from '@theme/DocCardList';
<DocCardList />
```

## Live Python
```py live_py slim
Expand Down
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,9 @@ const config: Config = {
},
items: [
{
type: 'docSidebar',
sidebarId: 'gallerySidebar',
to: '/docs/Komponentengalerie',
label: 'Galerie',
position: 'left',
label: 'Gallerie',
},
{to: '/blog', label: 'Blog', position: 'left'},
{
Expand Down

0 comments on commit d1fd58d

Please sign in to comment.