Skip to content

Commit

Permalink
added icons to mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Oct 7, 2024
1 parent f45c937 commit bc21610
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .setup/mermaid.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineMermaidSetup } from '@slidev/types'

export default defineMermaidSetup(() => {
return {
theme: 'forest',
}
})
9 changes: 3 additions & 6 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,13 +357,10 @@ color: gray-light

# DiracX Web API

<devicon-fastapi-wordmark />
<devicon-swagger-wordmark />

<ul class="list-image-none font-sans text-sm mx-auto">
<li>DIRAC Web APIs are developed using FastAPI <span class="iconify" data-icon="devicon:fastapi-wordmark" data-inline="true"></span></li>
<li>Nicely documented in Swagger (or Redoc), this what you see on the right <span class="iconify" data-icon="devicon:swagger-wordmark" data-inline="false"></span></li>
</ul>
- DIRAC Web APIs are developed using FastAPI <devicon-fastapi-wordmark class="text-2xl mx-2" />
- Nicely documented in Swagger (or Redoc) <devicon-swagger-wordmark class="text-2xl mx-2" />
- this what you see on the right


&nbsp;
Expand Down

0 comments on commit bc21610

Please sign in to comment.