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

Commit bd46e15

Browse files
committed
chore(docs): temproary remove changelog
1 parent b7f3462 commit bd46e15

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/docusaurus.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ module.exports = {
4343
algolia: {
4444
appId: 'N3GRA9WRYT',
4545
apiKey: 'bb094d16c9b7d8137519d3495c0348cf',
46-
indexName: 'dstack'
46+
indexName: 'dstack',
4747
},
4848
announcementBar: {
4949
id: 'announcement',
@@ -141,10 +141,6 @@ module.exports = {
141141
label: 'Blog',
142142
to: '/blog',
143143
},
144-
{
145-
label: 'Changelog',
146-
to: '/changelog',
147-
},
148144
{
149145
label: 'GitHub',
150146
href: 'https://github.com/dstack-js/dstack',

docs/src/pages/changelog.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Changelog
33
description: Changelog for DStack packages
44
---
5+
```
56
import Changelog from "../../../CHANGELOG.md"
67
78
<Changelog />
9+
```

0 commit comments

Comments
 (0)