Skip to content

Commit

Permalink
docs: add go sdk changelog page
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Yuichi Okimoto <[email protected]>
  • Loading branch information
cre8ivejp committed Feb 28, 2024
1 parent 27be53e commit 48f0bfa
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
10 changes: 7 additions & 3 deletions docs/changelog/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ Server-side SDKs are designed for multi-user systems and intended for use in tru

<div className="row" style={{maxWidth: '500px'}}>

<div className="col--3 text--center">
<a href="/changelog/server-side/go" className="brand-link">
<i className="golang-icon brand-icon"></i>
<span>Go</span>
</a>
</div>

<div className="col--3 text--center">
<a href="/changelog/server-side/node-js" className="brand-link">
<i className="nodejs-icon brand-icon"></i>
Expand All @@ -79,6 +86,3 @@ Server-side SDKs are designed for multi-user systems and intended for use in tru
</div>

</div>



2 changes: 1 addition & 1 deletion hack/update-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "CHANGELOG_URL = $CHANGELOG_URL"
echo "PWD = $PWD"

# Download the CHANGELOG.md
curl -o $CHANGELOG_TEMP_FILE $CHANGELOG_URL
curl -f -o $CHANGELOG_TEMP_FILE $CHANGELOG_URL

# Remove the first line (The H1 # CHANGELOG)
sed -i'' -e '1d' $CHANGELOG_TEMP_FILE
Expand Down
12 changes: 9 additions & 3 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const sidebars = {
label: 'Audit Logs',
className: 'sidebar-audit-logs',
},

{
type: 'html',
value: "<span class='sidebar-title'>Experimentation</span>",
Expand Down Expand Up @@ -206,13 +206,13 @@ const sidebars = {
type: 'doc',
id: 'integration/index',
},
className: 'sidebar-overview',
className: 'sidebar-overview',
items: [
'integration/pushes',
'integration/notifications',
],
},


{
type: 'html',
Expand Down Expand Up @@ -314,6 +314,12 @@ const sidebars = {
value: "<span class='sidebar-title'>Server</span>",
defaultStyle: true,
},
{
type: 'doc',
id: 'changelog/server-side/go',
label: 'Go',
className: 'sidebar-go',
},
{
type: 'doc',
id: 'changelog/server-side/node-js',
Expand Down
9 changes: 9 additions & 0 deletions src/css/custom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 48f0bfa

Please sign in to comment.