Skip to content

Commit 7b19e49

Browse files
committed
update docs
1 parent e6a9103 commit 7b19e49

File tree

152 files changed

+25437
-723
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+25437
-723
lines changed

‎buildDocs.sh‎

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,23 @@
11
#!/bin/bash
22

3-
docs_dir="./docs"
4-
docs_temp_dir="./documentation"
5-
swap_dir="./temp_swap_dir"
6-
73
# Function to build and replace 'docs'
84
build_and_replace_docs() {
95
# Create the documenation using chatGPT
106
# node mkdocs.js
117
mkdocs build
12-
rm -r "$docs_dir"
13-
mv "site" "$docs_dir"
8+
# Backup current 'docs' and move built site to 'docs'
9+
mv "./docs" "./docs_backup"
10+
mv "./site" "./docs"
1411
}
1512

1613
# Check if '/docs' directory exists and has '.md' files
1714
if [ -d "$docs_dir" ] && [ "$(find "$docs_dir" -name '*.md' | wc -l)" -gt 0 ]; then
18-
# Swap 'docs' and 'docs_temp' directories
19-
mv "$docs_dir" "$swap_dir"
20-
mv "$docs_temp_dir" "$docs_dir"
21-
mv "$swap_dir" "$docs_temp_dir"
22-
echo "Swapped '$docs_dir' and '$docs_temp_dir' directories."
15+
# Swap 'docs' and 'documentation' directories
16+
mv "./docs" "./temp_swap_dir"
17+
mv "./documentation" "./docs"
18+
mv "./temp_swap_dir" "./documentation"
19+
echo "Swapped "./docs" and "./documentation" directories."
2320
fi
2421

2522
# Build and replace 'docs' regardless of whether a swap happened or not
26-
build_and_replace_docs
23+
build_and_replace_docs

‎docs/404.html‎

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="/products/langdrive/img/favicon.ico" />
8+
<title>Langdrive</title>
9+
<link rel="stylesheet" href="/products/langdrive/css/theme.css" />
10+
<link rel="stylesheet" href="/products/langdrive/css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
13+
<!--[if lt IE 9]>
14+
<script src="/products/langdrive/js/html5shiv.min.js"></script>
15+
<![endif]-->
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
17+
<script>hljs.highlightAll();</script>
18+
</head>
19+
20+
<body class="wy-body-for-nav" role="document">
21+
22+
<div class="wy-grid-for-nav">
23+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
24+
<div class="wy-side-scroll">
25+
<div class="wy-side-nav-search">
26+
<a href="/products/langdrive/." class="icon icon-home"> Langdrive
27+
</a><div role="search">
28+
<form id ="rtd-search-form" class="wy-form" action="/products/langdrive//search.html" method="get">
29+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
30+
</form>
31+
</div>
32+
</div>
33+
34+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
35+
<ul>
36+
<li class="toctree-l1"><a class="" href="/products/langdrive/gettingStarted.md">Getting Started</a>
37+
</li>
38+
</ul>
39+
<ul>
40+
<li class="toctree-l1"><a class="" href="/products/langdrive/index.md">About LangDrive</a>
41+
</li>
42+
</ul>
43+
<ul>
44+
<li class="toctree-l1"><a class="" href="/products/langdrive/yaml.md">Yaml</a>
45+
</li>
46+
</ul>
47+
<ul>
48+
<li class="toctree-l1"><a class="" href="/products/langdrive/cli.md">CLI</a>
49+
</li>
50+
</ul>
51+
<ul>
52+
<li class="toctree-l1"><a class="" href="/products/langdrive/demo.md">Demo</a>
53+
</li>
54+
</ul>
55+
<ul>
56+
<li class="toctree-l1"><a class="" href="/products/langdrive/contributors.md">Contributors</a>
57+
</li>
58+
</ul>
59+
<p class="caption"><span class="caption-text">Security</span></p>
60+
<ul>
61+
<li class="toctree-l1"><a class="" href="/products/langdrive/security/authentication.md">None</a>
62+
</li>
63+
<li class="toctree-l1"><a class="" href="/products/langdrive/security/verification.md">None</a>
64+
</li>
65+
</ul>
66+
<p class="caption"><span class="caption-text">Data Connectors</span></p>
67+
<ul>
68+
<li class="toctree-l1"><a class="" href="/products/langdrive/api/dataOverview.md">Overview</a>
69+
</li>
70+
<li class="toctree-l1"><a class="" href="/products/langdrive/api/gdrive.md">DriveUtils</a>
71+
</li>
72+
<li class="toctree-l1"><a class="" href="/products/langdrive/api/email.md">Email</a>
73+
</li>
74+
<li class="toctree-l1"><a class="" href="/products/langdrive/api/firestore.md">Firestore</a>
75+
</li>
76+
</ul>
77+
<p class="caption"><span class="caption-text">LLM Services</span></p>
78+
<ul>
79+
<li class="toctree-l1"><a class="" href="/products/langdrive/api/llmOverview.md">Overview</a>
80+
</li>
81+
<li class="toctree-l1"><a class="" href="/products/langdrive/api/huggingFace.md">HuggingFace</a>
82+
</li>
83+
<li class="toctree-l1"><a class="" href="/products/langdrive/api/train.md">Train</a>
84+
</li>
85+
<li class="toctree-l1"><a class="" href="/products/langdrive/api/heroku.md">Heroku</a>
86+
</li>
87+
<li class="toctree-l1"><a class="" href="/products/langdrive/api/chatbot.md">Chatbot</a>
88+
</li>
89+
</ul>
90+
</div>
91+
</div>
92+
</nav>
93+
94+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
95+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
96+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
97+
<a href="/products/langdrive/.">Langdrive</a>
98+
99+
</nav>
100+
<div class="wy-nav-content">
101+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
102+
<ul class="wy-breadcrumbs">
103+
<li><a href="/products/langdrive/." class="icon icon-home" aria-label="Docs"></a></li>
104+
<li class="wy-breadcrumbs-aside">
105+
</li>
106+
</ul>
107+
<hr/>
108+
</div>
109+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
110+
<div class="section" itemprop="articleBody">
111+
112+
113+
<h1 id="404-page-not-found">404</h1>
114+
115+
<p><strong>Page not found</strong></p>
116+
117+
118+
</div>
119+
</div><footer>
120+
121+
<hr/>
122+
123+
<div role="contentinfo">
124+
<!-- Copyright etc -->
125+
</div>
126+
127+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
128+
</footer>
129+
130+
</div>
131+
</div>
132+
133+
</section>
134+
135+
</div>
136+
137+
<div class="rst-versions" role="note" aria-label="Versions">
138+
<span class="rst-current-version" data-toggle="rst-current-version">
139+
140+
141+
142+
</span>
143+
</div>
144+
<script src="/products/langdrive/js/jquery-3.6.0.min.js"></script>
145+
<script>var base_url = "/products/langdrive/";</script>
146+
<script src="/products/langdrive/js/theme_extra.js"></script>
147+
<script src="/products/langdrive/js/theme.js"></script>
148+
<script src="/products/langdrive/search/main.js"></script>
149+
<script>
150+
jQuery(function () {
151+
SphinxRtdTheme.Navigation.enable(true);
152+
});
153+
</script>
154+
155+
</body>
156+
</html>

0 commit comments

Comments
 (0)