@@ -108,7 +108,7 @@ commands:
108108 -
109109 - label : " Read rest of the documentation"
110110 url : " https://docs.nestjs.com/fundamentals/circular-dependency"
111- emoji : " 🔗 "
111+ emoji : " 📖 "
112112 -
113113 - label : " How to avoid circular dependencies"
114114 url : " https://trilon.io/blog/avoiding-circular-dependencies-in-nestjs"
@@ -134,7 +134,7 @@ commands:
134134 -
135135 - label : " Read more"
136136 url : " https://docs.nestjs.com/faq/hybrid-application"
137- emoji : " 🔗 "
137+ emoji : " 📖 "
138138
139139 docs nest-debug :
140140 description : " Debug NestJS dependencies with environment variable"
@@ -143,6 +143,11 @@ commands:
143143 docs providers-vs-imports :
144144 description : " Ensure accurate service/module listings"
145145 content : " ./content/docs/providers-vs-imports.md"
146+ buttons :
147+ -
148+ - label : " Read more"
149+ url : " https://docs.nestjs.com/faq/common-errors#cannot-resolve-dependency-error"
150+ emoji : " 📖"
146151
147152 docs request-lifecycle :
148153 description : " Get a grip on NestJS' request lifecycle for smooth coding"
@@ -151,7 +156,7 @@ commands:
151156 -
152157 - label : " Read more"
153158 url : " https://docs.nestjs.com/faq/request-lifecycle"
154- emoji : " 🔗 "
159+ emoji : " 📖 "
155160
156161 docs resolve-dependencies :
157162 description : " Nest not being able to resolve dependencies of something"
@@ -160,7 +165,7 @@ commands:
160165 -
161166 - label : " Read more about this error"
162167 url : " https://docs.nestjs.com/faq/common-errors#cannot-resolve-dependency-error"
163- emoji : " 🔗 "
168+ emoji : " 📖 "
164169 -
165170 - label : " Standard NestJS provider practices"
166171 url : " https://docs.nestjs.com/fundamentals/custom-providers#di-fundamentals"
@@ -192,7 +197,7 @@ commands:
192197 -
193198 - label : " Learn more"
194199 url : " https://javascript.info/async"
195- emoji : " 🔗 "
200+ emoji : " 📖 "
196201
197202 javascript js-error :
198203 description : " How to interpret JavaScript errors"
0 commit comments