Skip to content

Commit 1c6a9fe

Browse files
committed
DOC-136 release note, fix anchors
1 parent b77176e commit 1c6a9fe

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

src/_data/sidenav/strat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ sections:
8383
section:
8484
- path: /connections/sources/catalog/libraries/website/javascript
8585
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
8787
title: Analytics.js 2.0 (Beta)
8888
- path: /connections/sources/catalog/libraries/website/javascript/supported-browsers
8989
title: Analytics.js supported browsers
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
---

src/release-notes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Stay up-to-date with the latest features and releases from Segment.
3232
{% endif %}
3333
</div>
3434
<div class="release-note__body">
35-
<h2>{{ post.title }}</h2>
35+
<h2 id="{{post.title | slugify}}">{{ post.title }}</h2>
3636
<date class="release-note__date">{{ post.date | date: "%B %d, %Y" }}</date>
3737
<main class="markdown">{{ post.description | markdownify }}</main>
3838
<div class="release-note__links">

0 commit comments

Comments
 (0)