Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 725ff21

Browse files
committed
chore(docs): add changelog
1 parent 2893dde commit 725ff21

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

docs/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img width="16" src="./static/img/logo.svg" /> Technology stack as a library for developing decentralized web applications
44

5-
[![npm-badge]][npm] [![issues-badge]][issues] [![license-badge]][license]
5+
[![npm-badge]][npm] [![Changelog][changelog-badge]][changelog] [![issues-badge]][issues] [![license-badge]][license]
66
[![FOSSA Status][fossa-badge]][fossa] [![CI][ci-badge]][ci] [![Discord][discord-badge]][discord]
77

88
Checkout [Peerchat](https://dstack.dev/blog/peerchat) demo
@@ -65,6 +65,9 @@ yarn build
6565
[fossa]: https://app.fossa.com/projects/git%2Bgithub.com%2Fdstack-js%2Fdstack
6666
[discord-badge]: https://discordapp.com/api/guilds/890305580139446322/widget.png?style=shield
6767
[discord]: https://discord.link/dstack
68+
[changelog-badge]: https://img.shields.io/badge/DStack-changelog-blue
69+
[changelog]: https://dstack.dev/changelog
6870

6971
## License
72+
7073
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fdstack-js%2Fdstack.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fdstack-js%2Fdstack?ref=badge_large)

docs/docusaurus.config.js

+9
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ module.exports = {
8585
label: 'Documentation',
8686
},
8787
{ to: '/blog', label: 'Blog', position: 'left' },
88+
{
89+
href: '/changelog',
90+
label: 'Changelog',
91+
position: 'right',
92+
},
8893
{
8994
href: 'https://github.com/dstack-js/dstack',
9095
label: 'GitHub',
@@ -128,6 +133,10 @@ module.exports = {
128133
label: 'Blog',
129134
to: '/blog',
130135
},
136+
{
137+
label: 'Changelog',
138+
to: '/changelog',
139+
},
131140
{
132141
label: 'GitHub',
133142
href: 'https://github.com/dstack-js/dstack',

docs/src/pages/changelog.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Changelog
3+
description: Changelog for DStack packages
4+
---
5+
import Changelog from "../../../CHANGELOG.md"
6+
7+
<Changelog />

0 commit comments

Comments
 (0)