|
@@ -96,7 +96,10 @@ function copyEvent(id) {
|
96
|
96
|
|
97
|
97
|
<pre id="generatedocs" class="sh_sh">
|
98
|
98
|
<!--%
|
99
|
|
-include_url("https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/docs/generate_docs.sh")
|
|
99
|
+include_url(
|
|
100
|
+ "https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/docs/generate_docs.sh",
|
|
101
|
+ "https://github.com/xythobuz/lars/raw/314bf218ca5e958d6ffa825d92d702cb5431abf6/docs/generate_docs.sh"
|
|
102
|
+)
|
100
|
103
|
%-->
|
101
|
104
|
</pre>
|
102
|
105
|
|
|
@@ -109,7 +112,10 @@ Add the `.github/workflows/docs.yml` script:
|
109
|
112
|
|
110
|
113
|
<pre id="docsyml" class="sh_yaml">
|
111
|
114
|
<!--%
|
112
|
|
-include_url("https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/.github/workflows/docs.yml")
|
|
115
|
+include_url(
|
|
116
|
+ "https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/.github/workflows/docs.yml",
|
|
117
|
+ "https://github.com/xythobuz/lars/raw/314bf218ca5e958d6ffa825d92d702cb5431abf6/.github/workflows/docs.yml"
|
|
118
|
+)
|
113
|
119
|
%-->
|
114
|
120
|
</pre>
|
115
|
121
|
|
|
@@ -130,7 +136,10 @@ If you want to visualize 3D print files, do the same with `3dprint/generate_stls
|
130
|
136
|
|
131
|
137
|
<pre id="generatestls" class="sh_sh">
|
132
|
138
|
<!--%
|
133
|
|
-include_url("https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/3dprint/generate_stls.sh")
|
|
139
|
+include_url(
|
|
140
|
+ "https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/3dprint/generate_stls.sh",
|
|
141
|
+ "https://github.com/xythobuz/lars/raw/314bf218ca5e958d6ffa825d92d702cb5431abf6/3dprint/generate_stls.sh"
|
|
142
|
+)
|
134
|
143
|
%-->
|
135
|
144
|
</pre>
|
136
|
145
|
|
|
@@ -139,7 +148,10 @@ include_url("https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6
|
139
|
148
|
|
140
|
149
|
<pre id="scadyml" class="sh_yaml">
|
141
|
150
|
<!--%
|
142
|
|
-include_url("https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/.github/workflows/scad.yml")
|
|
151
|
+include_url(
|
|
152
|
+ "https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/.github/workflows/scad.yml",
|
|
153
|
+ "https://github.com/xythobuz/lars/raw/314bf218ca5e958d6ffa825d92d702cb5431abf6/.github/workflows/scad.yml"
|
|
154
|
+)
|
143
|
155
|
%-->
|
144
|
156
|
</pre>
|
145
|
157
|
|
|
@@ -158,7 +170,10 @@ If you want to generate gerber files from PCBs, do something similar with `pcb/g
|
158
|
170
|
|
159
|
171
|
<pre id="generatefab" class="sh_sh">
|
160
|
172
|
<!--%
|
161
|
|
-include_url("https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/pcb2/generate_fab.sh")
|
|
173
|
+include_url(
|
|
174
|
+ "https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/pcb2/generate_fab.sh",
|
|
175
|
+ "https://github.com/xythobuz/lars/raw/314bf218ca5e958d6ffa825d92d702cb5431abf6/pcb2/generate_fab.sh"
|
|
176
|
+)
|
162
|
177
|
%-->
|
163
|
178
|
</pre>
|
164
|
179
|
|
|
@@ -167,7 +182,10 @@ include_url("https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6
|
167
|
182
|
|
168
|
183
|
<pre id="kicadyml" class="sh_yaml">
|
169
|
184
|
<!--%
|
170
|
|
-include_url("https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/.github/workflows/kicad.yml")
|
|
185
|
+include_url(
|
|
186
|
+ "https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/.github/workflows/kicad.yml",
|
|
187
|
+ "https://github.com/xythobuz/lars/raw/314bf218ca5e958d6ffa825d92d702cb5431abf6/.github/workflows/kicad.yml"
|
|
188
|
+)
|
171
|
189
|
%-->
|
172
|
190
|
</pre>
|
173
|
191
|
|
|
@@ -180,7 +198,10 @@ If you want to visualize KiCad schematics and PCBs in 2D and 3D, add `pcb/genera
|
180
|
198
|
|
181
|
199
|
<pre id="generateplot" class="sh_sh">
|
182
|
200
|
<!--%
|
183
|
|
-include_url("https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/pcb2/generate_plot.sh")
|
|
201
|
+include_url(
|
|
202
|
+ "https://git.xythobuz.de/thomas/drumkit/raw/commit/314bf218ca5e958d6ffa825d92d702cb5431abf6/pcb2/generate_plot.sh",
|
|
203
|
+ "https://github.com/xythobuz/lars/raw/314bf218ca5e958d6ffa825d92d702cb5431abf6/pcb2/generate_plot.sh"
|
|
204
|
+)
|
184
|
205
|
%-->
|
185
|
206
|
</pre>
|
186
|
207
|
|