Skip to content

Commit 32b2ef0

Browse files
author
Your Name
committed
Update documentation
1 parent 04ffd2f commit 32b2ef0

13 files changed

Lines changed: 180 additions & 441 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cecli works best with Claude 3.5 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o. cecli can [connect to almost any LLM, including local models](https://cecli.chat/docs/llms.html).
1+
cecli can [connect to almost any LLM, including local models](https://cecli.chat/docs/llms.html).

cecli/website/_sass/global-overrides.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Grid layout for documentation pages on large screens
1818
display: grid !important;
1919
grid-template-columns: 300px 1fr; // Sidebar on left, main content on right
20-
grid-template-rows: auto 1fr; // Top nav bar, then main content
20+
grid-template-rows: 100vh; // Top nav bar, then main content
2121
grid-template-areas:
2222
"sidebar topnav"
2323
"sidebar main";

cecli/website/assets/home.css

Lines changed: 120 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,124 @@ nav {
289289
letter-spacing: -0.5px;
290290
}
291291

292+
/* ── Install Section ── */
293+
.install {
294+
padding: 60px 0 40px;
295+
text-align: center;
296+
}
297+
298+
.install .code-block {
299+
margin: 0 auto;
300+
position: relative;
301+
}
302+
303+
/* ── Install Grid (side-by-side cards) ── */
304+
.install-grid {
305+
display: grid;
306+
grid-template-columns: 1fr 1fr;
307+
gap: 24px;
308+
max-width: 800px;
309+
margin: 0 auto;
310+
}
311+
312+
.install-card {
313+
background: #1a1a1a;
314+
border-radius: 8px;
315+
padding: 20px;
316+
border-left: 3px solid var(--primary);
317+
}
318+
319+
.install-card-header {
320+
display: flex;
321+
align-items: center;
322+
gap: 8px;
323+
margin-bottom: 12px;
324+
font-size: 0.95rem;
325+
font-weight: 600;
326+
color: var(--dark);
327+
}
328+
329+
.install-card-header i {
330+
font-size: 1.3rem;
331+
color: var(--primary);
332+
}
333+
334+
.install-card .code-block {
335+
margin: 0;
336+
padding: 0.75rem 1rem;
337+
font-size: 0.85rem;
338+
}
339+
340+
.install-card .code-block pre {
341+
margin: 0;
342+
}
343+
344+
/* ── Copy Button (clickable <pre>) ── */
345+
.copy-btn {
346+
cursor: pointer !important;
347+
user-select: none;
348+
transition: background-color 0.3s, border-color 0.3s, transform 0.2s;
349+
border: 1px solid transparent;
350+
display: flex;
351+
align-items: center;
352+
gap: 8px;
353+
flex: 1;
354+
margin: 0;
355+
}
356+
357+
.copy-btn:hover {
358+
background-color: #2a2a2a !important;
359+
border-color: var(--primary);
360+
transform: translateY(-1px);
361+
}
362+
363+
.copy-btn:active {
364+
transform: translateY(0px);
365+
}
366+
367+
.copy-btn:focus-visible {
368+
outline: 2px solid var(--primary);
369+
outline-offset: 2px;
370+
}
371+
372+
.copy-btn code {
373+
flex: 1;
374+
}
375+
376+
.copy-btn i {
377+
font-size: 1.2rem;
378+
color: var(--gray);
379+
transition: color 0.3s;
380+
flex-shrink: 0;
381+
}
382+
383+
.copy-btn:hover i {
384+
color: white;
385+
}
386+
387+
/* ── Install Note ── */
388+
.install-note {
389+
margin-top: 1.5rem;
390+
color: var(--gray);
391+
font-size: 0.95rem;
392+
}
393+
394+
.install-note a {
395+
color: var(--primary);
396+
text-decoration: none;
397+
font-weight: 500;
398+
}
399+
400+
.install-note a:hover {
401+
text-decoration: underline;
402+
}
403+
404+
@media (max-width: 768px) {
405+
.install-grid {
406+
grid-template-columns: 1fr;
407+
}
408+
}
409+
292410
.feature-grid {
293411
display: grid;
294412
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
@@ -391,11 +509,11 @@ code, pre, .code-block {
391509
.code-block {
392510
background-color: var(--code-bg);
393511
border-radius: 8px;
394-
padding: 1.5rem;
512+
padding: 1rem;
395513
color: white;
396514
font-size: 1.1rem;
397515
line-height: 1.5;
398-
margin: 1.5rem 0;
516+
margin: 1rem 0;
399517
overflow-x: auto;
400518
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
401519
tab-size: 2;

cecli/website/docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
nav_order: 55
2+
nav_order: 40
33
has_children: true
44
description: Information on all of cecli's settings and how to use them.
55
---

cecli/website/docs/config/skills.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ parent: Configuration
33
nav_order: 35
44
description: Extend AI capabilities with custom instructions, reference materials, scripts, and assets through the skills system.
55
---
6+
67
# Skills System
78

89
Agent Mode includes a powerful skills system that allows you to extend the AI's capabilities with custom instructions, reference materials, scripts, and assets. Skills are organized collections of knowledge and tools that help the AI perform specific tasks more effectively.

0 commit comments

Comments
 (0)