Skip to content

Commit a8f14ca

Browse files
committed
Add page detailing support plans
Also fix search and add a menu link to Explorer
1 parent 414495a commit a8f14ca

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

config.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ github_project_repo = "https://github.com/tensil-ai/tensil"
130130
# github_branch= "main"
131131

132132
# Google Custom Search Engine ID. Remove or comment out to disable search.
133-
gcs_engine_id = "d72aa9b2712488cc3"
133+
gcs_engine_id = "3169f6510c03d3e38"
134134

135135
# Enable Algolia DocSearch
136136
# algolia_docsearch = true
@@ -212,3 +212,7 @@ enable = false
212212
url = "https://github.com/tensil-ai/tensil"
213213
pre = "<iframe src='https://ghbtns.com/github-btn.html?user=tensil-ai&repo=tensil&type=star&count=true&size=large' frameborder='0' scrolling='0' width='170' height='30' title='GitHub'></iframe>"
214214
weight = 1
215+
[[menu.main]]
216+
name = "Explorer"
217+
url = "https://explorer.tensil.ai"
218+
weight = 60

content/en/docs/_index.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
---
32
title: "Welcome to Tensil"
43
linkTitle: "Documentation"

content/en/plans/index.md

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: "Support Plans"
3+
linkTitle: "Plans"
4+
weight: 50
5+
menu:
6+
main:
7+
weight: 50
8+
type: docs
9+
---
10+
11+
<style>
12+
th {
13+
font-size: 1.5em;
14+
text-align: center;
15+
vertical-align: middle !important;
16+
}
17+
td {
18+
font-size: 1.1em;
19+
text-align: center;
20+
vertical-align: middle !important;
21+
}
22+
td:first-child {
23+
font-size: 1.1em;
24+
font-weight: bold;
25+
text-align: right;
26+
vertical-align: middle !important;
27+
max-width: 225px;
28+
}
29+
p {
30+
font-size: 1.1em;
31+
}
32+
</style>
33+
34+
| |Free|Paid|
35+
|-|-|-|
36+
|Email support at support@tensil.ai|||
37+
|Chat support on <a href="https://discord.gg/TSw34H3PXr">Discord</a>|||
38+
|Private support channel|||
39+
|On-site support|||
40+
|Custom feature development|||
41+
|Response time| 24 hours | 1 hour |
42+
|Availability| M-F 9-5 PDT | 24/7 |
43+
|Price|Always free|Customized|
44+
45+
46+
Contact Tom (tom@tensil.ai) to learn more about Paid support.

0 commit comments

Comments
 (0)