@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.
- package/package.json +1 -1
- package/src/dist/app/layout.tsx +0 -1
- package/src/dist/app/page.tsx +1 -1
- package/src/dist/components/DocSearch.tsx +0 -1
- package/src/dist/contents/docs/api-reference/delete/index.mdx +63 -0
- package/src/dist/contents/docs/api-reference/fetch/index.mdx +63 -0
- package/src/dist/contents/docs/api-reference/get/index.mdx +63 -0
- package/src/dist/contents/docs/api-reference/post/index.mdx +63 -0
- package/src/dist/contents/docs/changelog/version-1/index.mdx +22 -654
- package/src/dist/contents/docs/changelog/version-2/index.mdx +49 -0
- package/src/dist/contents/docs/changelog/version-3/index.mdx +49 -0
- package/src/dist/contents/docs/getting-started/development/index.mdx +63 -0
- package/src/dist/contents/docs/getting-started/introduction/index.mdx +49 -36
- package/src/dist/contents/docs/getting-started/quick-start-guide/index.mdx +44 -126
- package/src/dist/docu.json +90 -104
- package/src/dist/package.json +1 -1
- package/src/dist/styles/algolia.css +97 -91
- package/src/dist/styles/globals.css +5 -3
- package/src/dist/contents/docs/components/accordion/index.mdx +0 -86
- package/src/dist/contents/docs/components/button/index.mdx +0 -40
- package/src/dist/contents/docs/components/card/index.mdx +0 -68
- package/src/dist/contents/docs/components/card-group/index.mdx +0 -47
- package/src/dist/contents/docs/components/code-block/index.mdx +0 -39
- package/src/dist/contents/docs/components/custom/index.mdx +0 -38
- package/src/dist/contents/docs/components/file-tree/index.mdx +0 -109
- package/src/dist/contents/docs/components/image/index.mdx +0 -37
- package/src/dist/contents/docs/components/index.mdx +0 -9
- package/src/dist/contents/docs/components/keyboard/index.mdx +0 -117
- package/src/dist/contents/docs/components/link/index.mdx +0 -34
- package/src/dist/contents/docs/components/note/index.mdx +0 -44
- package/src/dist/contents/docs/components/release-note/index.mdx +0 -130
- package/src/dist/contents/docs/components/stepper/index.mdx +0 -45
- package/src/dist/contents/docs/components/tabs/index.mdx +0 -70
- package/src/dist/contents/docs/components/tooltips/index.mdx +0 -22
- package/src/dist/contents/docs/components/youtube/index.mdx +0 -23
- package/src/dist/contents/docs/getting-started/customize/index.mdx +0 -92
- package/src/dist/contents/docs/getting-started/index.mdx +0 -9
- package/src/dist/contents/docs/getting-started/installation/index.mdx +0 -84
- package/src/dist/contents/docs/getting-started/project-structure/index.mdx +0 -87
- package/src/dist/contents/docs/getting-started/theme-colors/coffee/index.mdx +0 -165
- package/src/dist/contents/docs/getting-started/theme-colors/default/index.mdx +0 -160
- package/src/dist/contents/docs/getting-started/theme-colors/freshlime/index.mdx +0 -161
- package/src/dist/contents/docs/getting-started/theme-colors/index.mdx +0 -9
- 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
|
+

|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
render as :
|
|
49
|
+

|
|
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:
|
|
4
|
-
date:
|
|
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
|
-
|
|
7
|
+
## Heading 2
|
|
9
8
|
|
|
10
|
-
|
|
9
|
+
this is regular text written in markdown format with `inline code`, **bold**, and *italic*
|
|
11
10
|
|
|
12
|
-
|
|
11
|
+
### Heading 3
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
22
|
+
Below is an example of how to write a code block :
|
|
21
23
|
|
|
22
|
-
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
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
|
-
|
|
42
|
+
displaying an image in markdown format :
|
|
30
43
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
+

|
|
46
|
+
```
|
|
42
47
|
|
|
43
|
-
|
|
48
|
+
render as :
|
|
49
|
+

|
|
44
50
|
|
|
45
|
-
DocuBook
|
|
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
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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:
|
|
4
|
-
date:
|
|
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
|
-
|
|
7
|
+
## Heading 2
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
this is regular text written in markdown format with `inline code`, **bold**, and *italic*
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
### Heading 3
|
|
12
12
|
|
|
13
|
-
|
|
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
|
-
|
|
15
|
+
- list one
|
|
16
|
+
- sub list
|
|
17
|
+
- list two
|
|
18
|
+
- list three
|
|
18
19
|
|
|
19
|
-
|
|
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
|
-
|
|
22
|
+
Below is an example of how to write a code block :
|
|
43
23
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
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
|
-
|
|
50
|
-
|
|
51
|
-
|
|
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
|
-
|
|
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
|
-
|
|
92
|
-
|
|
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
|
+

|
|
131
46
|
```
|
|
132
47
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
### Building for Production
|
|
136
|
-
|
|
137
|
-
When ready to deploy:
|
|
48
|
+
render as :
|
|
49
|
+

|
|
138
50
|
|
|
139
|
-
|
|
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
|
-
|
|
144
|
-
|
|
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>
|
package/src/dist/docu.json
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
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
|
-
|
|
66
|
-
|
|
67
|
-
|
|
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
|
-
|
|
70
|
-
|
|
71
|
-
|
|
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
|
-
|
|
93
|
-
|
|
94
|
-
|
|
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
|
-
|
|
97
|
-
|
|
98
|
-
|
|
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
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
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
|
}
|