File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,15 +199,15 @@ <h2>7. The Bigger Picture</h2>
199199 }
200200 document . getElementById ( 'copyAllTools' ) . addEventListener ( 'click' , ( ) => {
201201 const urls = [
202- 'https://git-scm.com/' ,
203- 'https://nixos.org/' ,
204- 'https://docker.com/' ,
205- 'https://developer.hashicorp.com/terraform/' ,
206- 'https://kubernetes.io/' ,
207- 'https://argo-cd.readthedocs.io/en/stable/' ,
208- 'https://dspy.ai/' ,
209- 'https://www.openpolicyagent.org/'
210- ] . join ( '\n' ) ;
202+ 'https://git-scm.com/' ,
203+ 'https://nixos.org/' ,
204+ 'https://docker.com/' ,
205+ 'https://developer.hashicorp.com/terraform/' ,
206+ 'https://kubernetes.io/' ,
207+ 'https://argo-cd.readthedocs.io/en/stable/' ,
208+ 'https://dspy.ai/' ,
209+ 'https://www.openpolicyagent.org/'
210+ ] . join ( '\n' ) ;
211211 navigator . clipboard . writeText ( urls ) . then ( ( ) => {
212212 const btn = document . getElementById ( 'copyAllTools' ) ;
213213 btn . textContent = '✅ Copied!' ;
You can’t perform that action at this time.
0 commit comments