-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirects.json
91 lines (91 loc) · 2.87 KB
/
redirects.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"redirects": {
"install": "https://raw.githubusercontent.com/dpmland/dpm/main/install.ts",
"schema": "https://raw.githubusercontent.com/dpmland/dpm/main/schemas/dpm.json",
"discord": "https://discord.com/invite/Um27YPJKud",
"github": "https://github.com/dpmland/dpm"
},
"docs": [
{
"title": "Home",
"filepath": "./DPM.md",
"description": "This is the main page of the DPM Documentation"
},
{
"title": "Commands",
"filepath": "./HELP.md",
"description": "Commands avaliable for DPM usage and a little explanation",
"items": [
{
"title": "About",
"filepath": "./ABOUT.md",
"description": "Don't you know about DPM? You can stay updated here!"
},
{
"title": "Docs",
"filepath": "./DOCS.md",
"description": "Do you want know more about one command? Check here"
},
{
"title": "Init",
"filepath": "./INIT.md",
"description": "Start and create the files necessary for a better development with DPM!",
"items": [
{
"title": "Init - Syntax ",
"filepath": "./init/SYNTAX.md",
"description": "The syntax of the Files in the init command!"
}
]
},
{
"title": "Install",
"filepath": "./INIT.md",
"description": "If you want to use external packages and dependencies you could look this tool!",
"items": [
{
"title": "Install - Syntax ",
"filepath": "./install/DEPS.md",
"description": "Syntax of the TypeScript files for use the dependencies!"
}
]
},
{
"title": "Uninstall",
"filepath": "./UNINSTALL.md",
"description": "Uninstall dependencies from the dpm file and the import file!"
},
{
"title": "Tools",
"filepath": "./TOOLS.md",
"description": "You need some tools for develop with Deno well here are all tools!"
},
{
"title": "Tasks",
"filepath": "./TASK.md",
"description": "If you need automate some commands tasks is here!"
}
]
},
{
"title": "Tutorial",
"filepath": "./TUTORIAL.md",
"description": "Don't know how to get started with DPM? Check out this tutorial!"
},
{
"title": "Bugs",
"filepath": "./BUGS.md",
"description": "Recomendations for some common bugs!"
},
{
"title": "Contributing",
"filepath": "./CONTRIBUTING.md",
"description": "Instructions for start to contributing to this project!"
},
{
"title": "Media",
"filepath": "./MEDIA.md",
"description": "Here you can find all DPM social networks and where you can support and help us."
}
]
}