File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -3,7 +3,11 @@ title: Installation
33description : 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:
4246docker 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._
Original file line number Diff line number Diff line change 1- import { createPreset } from ' fumadocs-ui/tailwind-plugin' ;
1+ import { createPreset } from " fumadocs-ui/tailwind-plugin" ;
22
33/** @type {import('tailwindcss').Config } */
44export 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} ;
You can’t perform that action at this time.
0 commit comments