File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ sections:
83
83
section :
84
84
- path : /connections/sources/catalog/libraries/website/javascript
85
85
title : Analytics.js (Javascript) Source
86
- - path : /docs/ connections/sources/catalog/libraries/website/javascript/analytics-js-2
86
+ - path : /connections/sources/catalog/libraries/website/javascript/analytics-js-2
87
87
title : Analytics.js 2.0 (Beta)
88
88
- path : /connections/sources/catalog/libraries/website/javascript/supported-browsers
89
89
title : Analytics.js supported browsers
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Analytics.js 2.0
3
+ description : |
4
+ Analytics.js is Segment’s most popular library source. This new major version has been re-engineered to be more performant and provide greater extensibility. It is fully backwards compatible with the previous version of Analytics.js.
5
+ release_type : beta
6
+ product_area : sources
7
+ business : false
8
+ team : false
9
+ doc_links :
10
+ -
11
+ title : Analytics.js 2.0 (Beta)
12
+ url : " /docs/connections/sources/catalog/libraries/website/javascript/analytics-js-2/"
13
+ # images:
14
+ # -
15
+ # path: /images/release-notes/ui-update-1.png
16
+ # desc: The navigation was redesigned to better reflect how users navigate through the product.
17
+ # -
18
+ # path: /images/release-notes/ui-update-2.gif
19
+ # desc: A new workspace switcher provides an easier way to navigate between workspaces.
20
+ ---
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Stay up-to-date with the latest features and releases from Segment.
32
32
{% endif %}
33
33
</div>
34
34
<div class="release-note__body">
35
- <h2>{{ post.title }}</h2>
35
+ <h2 id="{{post.title | slugify}}" >{{ post.title }}</h2>
36
36
<date class="release-note__date">{{ post.date | date: "%B %d, %Y" }}</date>
37
37
<main class="markdown">{{ post.description | markdownify }}</main>
38
38
<div class="release-note__links">
You can’t perform that action at this time.
0 commit comments