File tree 15 files changed +24
-23
lines changed
15 files changed +24
-23
lines changed Original file line number Diff line number Diff line change
1
+ .github
1
2
* .md
2
3
* .mdx
Original file line number Diff line number Diff line change 1
- @import " tailwindcss" ;
1
+ @import ' tailwindcss' ;
2
2
3
3
.ac-splitter {
4
4
margin-top : 2rem ;
5
5
margin-bottom : 2rem ;
6
6
border-top-width : 2px ;
7
- }
7
+ }
Original file line number Diff line number Diff line change 1
- import nextra from 'nextra'
1
+ import nextra from 'nextra' ;
2
2
3
3
const withNextra = nextra ( {
4
4
theme : 'nextra-theme-docs' ,
Original file line number Diff line number Diff line change 1
- import type { AppProps } from 'next/app'
1
+ import type { AppProps } from 'next/app' ;
2
2
import '../index.css' ;
3
3
4
4
export default function MyApp ( { Component, pageProps } : AppProps ) {
5
- return < Component { ...pageProps } />
6
- }
5
+ return < Component { ...pageProps } /> ;
6
+ }
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ export default {
3
3
radio : 'AC Radio' ,
4
4
scoreboard : {
5
5
title : (
6
- < div className = "flex justify-between w-full gap-2" >
6
+ < div className = "flex w-full justify-between gap-2" >
7
7
< span > AC Scoreboard</ span >
8
- < span className = "bg-green-600 text-white px-1 py-0.5 rounded font-semibold text-xs self-center " > NEW</ span >
8
+ < span className = "self-center rounded bg-green-600 px-1 py-0.5 text-xs font-semibold text-white " > NEW</ span >
9
9
</ div >
10
10
) ,
11
11
} ,
@@ -15,12 +15,12 @@ export default {
15
15
title : 'Tebex' ,
16
16
href : 'https://store.acscripts.dev/' ,
17
17
type : 'page' ,
18
- newWindow : true
18
+ newWindow : true ,
19
19
} ,
20
20
link_kofi : {
21
21
title : 'Support us' ,
22
22
href : 'https://ko-fi.com/antond' ,
23
23
type : 'page' ,
24
- newWindow : true
25
- }
26
- }
24
+ newWindow : true ,
25
+ } ,
26
+ } ;
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ export default {
5
5
'exports-and-events' : 'Exports and events' ,
6
6
config : 'Configuration' ,
7
7
issues : 'Common issues' ,
8
- }
8
+ } ;
Original file line number Diff line number Diff line change 1
1
export default {
2
2
client : 'Client' ,
3
3
server : 'Server' ,
4
- }
4
+ } ;
Original file line number Diff line number Diff line change 1
1
export default {
2
- ' ox_inventory' : 'ox_inventory' ,
2
+ ox_inventory : 'ox_inventory' ,
3
3
'qb-inventory' : 'qb-inventory' ,
4
- }
4
+ } ;
Original file line number Diff line number Diff line change 1
1
export default {
2
2
fields : 'Available fields' ,
3
3
structure : 'Example structure' ,
4
- }
4
+ } ;
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ export default {
3
3
install : 'Installation' ,
4
4
config : 'Configuration' ,
5
5
issues : 'Common issues' ,
6
- }
6
+ } ;
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ export default {
3
3
install : 'Installation' ,
4
4
config : 'Configuration' ,
5
5
issues : 'Common issues' ,
6
- }
6
+ } ;
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ export default {
3
3
config : 'Configuration' ,
4
4
guides : 'Guides' ,
5
5
issues : 'Common issues' ,
6
- }
6
+ } ;
Original file line number Diff line number Diff line change 1
1
export default {
2
2
'status-indicators' : 'Status indicators' ,
3
3
'ace-sections' : 'ACE permissions' ,
4
- }
4
+ } ;
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ export default {
2
2
plugins : {
3
3
'@tailwindcss/postcss' : { } ,
4
4
} ,
5
- } ;
5
+ } ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const config: DocsThemeConfig = {
14
14
< link rel = "shortcut icon" href = "/logo.svg" type = "image/x-icon" />
15
15
< script defer src = "https://analytics.dejv.it/script.js" data-website-id = "388963db-aa71-419c-866d-71c6c5fa6d97" > </ script >
16
16
</ >
17
- )
17
+ ) ;
18
18
} ,
19
19
20
20
logo : (
You can’t perform that action at this time.
0 commit comments