-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pugrc
112 lines (112 loc) · 2.75 KB
/
.pugrc
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"locals": {
"cheatSheets": [
{
"href": "https://tmuxcheatsheet.com/",
"name": "tmux"
},
{
"href": "https://vim.rtorr.com/",
"name": "vim"
}
],
"docs": [
{
"href": "https://docs.ansible.com/ansible/latest/",
"name": "Ansible"
},
{
"href": "https://formik.org/docs/overview",
"name": "Formik"
},
{
"href": "https://direnv.net/man/direnv-stdlib.1.html",
"name": "direnv stdlib"
},
{
"href": "https://docs.github.com/en/actions",
"name": "GitHub Actions"
},
{
"href": "https://www.graphql-code-generator.com/docs/getting-started",
"name": "GraphQL Codegen"
},
{
"href": "https://neo4j.com/docs/api/javascript-driver/current/",
"name": "Neo4j Driver"
},
{
"href": "https://nextjs.org/docs/getting-started",
"name": "Next.js"
},
{
"href": "https://nexusjs.org/docs/",
"name": "Nexus"
},
{
"href": "https://nodejs.org/dist/latest-v18.x/docs/api/",
"name": "Node.js LTS"
},
{
"href": "https://www.prisma.io/docs/reference/api-reference/command-reference",
"name": "Prisma CLI"
},
{
"href": "https://www.prisma.io/docs/reference/api-reference/prisma-client-reference",
"name": "Prisma Client"
},
{
"href": "https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference",
"name": "Prisma Schema"
},
{
"href": "https://reactjs.org/docs/getting-started.html",
"name": "React"
},
{
"href": "https://reactrouter.com/en/main",
"name": "React Router"
},
{
"href": "https://doc.rust-lang.org/std/index.html",
"name": "Rust stdlib"
},
{
"href": "https://tailwindcss.com/docs",
"name": "Tailwind"
},
{
"href": "https://www.terraform.io/language",
"name": "Terraform Language"
},
{
"href": "https://doc.traefik.io/traefik/",
"name": "Traefik"
},
{
"href": "https://formidable.com/open-source/urql/docs/",
"name": "URQL"
},
{
"href": "https://vitest.dev/guide/",
"name": "Vitest"
},
{
"href": "https://vitest.dev/api/",
"name": "Vitest API"
},
{
"href": "https://vitest.dev/config/",
"name": "Vitest Configuration"
},
{
"href": "https://webpack.js.org/api/",
"name": "Webpack API"
},
{
"href": "https://webpack.js.org/configuration/",
"name": "Webpack Configuration"
}
]
}
}