Skip to content

Commit 6dc9f8e

Browse files
feat-changelog
1 parent 458e8eb commit 6dc9f8e

File tree

5 files changed

+14
-16
lines changed

5 files changed

+14
-16
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# V1.0.3 (Jun 1, 2024)
2+
3+
- Multividas.com
4+
- MultiChat.network
5+
6+
# V1.0.2 (May 23, 2024)
7+
8+
- Init Multividas API documentation
9+

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Vitepress
22
import { defineConfig } from 'vitepress'
33
// Partials
4-
import { nav, sideBarMultividasRest, sideBarMultividasGraphql, sidebarMultiChat, sidebarMultividasUi } from './nav'
4+
import { nav, sideBarMultividasRest, sideBarMultividasGraphql, sidebarMultividasUi } from './nav'
55

66
export default defineConfig({
77
lang: 'en-US',

docs/.vitepress/nav.ts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const nav = () => {
1717
text: 'Learn more',
1818
items: [
1919
{ text: 'Contributing', link: 'https://github.com/multividas' },
20+
{ text: 'Changelog', link: 'https://github.com/multividas/developers-multividas/blob/main/CHANGELOG.md' },
2021
]
2122
}
2223
]
@@ -25,12 +26,6 @@ export const nav = () => {
2526
/**
2627
* Developer Products
2728
*/
28-
export const sidebarDeveloperProducts = () => {
29-
return [
30-
31-
]
32-
};
33-
3429
export const sideBarMultividasRest = () => {
3530
return [
3631
{
@@ -121,12 +116,6 @@ export const sidebarMultiChat = () => {
121116
/**
122117
* Open Source
123118
*/
124-
export const sidebarOpenSource = () => {
125-
return [
126-
127-
]
128-
};
129-
130119
export const sidebarMultividasUi = () => {
131120
return [
132121
{

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "developers-multividas",
33
"type": "module",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"license": "MIT",
66
"description": "Welcome to Multividas Developers! Explore various features and functionalities through our API documentation.",
77
"keywords": [

0 commit comments

Comments
 (0)