Skip to content

Commit 0d6c4b7

Browse files
committed
theme applied
1 parent 099f203 commit 0d6c4b7

3 files changed

Lines changed: 19 additions & 14 deletions

File tree

content/getting-started/index.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ description: Setup and start integrating the Shield in your existing system.
44
---
55

66
<Cards>
7-
<Card
8-
title="Installation"
9-
href="https://docs.shield.rs/getting-started/installation"
10-
>
7+
<Card title="Installation" href="/getting-started/installation">
118
We have a docker images for amd64 and arm64.
129
</Card>
1310
</Cards>

content/getting-started/installation.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ title: Installation
33
description: We have a docker images for amd64 and arm64.
44
---
55

6-
👉*You can find the docker image on [docker hub](https://hub.docker.com/r/shieldauth/shield).*
6+
<Callout>
7+
8+
You can find the docker image on [docker hub](https://hub.docker.com/r/shieldauth/shield)
9+
10+
</Callout>
711

812
## Prerequisites
913

@@ -42,5 +46,5 @@ To view them:
4246
docker exec shield-shield-1 cat /usr/local/bin/logs/default_cred.json
4347
```
4448

45-
*Note: If the above command doesn't work, use `docker ps` to find the correct
46-
container ID for the shield container.*
49+
_Note: If the above command doesn't work, use `docker ps` to find the correct
50+
container ID for the shield container._

tailwind.config.js

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
import { createPreset } from 'fumadocs-ui/tailwind-plugin';
1+
import { createPreset } from "fumadocs-ui/tailwind-plugin";
22

33
/** @type {import('tailwindcss').Config} */
44
export default {
55
content: [
6-
'./components/**/*.{ts,tsx}',
7-
'./app/**/*.{ts,tsx}',
8-
'./content/**/*.{md,mdx}',
9-
'./mdx-components.{ts,tsx}',
10-
'./node_modules/fumadocs-ui/dist/**/*.js',
6+
"./components/**/*.{ts,tsx}",
7+
"./app/**/*.{ts,tsx}",
8+
"./content/**/*.{md,mdx}",
9+
"./mdx-components.{ts,tsx}",
10+
"./node_modules/fumadocs-ui/dist/**/*.js",
11+
],
12+
presets: [
13+
createPreset({
14+
preset: "dusk",
15+
}),
1116
],
12-
presets: [createPreset()],
1317
};

0 commit comments

Comments
 (0)