@docubook/create 1.15.0 → 1.15.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/package.json +1 -1
  2. package/src/dist/app/layout.tsx +0 -1
  3. package/src/dist/app/page.tsx +1 -1
  4. package/src/dist/components/DocSearch.tsx +0 -1
  5. package/src/dist/contents/docs/api-reference/delete/index.mdx +63 -0
  6. package/src/dist/contents/docs/api-reference/fetch/index.mdx +63 -0
  7. package/src/dist/contents/docs/api-reference/get/index.mdx +63 -0
  8. package/src/dist/contents/docs/api-reference/post/index.mdx +63 -0
  9. package/src/dist/contents/docs/changelog/version-1/index.mdx +22 -654
  10. package/src/dist/contents/docs/changelog/version-2/index.mdx +49 -0
  11. package/src/dist/contents/docs/changelog/version-3/index.mdx +49 -0
  12. package/src/dist/contents/docs/getting-started/development/index.mdx +63 -0
  13. package/src/dist/contents/docs/getting-started/introduction/index.mdx +49 -36
  14. package/src/dist/contents/docs/getting-started/quick-start-guide/index.mdx +44 -126
  15. package/src/dist/docu.json +90 -104
  16. package/src/dist/package.json +1 -1
  17. package/src/dist/styles/algolia.css +97 -91
  18. package/src/dist/styles/globals.css +5 -3
  19. package/src/dist/contents/docs/components/accordion/index.mdx +0 -86
  20. package/src/dist/contents/docs/components/button/index.mdx +0 -40
  21. package/src/dist/contents/docs/components/card/index.mdx +0 -68
  22. package/src/dist/contents/docs/components/card-group/index.mdx +0 -47
  23. package/src/dist/contents/docs/components/code-block/index.mdx +0 -39
  24. package/src/dist/contents/docs/components/custom/index.mdx +0 -38
  25. package/src/dist/contents/docs/components/file-tree/index.mdx +0 -109
  26. package/src/dist/contents/docs/components/image/index.mdx +0 -37
  27. package/src/dist/contents/docs/components/index.mdx +0 -9
  28. package/src/dist/contents/docs/components/keyboard/index.mdx +0 -117
  29. package/src/dist/contents/docs/components/link/index.mdx +0 -34
  30. package/src/dist/contents/docs/components/note/index.mdx +0 -44
  31. package/src/dist/contents/docs/components/release-note/index.mdx +0 -130
  32. package/src/dist/contents/docs/components/stepper/index.mdx +0 -45
  33. package/src/dist/contents/docs/components/tabs/index.mdx +0 -70
  34. package/src/dist/contents/docs/components/tooltips/index.mdx +0 -22
  35. package/src/dist/contents/docs/components/youtube/index.mdx +0 -23
  36. package/src/dist/contents/docs/getting-started/customize/index.mdx +0 -92
  37. package/src/dist/contents/docs/getting-started/index.mdx +0 -9
  38. package/src/dist/contents/docs/getting-started/installation/index.mdx +0 -84
  39. package/src/dist/contents/docs/getting-started/project-structure/index.mdx +0 -87
  40. package/src/dist/contents/docs/getting-started/theme-colors/coffee/index.mdx +0 -165
  41. package/src/dist/contents/docs/getting-started/theme-colors/default/index.mdx +0 -160
  42. package/src/dist/contents/docs/getting-started/theme-colors/freshlime/index.mdx +0 -161
  43. package/src/dist/contents/docs/getting-started/theme-colors/index.mdx +0 -9
  44. package/src/dist/contents/docs/getting-started/theme-colors/llms/index.mdx +0 -77
