-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (41 loc) · 2.61 KB
/
index.html
File metadata and controls
48 lines (41 loc) · 2.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./docs/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!-- Primary Meta Tags -->
<meta name="description" content="Docucod generates and maintains up-to-date documentation from your codebase so your team can move fast, onboard quickly, and stay focused on building." />
<meta name="keywords" content="documentation, code documentation, auto documentation, developer tools, technical documentation, codebase documentation, llm, ai, anthropic, openai, chatgpt, claude, clidey" />
<meta name="author" content="Clidey" />
<meta name="language" content="English" />
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Docucod: Generate and Maintain Documentation With No Work" />
<meta property="og:description" content="Docucod auto-generates and maintains up-to-date documentation from your codebase so your team can move fast, onboard quickly, and stay focused on building." />
<meta property="og:image" content="./docs/favicon.svg" />
<meta property="og:url" content="https://docucod.com/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Docucod" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Docucod: Generate and Maintain Documentation With No Work" />
<meta name="twitter:description" content="Docucod auto-generates and maintains up-to-date documentation from your codebase so your team can move fast, onboard quickly, and stay focused on building." />
<meta name="twitter:image" content="./docs/favicon.svg" />
<meta name="twitter:site" content="" />
<meta name="twitter:creator" content="" />
<link rel="canonical" href="" />
<link rel="apple-touch-icon" href="./docs/favicon.svg" />
<link rel="manifest" href="/manifest.json" />
<title>Docucod - Instantly Generate and Maintain Your Documentation</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Inter&display=swap" rel="stylesheet">
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>