Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

product-landing.html 7.4 KB

You have to be logged in to leave a comment. Sign In
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
  1. <!doctype html>
  2. <html lang="{{currentLanguage}}" data-color-mode="$COLORMODE$" data-dark-theme="$DARKTHEME$" data-light-theme="$LIGHTTHEME$">
  3. {% include head %}
  4. <body class="d-lg-flex">
  5. {% include sidebar %}
  6. <main class="width-full">
  7. {% include header %}
  8. {% include deprecation-banner %}
  9. <div class="container-xl px-3 px-md-6 pt-3 pb-2 product-landing">
  10. <header class="d-lg-flex gutter-lg mb-6">
  11. <div class="{% if page.product_video and page.product_video != '' %}col-12 col-lg-6 mb-3 mb-lg-0{% endif %}">
  12. <span class="text-mono color-text-secondary">Product</span>
  13. <h1 class="mb-3 font-mktg">
  14. {{ page.shortTitle }}
  15. {% if page.beta_product %}
  16. <span class="Label Label--success v-align-middle">Beta</span>
  17. {% endif %}
  18. </h1>
  19. <div class="lead-mktg color-text-secondary">{{ page.intro }}</div>
  20. {% for introLinkType in page.introLinks %}
  21. {% if introLinkType[1] != '' %}
  22. {% unless introLinkType[0] contains 'raw' %}
  23. <a href="/{{ currentLanguage }}{% if currentVersion != 'free-pro-team@latest' %}/{{ currentVersion }}{% endif %}{{ page.introLinks[introLinkType[0]] }}" class="btn-mktg {% unless forloop.first %}btn-outline-mktg {% endunless %}btn-large f4 mt-3 mr-3">
  24. {% data ui.product_landing[introLinkType[0]] %}
  25. </a>
  26. {% endunless %}
  27. {% endif %}
  28. {% endfor %}
  29. </div>
  30. {% if page.product_video and page.product_video != '' %}
  31. <div class="col-12 col-lg-6">
  32. <div class="position-relative" style="padding-bottom:56.25%;">
  33. {% unless AIRGAP %}
  34. <iframe
  35. title="{{ page.shortTitle }} Video"
  36. class="top-0 left-0 position-absolute color-shadow-large rounded-1 width-full height-full"
  37. src="{{ page.product_video }}"
  38. frameborder="0"
  39. allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen
  40. ></iframe>
  41. {% endunless %}
  42. </div>
  43. </div>
  44. {% endif %}
  45. </header>
  46. <!-- Article links -->
  47. <div class="d-lg-flex gutter my-6 py-6">
  48. <div class="col-12 col-lg-{% if whatsNewChangelog %}4{% else %}6{% endif %} mb-4 mb-lg-0">
  49. <div class="featured-links-heading mb-4 d-flex flex-items-baseline">
  50. <h3 class="f4 text-normal text-mono text-uppercase color-text-secondary" id="guides"><a href="#guides">{% data ui.toc.guides %}</a></h3>
  51. {% unless currentCategory %}
  52. {% if page.children contains "/guides" %}
  53. <a href="{{ currentPath }}/guides" class="ml-4">View all {% octicon "arrow-right" height="14" class="v-align-middle" %}</a>
  54. {% endif %}
  55. {% endunless %}
  56. </div>
  57. <ul class="list-style-none">
  58. {% for link in featuredLinks.guides %}
  59. <li class="border-top">
  60. <a class="link-with-intro Bump-link--hover no-underline d-block py-3" href="{{ link.href }}">
  61. <h4 class="link-with-intro-title mb-1">{{ link.title }}<span class="Bump-link-symbol">→</span></h4>
  62. <p class="link-with-intro-intro color-text-secondary mb-0">{{ link.intro | truncatewords: 12 }}</p>
  63. </a>
  64. </li>
  65. {% endfor %}
  66. </ul>
  67. </div>
  68. {% if featuredLinks.popular %}
  69. <div class="col-12 col-lg-{% if whatsNewChangelog %}4{% else %}6{% endif %} mb-4 mb-lg-0">
  70. <div class="featured-links-heading mb-4 d-flex flex-items-baseline">
  71. <h3 class="f4 text-normal text-mono text-uppercase color-text-secondary" id="popular"><a href="#popular">{% if page.featuredLinks.popularHeading %}{{ page.featuredLinks.popularHeading }}{% else %}{% data ui.toc.popular %}{% endif %}</a></h3>
  72. </div>
  73. <ul class="list-style-none">
  74. {% for link in featuredLinks.popular %}
  75. <li class="border-top">
  76. <a class="link-with-intro Bump-link--hover no-underline d-block py-3" href="{{ link.href }}">
  77. <h2 class="link-with-intro-title f5">{{ link.title }}<span class="Bump-link-symbol">→</span></h2>
  78. </a>
  79. </li>
  80. {% endfor %}
  81. </ul>
  82. </div>
  83. {% endif %}
  84. {% if whatsNewChangelog %}
  85. <div class="col-12 col-lg-4 mb-4 mb-lg-0">
  86. <div class="featured-links-heading mb-4 d-flex flex-items-baseline">
  87. <h3 class="f4 text-normal text-mono text-uppercase color-text-secondary" id="whats-new"><a href="#whats-new">{% data ui.toc.whats_new %}</a></h3>
  88. <a href="{{ changelogUrl }}" class="ml-4">View all {% octicon "arrow-right" height="14" class="v-align-middle" %}</a>
  89. </div>
  90. <ul class="list-style-none">
  91. {% for link in whatsNewChangelog %}
  92. <li class="border-top">
  93. <a href="{{ link.href }}" class="d-block color-text-primary Bump-link--hover py-3 no-underline capitalize">
  94. <h4>{{ link.title }} <span class="Bump-link-symbol">→</span></h4>
  95. <time
  96. class="tooltipped tooltipped-n color-text-tertiary text-mono mt-1"
  97. aria-label="{{ link.date | date: '%B %d, %Y' }}"
  98. >{{ link.date | date: "%B %d" }}</time>
  99. </a>
  100. </li>
  101. {% endfor %}
  102. </ul>
  103. </div>
  104. {% endif %}
  105. </div>
  106. {% if productCodeExamples %}
  107. {% include code-examples %}
  108. {% endif %}
  109. {% if productCommunityExamples %}
  110. {% include community-examples %}
  111. {% endif %}
  112. {% if productUserExamples %}
  113. {% include sponsor-examples %}
  114. {% endif %}
  115. {{ renderedPage }}
  116. </div>
  117. {% if currentVersion contains 'enterprise-server' and currentProduct == 'admin' %}
  118. {% include product-releases %}
  119. {% endif %}
  120. {% if featuredLinks.guideCards %}
  121. <div class="color-bg-tertiary py-6">
  122. <div class="container-xl px-3 px-md-6 my-6">
  123. <h2 class="font-mktg h1 mb-2" id="guides-2"><a href="#guides-2">Guides</a></h2>
  124. <div class="d-lg-flex gutter-lg flex-items-stretch">
  125. {% assign guideCards = featuredLinks.guideCards %}
  126. {% render guide-card for guideCards as guide %}
  127. </div>
  128. {% unless currentCategory %}
  129. {% if page.children contains "/guides" %}
  130. <a href="{{ currentPath }}/guides" class="btn btn-outline float-right">Explore guides {% octicon "arrow-right" %}</a>
  131. {% endif %}
  132. {% endunless %}
  133. </div>
  134. </div>
  135. {% endif %}
  136. <div class="container-xl px-3 px-md-6 mt-6">
  137. {% if page.documentType == "category" %}
  138. {% include category-articles-list %}
  139. {% endif %}
  140. {% if page.documentType == "product" %}
  141. {% include product-articles-list %}
  142. {% endif %}
  143. </div>
  144. {% include support-section %}
  145. {% include small-footer %}
  146. {% include scroll-button %}
  147. </main>
  148. </body>
  149. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...