-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
176 lines (172 loc) · 5.1 KB
/
Copy pathindex.html
File metadata and controls
176 lines (172 loc) · 5.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mintlify</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="navbar">
<div class="wordmark">
<img src="mintlify-wordmark.svg" alt="Logo" />
</div>
<div class="center-links">
<a href="#">Resources</a>
<a href="#">Documentation</a>
<a href="#">Blog</a>
<a href="#">Pricing</a>
</div>
<div class="navbuttons">
<button id="gsx1">Contact Sales</button>
<button id="gsx2">Start for free</button>
</div>
</header>
<container class="slab">
<button id="gsx3">NEW</button>
<p id="sud">Self-updating docs with agent suggestions.</p>
</container>
<container class="slab2">
<h2
style="
font-size: 50px;
color: white;
font-family:
"Trebuchet MS", "Lucida Sans Unicode",
"Lucida Grande", "Lucida Sans", Arial,
sans-serif;
"
>
The Intelligent<br />Knowledge platform
</h2>
<p
style="
font-size: 20px;
color: white;
font-family:
"Trebuchet MS", "Lucida Sans Unicode",
"Lucida Grande", "Lucida Sans", Arial,
sans-serif;
margin-top: -10px;
"
>
Helping teams create and maintain world-class<br />documentation built
for both humans and AI
</p>
</container>
<div class="email-container">
<input type="email" placeholder="Email us" />
<button class="send-btn">Send Mail</button>
</div>
<div class="heroimg">
<img src="hero-image-light.svg" alt="" />
</div>
<div class="companies">
<img src="companies.png" alt="" />
</div>
<div class="slab3">
<h3>Built for the intelligence age</h3>
<p>
Integrate AI into every part of your docs lifecycle. Woven into how your
<br />
knowledge is written, maintained, and understood by both users and LLMs.
</p>
</div>
<div class="slab4">
<div class="slab41">
<p id="slab412">LLMS.TXT & MCP</p>
<h4>Built for both people and AI</h4>
<p>
Ensure your product shows up in the AI <br />
workflows users already rely on. We support <br />
llms.txt, MCP, and whatever comes next.
</p>
</div>
<div class="slab42">
<p id="slab412">Agent</p>
<h4>Self-updating knowledge management</h4>
<p>
Draft, edit, and maintain content with a <br />
context-aware agent. Move faster and more <br />
consistently without the documentation debt.
</p>
</div>
</div>
<div class="loader1">
<img src="loader1.png" alt="" />
</div>
<div class="slab5">
<p id="slab51">ASSISTANT</p>
<h4>Intelligent assistance for your users</h4>
<p>
Turn every documentation visit into a guided conversation. Your <br />
AI assistant understands context and delivers what users need.
</p>
</div>
<div class="slab6">
<div class="doublecon">
<p id="slab61">ENTERPRISE-REINVENTION</p>
<h3 style="margin: -5px">
Bring intelligence to <br />
enterprise knowledge
</h3>
<p id="slab62">
Modernize without the rebuild with enterprise-grade professional
service & security.
</p>
</div>
<div class="newbut">
<button>Explore for enterprise</button>
</div>
</div>
<div class="darkimg">
<img src="anthropic.svg" alt="Anth SVG" />
<h4 id="qw1">
See how Anthropic accelerates <br />
AI development with Mintlify
</h4>
</div>
<div class="slab7">
<h3>
Make Documentation <br />
your winning advantage
</h3>
<p>
Join the leaders of tomorrow to future proof your documentation today.
</p>
</div>
<div class="slab8">
<button class="s81">Get started for free</button>
<button class="s82">Get a demo</button>
</div>
<footer class="footer">
<div class="footer-column">
<h3>Product</h3>
<a href="#">Features</a>
<a href="#">Integrations</a>
<a href="#">Pricing</a>
<a href="#">Changelog</a>
<a href="#">Documentation</a>
</div>
<div class="footer-column">
<h3>Company</h3>
<a href="#">About Us</a>
<a href="#">Careers</a>
<a href="#">Blog</a>
<a href="#">Press Kit</a>
<a href="#">Contact</a>
</div>
<div class="footer-column">
<h3>Resources</h3>
<a href="#">Community</a>
<a href="#">Support</a>
<a href="#">Templates</a>
<a href="#">API Reference</a>
<a href="#">Privacy Policy</a>
</div>
</footer>
<div class="foot">
<h4>© 2026 Mintlify, Inc.</h4>
</div>
</body>
</html>