@@ -0,0 +1,49 @@
1
+ ---
2
+ title : Version 2
3
+ description : changelog version
4
+ date : 10-12-2024
5
+ ---
6
+
7
+ ## Render as
8
+
9
+ <Release version="2.0.0" date="2025-08-10" title="Release version 2.0.0">
10
+ <Changes type="added">
11
+ - add components
12
+ </Changes>
13
+ <Changes type="fixed">
14
+ - fix globals.css
15
+ </Changes>
16
+ <Changes type="improved">
17
+ - improved search components
18
+ </Changes>
19
+ <Changes type="deprecated">
20
+ - deprecated footer components
21
+ </Changes>
22
+ <Changes type="removed">
23
+ - removed utility class
24
+ - removed unused hooks
25
+ </Changes>
26
+ </Release>
27
+
28
+ ## Output Markdown
29
+
30
+ ```
31
+ <Release version="2.0.0" date="2025-08-10" title="Release version 2.0.0">
32
+ <Changes type="added">
33
+ - add components
34
+ </Changes>
35
+ <Changes type="fixed">
36
+ - fix globals.css
37
+ </Changes>
38
+ <Changes type="improved">
39
+ - improved search components
40
+ </Changes>
41
+ <Changes type="deprecated">
42
+ - deprecated footer components
43
+ </Changes>
44
+ <Changes type="removed">
45
+ - removed utility class
46
+ - removed unused hooks
47
+ </Changes>
48
+ </Release>
49
+ ```
@@ -0,0 +1,49 @@
1
+ ---
2
+ title : Version 3
3
+ description : changelog version
4
+ date : 10-12-2024
5
+ ---
6
+
7
+ ## Render as
8
+
9
+ <Release version="3.0.0" date="2025-08-10" title="Release version 3.0.0">
10
+ <Changes type="added">
11
+ - add components
12
+ </Changes>
13
+ <Changes type="fixed">
14
+ - fix globals.css
15
+ </Changes>
16
+ <Changes type="improved">
17
+ - improved search components
18
+ </Changes>
19
+ <Changes type="deprecated">
20
+ - deprecated footer components
21
+ </Changes>
22
+ <Changes type="removed">
23
+ - removed utility class
24
+ - removed unused hooks
25
+ </Changes>
26
+ </Release>
27
+
28
+ ## Output Markdown
29
+
30
+ ```
31
+ <Release version="3.0.0" date="2025-08-10" title="Release version 3.0.0">
32
+ <Changes type="added">
33
+ - add components
34
+ </Changes>
35
+ <Changes type="fixed">
36
+ - fix globals.css
37
+ </Changes>
38
+ <Changes type="improved">
39
+ - improved search components
40
+ </Changes>
41
+ <Changes type="deprecated">
42
+ - deprecated footer components
43
+ </Changes>
44
+ <Changes type="removed">
45
+ - removed utility class
46
+ - removed unused hooks
47
+ </Changes>
48
+ </Release>
49
+ ```
@@ -0,0 +1,63 @@
1
+ ---
2
+ title : Development
3
+ description : for Development server and production
4
+ date : 10-12-2024
5
+ ---
6
+
7
+ ## Heading 2
8
+
9
+ this is regular text written in markdown format with `inline code`, **bold**, and *italic*
10
+
11
+ ### Heading 3
12
+
13
+ example of ordered list format :
14
+
15
+ - list one
16
+ - sub list
17
+ - list two
18
+ - list three
19
+
20
+ #### Heading 4
21
+
22
+ Below is an example of how to write a code block :
23
+
24
+ ````plaintext
25
+ ```javascript:main.js showLineNumbers {3-4}
26
+ function isRocketAboutToCrash() {
27
+ // Check if the rocket is stable
28
+ if (!isStable()) {
29
+ NoCrash(); // Prevent the crash
30
+ }
31
+ }
32
+ ```
33
+ ````
34
+
35
+ example note :
36
+ ```plaintext
37
+ <Note type="note" title="Note">
38
+ This is a general note to convey information to the user.
39
+ </Note>
40
+ ```
41
+
42
+ displaying an image in markdown format :
43
+
44
+ ```plaintext
45
+ ![Alt text for the image](https://via.placeholder.com/150)
46
+ ```
47
+
48
+ render as :
49
+ ![Alt text for the image](https://via.placeholder.com/150)
50
+
51
+ For a complete guide on using markdown content in DocuBook, please refer to the [Components](https://docubook.pro/docs/components) page.
52
+
53
+ <Note type="warning" title="Warning">
54
+ every page that is indexed in a folder will have an `index.mdx` file with metadata :
55
+ ```plaintext
56
+ ---
57
+ title : Introduction
58
+ description : overview or synopsis of a project
59
+ date : 10-12-2024
60
+ image : example-img.png
61
+ ---
62
+ ```
63
+ </Note>
@@ -1,50 +1,63 @@
1
1
  ---
2
- title: Introduction
3
- description: This section provides an overview of DocuBook.
4
- date: 29-11-2024
5
- image: example-img.png
2
+ title : Introduction
3
+ description : overview or synopsis of a project
4
+ date : 10-12-2024
6
5
  ---
7
6
 
8
- Welcome to **DocuBook**! This template provides a modern, flexible, and user-friendly foundation for creating engaging documentation. Whether you're building a knowledge base, project docs, or a personal blog, DocuBook makes it easy to set up and scale.
7
+ ## Heading 2
9
8
 
10
- ## Open Source Philosophy
9
+ this is regular text written in markdown format with `inline code`, **bold**, and *italic*
11
10
 
12
- DocuBook is proudly **open-source**! 🎉 We believe in creating an accessible, collaborative platform that thrives on community contributions.
11
+ ### Heading 3
13
12
 
14
- <Note title="Contribute">
15
- Interested in helping us improve? Check out our [GitHub
16
- repository](https://github.com/DocuBook/docubook) to get started! From
17
- feature suggestions to bug fixes, all contributions are welcome.
18
- </Note>
13
+ example of ordered list format :
14
+
15
+ - list one
16
+ - sub list
17
+ - list two
18
+ - list three
19
+
20
+ #### Heading 4
19
21
 
20
- ## Project Overview
22
+ Below is an example of how to write a code block :
21
23
 
22
- **DocuBook** is more than just a documentation template. It's a **complete toolkit** designed for modern web development. Key features include:
24
+ ````plaintext
25
+ ```javascript:main.js showLineNumbers {3-4}
26
+ function isRocketAboutToCrash() {
27
+ // Check if the rocket is stable
28
+ if (!isStable()) {
29
+ NoCrash(); // Prevent the crash
30
+ }
31
+ }
32
+ ```
33
+ ````
23
34
 
24
- - **Markdown & MDX Support:** Easily write documentation in Markdown, with the option to include interactive components via MDX.
25
- - **Customizable Themes:** Designed with a minimalist ShadCN-inspired theme that’s easy to style.
26
- - **SEO-Optimized:** Each page is SEO-ready, ensuring search engines can find and rank your content.
27
- - **Interactive Code Blocks:** Beautifully styled, language-specific code blocks for an enhanced reading experience.
35
+ example note :
36
+ ```plaintext
37
+ <Note type="note" title="Note">
38
+ This is a general note to convey information to the user.
39
+ </Note>
40
+ ```
28
41
 
29
- ### Key Features
42
+ displaying an image in markdown format :
30
43
 
31
- | **Feature** | **Description** |
32
- | ------------------------------- | ----------------------------------------------------- |
33
- | MDX Support | Write interactive documentation with MDX. |
34
- | Nested Pages | Organize content in a nested, hierarchical structure. |
35
- | Pagination | Split content across multiple pages. |
36
- | Syntax Highlighting | Highlight code for better readability. |
37
- | Code Line Highlighting & Titles | Highlight specific lines with descriptive titles. |
38
- | Interactive Code Blocks | Language-specific and interactive code display. |
39
- | Custom Markdown Components | Embed custom, reusable components in your docs. |
40
- | Static Site Generation | Generate a static, high-performance site. |
41
- | SEO-Optimized | Structured for optimal search engine indexing. |
44
+ ```plaintext
45
+ ![Alt text for the image](https://via.placeholder.com/150)
46
+ ```
42
47
 
43
- ## Technology & Libraries
48
+ render as :
49
+ ![Alt text for the image](https://via.placeholder.com/150)
44
50
 
45
- DocuBook leverages cutting-edge technologies to ensure performance and flexibility:
51
+ For a complete guide on using markdown content in DocuBook, please refer to the [Components](https://docubook.pro/docs/components) page.
46
52
 
47
- - **Next.js 14** - The powerful React framework optimized for production.
48
- - **Tailwind CSS** - Utility-first styling for quick, clean designs.
49
- - **Shadcn-UI** - Elegant, accessible components for a polished look.
50
- - **next-mdx-remote** - Enables MDX support for dynamic, interactive Markdown content.
53
+ <Note type="warning" title="Warning">
54
+ every page that is indexed in a folder will have an `index.mdx` file with metadata :
55
+ ```plaintext
56
+ ---
57
+ title : Introduction
58
+ description : overview or synopsis of a project
59
+ date : 10-12-2024
60
+ image : example-img.png
61
+ ---
62
+ ```
63
+ </Note>
@@ -1,145 +1,63 @@
1
1
  ---
2
- title: Quick Start Guide
3
- description: Get up and running with DocuBook in minutes with this comprehensive guide
4
- date: 20-05-2025
2
+ title : Quick Start Guide
3
+ description : a quick way to understand how to use it
4
+ date : 10-12-2024
5
5
  ---
6
6
 
7
- Welcome to DocuBook! This guide will help you set up and customize your documentation site efficiently.
7
+ ## Heading 2
8
8
 
9
- ## Prerequisites
9
+ this is regular text written in markdown format with `inline code`, **bold**, and *italic*
10
10
 
11
- Before we begin, ensure you have the following installed:
11
+ ### Heading 3
12
12
 
13
- - [Git](https://git-scm.com/)
14
- - [Node.js 18+](https://nodejs.org/) or [Bun 1.0+](https://bun.sh/)
15
- - A package manager (npm, yarn, or pnpm)
13
+ example of ordered list format :
16
14
 
17
- ## Installation
15
+ - list one
16
+ - sub list
17
+ - list two
18
+ - list three
18
19
 
19
- <Note type="note" title="Initial Setup">
20
- Follow the [installation guide](/docs/getting-started/installation) to set up your project dependencies and configuration.
21
- </Note>
22
-
23
- ## Project Setup
24
-
25
- ### Configuration
26
-
27
- <Stepper>
28
- <StepperItem title="Add Favicon">
29
- Place your favicon at `public/favicon.ico` for browser tab display.
30
- </StepperItem>
31
- <StepperItem title="Add Logo">
32
- Add your logo at `public/images/docu.svg` (SVG format recommended for scalability).
33
- </StepperItem>
34
- <StepperItem title="Update Site Information">
35
- Customize your site's metadata in `docu.json`:
36
- - Site title and description
37
- - Navigation structure
38
- - Default theme settings
39
- </StepperItem>
40
- </Stepper>
20
+ #### Heading 4
41
21
 
42
- ## Content Management
22
+ Below is an example of how to write a code block :
43
23
 
44
- ### File Structure
45
-
46
- DocuBook organizes content in a hierarchical structure:
24
+ ````plaintext
25
+ ```javascript:main.js showLineNumbers {3-4}
26
+ function isRocketAboutToCrash() {
27
+ // Check if the rocket is stable
28
+ if (!isStable()) {
29
+ NoCrash(); // Prevent the crash
30
+ }
31
+ }
32
+ ```
33
+ ````
47
34
 
35
+ example note :
48
36
  ```plaintext
49
- contents/
50
- docs/ # Main documentation directory
51
- getting-started/ # Section for getting started guides
52
- quick-start-guide/ # Current guide
53
- index.mdx # Main content file
54
- guides/ # Additional documentation sections
55
- components/ # Component-specific documentation
56
- index.mdx
37
+ <Note type="note" title="Note">
38
+ This is a general note to convey information to the user.
39
+ </Note>
57
40
  ```
58
41
 
59
- ### Creating New Content
60
-
61
- <Stepper>
62
- <StepperItem title="1. Create Content Directory">
63
- Organize your documentation by creating a new directory:
64
- ```bash
65
- mkdir -p contents/docs/your-section/your-topic
66
- ```
67
-
68
- Example for an API reference:
69
- ```bash
70
- mkdir -p contents/docs/api/authentication
71
- ```
72
- </StepperItem>
73
-
74
- <StepperItem title="2. Create MDX Content">
75
- Add an `index.mdx` file with frontmatter metadata:
76
- ````markdown
77
- ---
78
- title: Authentication
79
- description: Learn how to implement user authentication
80
- date: 2025-05-29
81
- ---
82
-
83
- Your comprehensive guide to implementing authentication in your application.
84
-
85
- ## Getting Started
86
-
87
- Start by setting up your authentication provider...
88
- ````
89
- </StepperItem>
42
+ displaying an image in markdown format :
90
43
 
91
- <StepperItem title="3. Update Navigation">
92
- Add your new section to the navigation in `docu.json`. Here's how to add the authentication section we created earlier:
93
-
94
- ```json:docu.json showLineNumbers {4-16}
95
- {
96
- "routes": [
97
- // ... existing routes ...
98
- {
99
- "title": "API",
100
- "href": "/api",
101
- "noLink": true,
102
- "context": {
103
- "icon": "Code2",
104
- "description": "API Reference and Integration",
105
- "title": "API"
106
- },
107
- "items": [
108
- { "title": "Authentication", "href": "/authentication" }
109
- ]
110
- }
111
- ]
112
- }
113
- ```
114
-
115
- This will add a new "API" section with an "Authentication" page under it. The `context` object defines how this section appears in the navigation, including its icon and description.
116
- </StepperItem>
117
- </Stepper>
118
-
119
- ## Development Workflow
120
-
121
- ### Local Development
122
-
123
- Start the development server with live reload:
124
-
125
- ```bash
126
- # Using npm
127
- npm run dev
128
-
129
- # Or using Bun
130
- bun dev
44
+ ```plaintext
45
+ ![Alt text for the image](https://via.placeholder.com/150)
131
46
  ```
132
47
 
133
- Access your site at [http://localhost:3000](http://localhost:3000)
134
-
135
- ### Building for Production
136
-
137
- When ready to deploy:
48
+ render as :
49
+ ![Alt text for the image](https://via.placeholder.com/150)
138
50
 
139
- ```bash
140
- # Build the production version
141
- npm run build
51
+ For a complete guide on using markdown content in DocuBook, please refer to the [Components](https://docubook.pro/docs/components) page.
142
52
 
143
- # Start the production server
144
- npm start
145
- ```
53
+ <Note type="warning" title="Warning">
54
+ every page that is indexed in a folder will have an `index.mdx` file with metadata :
55
+ ```plaintext
56
+ ---
57
+ title : Introduction
58
+ description : overview or synopsis of a project
59
+ date : 10-12-2024
60
+ image : example-img.png
61
+ ---
62
+ ```
63
+ </Note>
@@ -1,5 +1,12 @@
1
1
  {
2
- "navbar": {
2
+ "$schema": "https://docubook.pro/docu.schema.json",
3
+ "meta": {
4
+ "baseURL": "https://docubook.pro",
5
+ "title": "DocuBook",
6
+ "description": "DocuBook is a modern documentation platform for building, deploying, and managing your docs with ease.",
7
+ "favicon": "/favicon.ico"
8
+ },
9
+ "navbar": {
3
10
  "logo": {
4
11
  "src": "/images/docu.svg",
5
12
  "alt": "DocuBook Logo"
@@ -10,120 +17,99 @@
10
17
  { "title": "Docs", "href": "/docs/getting-started/introduction" },
11
18
  { "title": "Community", "href": "https://docubook.pro" }
12
19
  ]
13
- },
14
- "footer": {
15
- "copyright": "DocuBook",
16
- "social": [
17
- {
18
- "name": "Instagram",
19
- "url": "https://www.instagram.com/wildan.nrs",
20
- "iconName": "InstagramIcon"
21
- },
22
- {
23
- "name": "Facebook",
24
- "url": "https://www.facebook.com/wildan.nrsh",
25
- "iconName": "FacebookIcon"
26
- },
27
- {
28
- "name": "Twitter",
29
- "url": "https://x.com/wildan_nrss",
30
- "iconName": "TwitterIcon"
31
- },
32
- {
33
- "name": "Youtube",
34
- "url": "https://www.youtube.com/@wildan.nrs_",
35
- "iconName": "YoutubeIcon"
36
- }
20
+ },
21
+ "repository": {
22
+ "url": "https://github.com/DocuBook/docubook",
23
+ "editPathTemplate": "/blob/main/{filePath}",
24
+ "editLink": true
25
+ },
26
+ "sponsor": {
27
+ "title": "Hosted on",
28
+ "item": {
29
+ "title": "Vercel",
30
+ "description": "Deploy your DocuBook app with zero configuration.",
31
+ "image": "/images/vercel.png",
32
+ "url": "https://vercel.com/import/project?template=https://github.com/DocuBook/docubook"
33
+ }
34
+ },
35
+ "footer": {
36
+ "copyright": "DocuBook",
37
+ "social": [
38
+ {
39
+ "name": "Instagram",
40
+ "url": "https://www.instagram.com/wildan.nrs",
41
+ "iconName": "InstagramIcon"
42
+ },
43
+ {
44
+ "name": "Facebook",
45
+ "url": "https://www.facebook.com/wildan.nrsh",
46
+ "iconName": "FacebookIcon"
47
+ },
48
+ {
49
+ "name": "Twitter",
50
+ "url": "https://x.com/wildan_nrss",
51
+ "iconName": "TwitterIcon"
52
+ },
53
+ {
54
+ "name": "Youtube",
55
+ "url": "https://www.youtube.com/@wildan.nrs_",
56
+ "iconName": "YoutubeIcon"
57
+ }
37
58
  ]
38
59
  },
39
- "meta": {
40
- "baseURL": "https://docubook.pro",
41
- "title": "DocuBook",
42
- "description": "DocuBook is a modern documentation platform for building, deploying, and managing your docs with ease.",
43
- "favicon": "/favicon.ico"
44
- },
45
- "repository": {
46
- "url": "https://github.com/DocuBook/docubook",
47
- "editPathTemplate": "/blob/main/{filePath}",
48
- "editLink": true
49
- },
50
- "sponsor": {
51
- "title": "Hosted on",
52
- "item": {
53
- "title": "Vercel",
54
- "description": "Deploy your DocuBook app with zero configuration.",
55
- "image": "/images/vercel.png",
56
- "url": "https://vercel.com/import/project?template=https://github.com/DocuBook/docubook"
57
- }
58
- },
59
60
  "routes": [
60
- {
61
+ {
61
62
  "title": "Getting Started",
62
63
  "href": "/getting-started",
63
64
  "noLink": true,
64
65
  "context": {
65
- "icon": "Book",
66
- "description": "Set up your Documentation",
67
- "title": "Guides"
66
+ "icon": "Book",
67
+ "description": "Set up your Documentation",
68
+ "title": "Guides"
69
+ },
70
+ "items": [
71
+ { "title": "Introduction", "href": "/introduction" },
72
+ { "title": "Quick Start Guide", "href": "/quick-start-guide" },
73
+ { "title": "Development", "href": "/development" },
74
+ {
75
+ "title": "Config",
76
+ "href": "/config",
77
+ "items": [
78
+ { "title": "Sub Config", "href": "/subconfig" }
79
+ ]
80
+ }
81
+ ]
68
82
  },
69
- "items": [
70
- { "title": "Introduction", "href": "/introduction" },
71
- { "title": "Installation", "href": "/installation" },
72
- { "title": "Quick Start Guide", "href": "/quick-start-guide" },
73
- { "title": "Project Structure", "href": "/project-structure" },
74
- { "title": "Customize", "href": "/customize" },
75
- {
76
- "title": "Theme Colors",
77
- "href": "/theme-colors",
78
- "items": [
79
- { "title": "Default", "href": "/default" },
80
- { "title": "Fresh Lime", "href": "/freshlime" },
81
- { "title": "Coffee", "href": "/coffee" },
82
- { "title": "llms.txt", "href": "/llms" }
83
- ]
84
- }
85
- ]
86
- },
87
- {
88
- "title": "Components",
89
- "href": "/components",
83
+ {
84
+ "title": "Api Reference",
85
+ "href": "/api-reference",
90
86
  "noLink": true,
91
87
  "context": {
92
- "icon": "Layers",
93
- "description": "Write with Markdown",
94
- "title": "Markdown"
88
+ "icon": "Terminal",
89
+ "description": "reference for using the API",
90
+ "title": "API Reference"
91
+ },
92
+ "items": [
93
+ { "title": "Get", "href": "/get" },
94
+ { "title": "Fetch", "href": "/fetch" },
95
+ { "title": "Post", "href": "/post" },
96
+ { "title": "Delete", "href": "/delete" }
97
+ ]
95
98
  },
96
- "items": [
97
- { "title": "Accordion", "href": "/accordion" },
98
- { "title": "Button", "href": "/button" },
99
- { "title": "Card", "href": "/card" },
100
- { "title": "Card Group", "href": "/card-group" },
101
- { "title": "Code Block", "href": "/code-block" },
102
- { "title": "File Tree", "href": "/file-tree" },
103
- { "title": "Image", "href": "/image" },
104
- { "title": "Keyboard", "href": "/keyboard" },
105
- { "title": "Link", "href": "/link" },
106
- { "title": "Note", "href": "/note" },
107
- { "title": "Release Note", "href": "/release-note" },
108
- { "title": "Stepper", "href": "/stepper" },
109
- { "title": "Tabs", "href": "/tabs" },
110
- { "title": "Tooltips", "href": "/tooltips" },
111
- { "title": "Youtube", "href": "/youtube" },
112
- { "title": "Custom", "href": "/custom" }
113
- ]
114
- },
115
- {
116
- "title": "Release",
117
- "href": "/changelog",
99
+ {
100
+ "title": "Changelog",
101
+ "href": "/Changelog",
118
102
  "noLink": true,
119
103
  "context": {
120
- "icon": "History",
121
- "description": "Updates and changes",
122
- "title": "Changelog"
123
- },
124
- "items": [
125
- { "title": "Version 1.0+", "href": "/version-1" }
126
- ]
127
- }
128
- ]
104
+ "icon": "Hystory",
105
+ "description": "Update and Changes",
106
+ "title": "Release"
107
+ },
108
+ "items": [
109
+ { "title": "version 1", "href": "/version-1" },
110
+ { "title": "version 2", "href": "/version-2" },
111
+ { "title": "version 3", "href": "/version-3" }
112
+ ]
113
+ }
114
+ ]
129
115
  }