Skip to content

Commit 62e8a1c

Browse files
update docs theme
1 parent bbef173 commit 62e8a1c

File tree

2 files changed

+53
-11
lines changed

2 files changed

+53
-11
lines changed

docs/assets/invariant.css

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
src: url("./NeueMontreal-Medium.otf") format("opentype");
88
font-weight: 500;
99
}
10+
11+
1012
body {
11-
font-family: NeueMontreal, system-ui, -apple-system, "Helvetica Neue", sans-serif;
13+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
1214
margin: 0;
1315
padding: 0;
1416
position: relative;
@@ -20,7 +22,7 @@ body {
2022
}
2123

2224
h1 {
23-
font-family: NeueMontreal, system-ui, -apple-system, "Helvetica Neue", sans-serif;
25+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
2426
}
2527

2628
.md-header {
@@ -31,7 +33,7 @@ h1 {
3133

3234
.md-header__topic {
3335
color: var(--text-color);
34-
font-weight: 300 !important;
36+
font-weight: 500 !important;
3537
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
3638
}
3739

@@ -60,10 +62,9 @@ h1 {
6062
color: var(--text-color);
6163

6264
color: #0C0C13;
63-
font-family: "NeueMontreal";
65+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
6466
font-size: 38px;
6567
font-style: normal;
66-
font-weight: 400;
6768
line-height: 52px;
6869
letter-spacing: 0.55px;
6970
margin-bottom: 20pt;
@@ -123,6 +124,7 @@ div.subtitle {
123124
font-size: 18pt;
124125
opacity: 0.5;
125126
margin-bottom: 0pt;
127+
font-weight: 500;
126128
}
127129

128130
p>img:not(.inline-invariant) {
@@ -201,7 +203,7 @@ a.tile span:nth-child(2) {
201203

202204
strong {
203205
font-weight: 600 !important;
204-
font-family: NeueMontreal, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
206+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
205207
}
206208

207209
blockquote {
@@ -237,8 +239,13 @@ figure.wide {
237239
max-width: 500pt !important;
238240
}
239241

242+
h1 {
243+
font-weight: 600 !important;
244+
}
245+
240246
h2, h3, h4 {
241247
margin-top: 40pt !important;
248+
font-weight: 500 !important;
242249
}
243250

244251
h2 {
@@ -543,4 +550,39 @@ label.md-nav__title {
543550
.overview.small {
544551
margin-top: 30pt;
545552
margin-bottom: 30pt;
553+
}
554+
555+
.md-typeset .md-code__content {
556+
border-radius: 5pt;
557+
font-size: 12pt;
558+
}
559+
560+
code {
561+
border-radius: 5pt;
562+
border: 2pt solid #E5E5E5;
563+
}
564+
565+
.md-grid {
566+
max-width: 100%;
567+
margin-left: 0pt;
568+
}
569+
570+
.md-content {
571+
max-width: 40rem;
572+
margin: auto;
573+
}
574+
575+
.md-header {
576+
background-color: #f6f6f6;
577+
height: 41pt;
578+
}
579+
.md-header__topic {
580+
font-size: 16pt;
581+
font-family: NeueMontreal,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
582+
font-weight: 500;
583+
}
584+
.md-header img {
585+
width: 20pt !important;
586+
height: 20pt !important;
587+
margin-right: -3pt;
546588
}

docs/gateway/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ This enables you to _easily observe and debug_ your agent applications without a
1515

1616
## Features
1717

18-
- **Single Line Setup**: Just change the base URL of your LLM to the Invariant Gateway.
19-
- **Intercepts agents on an LLM-level** for better debugging and analysis.
20-
- **Tool Calling and Computer Use Support** to capture all forms of agentic interactions.
21-
- **Seamless forwarding and LLM streaming** to OpenAI, Anthropic, and others.
22-
- **Stores and organize runtime traces** in the [Invariant Explorer](https://explorer.invariantlabs.ai/).
18+
- **Single Line Setup**: Just change the base URL of your LLM to the Invariant Gateway.
19+
- **Intercepts agents on an LLM-level** for better debugging and analysis.
20+
- **Tool Calling and Computer Use Support** to capture all forms of agentic interactions.
21+
- **Seamless forwarding and LLM streaming** to OpenAI, Anthropic, and others.
22+
- **Stores and organize runtime traces** in the [Invariant Explorer](https://explorer.invariantlabs.ai/).
2323

2424
## Getting Started as a Security Admin
2525

0 commit comments

Comments
 (0)