feat: Add a documentation layout design for public help center portal (#14403)
https://github.com/user-attachments/assets/fc4d15f9-2b54-4627-940f-94772ec739b1 --------- Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
@@ -22,7 +22,7 @@ const defaultSansFonts = [
|
||||
const tailwindConfig = {
|
||||
darkMode: 'class',
|
||||
content: [
|
||||
'./enterprise/app/views/**/*.html.erb',
|
||||
'./enterprise/app/views/**/*.erb',
|
||||
'./app/javascript/widget/**/*.vue',
|
||||
'./app/javascript/v3/**/*.vue',
|
||||
'./app/javascript/dashboard/**/*.vue',
|
||||
@@ -34,7 +34,7 @@ const tailwindConfig = {
|
||||
'./app/javascript/dashboard/composables/**/*.js',
|
||||
'./app/javascript/dashboard/components-next/**/*.js',
|
||||
'./app/javascript/dashboard/routes/dashboard/**/**/*.js',
|
||||
'./app/views/**/*.html.erb',
|
||||
'./app/views/**/*.erb',
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
@@ -48,6 +48,7 @@ const tailwindConfig = {
|
||||
440: '440',
|
||||
460: '460',
|
||||
520: '520',
|
||||
620: '620',
|
||||
},
|
||||
typography: {
|
||||
bubble: {
|
||||
|
||||
Reference in New Issue
Block a user