Skip to content

Commit ea1b566

Browse files
committed
Remove cursor from non-links, improve LLM-friendly page layout
1 parent fc3c5e4 commit ea1b566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/_meta.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
llm_friendly_docs: {
3434
title: 'LLM-Friendly Docs',
3535
theme: {
36-
layout: 'raw'
36+
layout: 'full'
3737
}
3838
}
3939
}

styles/globals.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
}
159159

160160
.sdk_overview-card {
161-
cursor: pointer;
161+
/* cursor: pointer; */
162162
background-color: #40568f;
163163
border-radius: 20px;
164164
padding: 30px;

0 commit comments

Comments
 (0)