You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help/registering/index.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,6 @@ If all is in the green, follow these steps:
226
226
Future versions of the plugin manager might also display it within OctoPrint.
227
227
228
228
**Some general guidelines:**
229
-
230
229
- Your **short description** should give a user scrolling through the repository a quick idea of what your plugin provides.
231
230
Don't write a novel here, but if possible be a bit more verbose than just basically repeating your plugin's name.
232
231
@@ -271,17 +270,12 @@ If all is in the green, follow these steps:
271
270
[ask on the forum](https://community.octoprint.org/c/development) or in your registration pull request.
272
271
273
272
4. Ideally, you'll test that your plugin gets listed correctly and the plugin page looks
274
-
as expected. For this you'll need to install [Jekyll](http://jekyllrb.com/), which is what [Github Pages](https://pages.github.com/) and hence
275
-
the plugin repository uses for rendering the static repository from the source files. Make sure you have at least [Ruby 2.0](https://www.ruby-lang.org/en/)
276
-
installed.
277
-
278
-
Github offers [a nice setup guide](https://help.github.com/articles/using-jekyll-with-pages/) that makes sure you
279
-
have the exact versions of everything you need to run.
273
+
as expected. For this you'll need to install [Jekyll](http://jekyllrb.com/), which is what the plugin repository uses for
274
+
rendering the static repository from the source files.
280
275
281
276
<divclass="alert">
282
-
<strong>Note:</strong> If you want to install Jekyll on Windows, you might want to give <a href="http://jekyll-windows.juthilo.com/">this step-by-step guide</a>
283
-
a look. You might run into some issues with the <code>hitimes</code> gem since at the time of writing this it hasn't yet
284
-
been adapted to the changes introduced in Ruby 2.2. If this is the case, take a look <a href="http://stackoverflow.com/questions/28985481/hitimes-require-error-when-running-jekyll-serve-on-windows-8-1">here</a>.
277
+
<strong>Note:</strong> If you want to install Jekyll on Windows, you might want to give <a href="https://jekyllrb.com/docs/installation/windows/">this guide</a>
0 commit comments