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: .github/CONTRIBUTING.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,10 +67,11 @@ Follow the following steps to update documentations to their latest version:
67
67
2. Check if the license is still correct. If you update `options[:attribution]`, also update the documentation's entry in the array in [`assets/javascripts/templates/pages/about_tmpl.coffee`](../assets/javascripts/templates/pages/about_tmpl.coffee) to match.
68
68
3. If the documentation has a custom icon, ensure the icons in <code>public/icons/*your_scraper_name*/</code> are up-to-date. If you pull the updated icon from a place different than the one specified in the `SOURCE` file, make sure to replace the old link with the new one.
69
69
4. If `self.links` is defined, check if the urls are still correct.
70
-
5. Generate the docs using `thor docs:generate <doc@version>`.
71
-
6. Make sure `thor docs:generate` doesn't show errors and that the documentation still works well. Verify locally that everything works and that the categorization of entries is still good. Often, updates will require code changes in the scraper or its filters to tweak some new markup in the source website or to categorize new entries.
72
-
7. Repeat steps 5 and 6 for all versions that you updated.
73
-
8. Create a PR and make sure to fill the checklist in section B of the PR template (remove the other sections).
70
+
5. If the scraper inherits from `FileScraper` rather than `URLScraper`, follow the instructions for that scraper in [`file-scrapers.md`](../docs/file-scrapers.md) to obtain the source material for the scraper.
71
+
6. Generate the docs using `thor docs:generate <doc@version>`.
72
+
7. Make sure `thor docs:generate` doesn't show errors and that the documentation still works well. Verify locally that everything works and that the categorization of entries is still good. Often, updates will require code changes in the scraper or its filters to tweak some new markup in the source website or to categorize new entries.
73
+
8. Repeat steps 5 and 6 for all versions that you updated.
74
+
9. Create a PR and make sure to fill the checklist in section B of the PR template (remove the other sections).
|[Sublime Text plugin](https://sublime.wbond.net/packages/DevDocs)| Sublime Text plugin to search DevDocs by selection or by input.|[](https://github.com/vitorbritto/sublime-devdocs)|
160
-
|[Atom plugin](https://atom.io/packages/devdocs)| Atom plugin adding the `doc` command to search DevDocs. |[](https://github.com/masnun/atom-devdocs)|
161
-
|[gruehle/dev-docs-viewer](https://github.com/gruehle/dev-docs-viewer)| Brackets extension for searching and viewing DevDocs content. |[](https://github.com/gruehle/dev-docs-viewer)|
162
-
|[naquad/devdocs-shell](https://github.com/naquad/devdocs-shell)| GTK shell with Vim integration.|[](https://github.com/naquad/devdocs-shell)|
163
-
|[skeeto/devdocs-lookup](https://github.com/skeeto/devdocs-lookup)| Quick Emacs API lookup on DevDocs.|[](https://github.com/skeeto/devdocs-lookup)|
164
-
|[yannickglt/alfred-devdocs](https://github.com/yannickglt/alfred-devdocs)| Alfred workflow for DevDocs.|[](https://github.com/yannickglt/alfred-devdocs)|
165
-
|[waiting-for-dev/vim-www](https://github.com/waiting-for-dev/vim-www)| Vim search plugin with DevDocs in its defaults.|[](https://github.com/waiting-for-dev/vim-www)|
166
-
|[vscode-devdocs for VS Code](https://marketplace.visualstudio.com/items?itemName=akfish.vscode-devdocs)| VS Code plugin to open and search DevDocs inside VS Code.|[](https://github.com/akfish/vscode-devdocs)|
167
-
|[devdocs for VS Code](https://marketplace.visualstudio.com/items?itemName=deibit.devdocs)| VS Code plugin to open the browser to search selected text on DevDocs.|[](https://github.com/deibit/vscode-devdocs)|
168
-
|[egoist/devdocs-desktop](https://github.com/egoist/devdocs-desktop)| Cross-platform desktop application for DevDocs.|[](https://github.com/egoist/devdocs-desktop)|
169
-
|[qwfy/doc-browser](https://github.com/qwfy/doc-browser)| Native Linux app that supports DevDocs docsets.|[](https://github.com/qwfy/doc-browser)|
170
-
|[hardpixel/devdocs-desktop](https://github.com/hardpixel/devdocs-desktop)|GTK3 application for DevDocs with search integrated in the headerbar. |[](https://github.com/hardpixel/devdocs-desktop)|
171
-
|[dteoh/devdocs-macos](https://github.com/dteoh/devdocs-macos)| Native macOS application for DevDocs.|[](https://github.com/dteoh/devdocs-macos)|
172
-
|[Merith-TK/devdocs_webapp_kotlin](https://github.com/Merith-TK/devdocs_webapp_kotlin)| Android application which shows DevDocs in a webview. |[](https://github.com/Merith-TK/devdocs_webapp_kotlin)|
173
-
|[astoff/devdocs.el](https://github.com/astoff/devdocs.el)| Emacs viewer for DevDocs |[](https://github.com/astoff/devdocs.el)|
174
-
|[DevDocs Tab for VS Code](https://github.com/mohamed3nan/DevDocs-Tab)| VS Code extension to search displaying DevDocs.io in a tab.|[](https://github.com/mohamed3nan/DevDocs-Tab)|
175
-
|[quickDocs](https://github.com/mdh34/quickDocs)| DevDocs viewer written in Vala/Python.|[](https://github.com/mdh34/quickDocs)|
176
-
|[romainl/vim-devdocs](https://github.com/romainl/vim-devdocs)| Look up keyword on DevDocs from Vim. |[](https://github.com/romainl/vim-devdocs)|
155
+
Made something cool? Feel free to open a PR to add a new row to this table! You might want to discover new projects via https://github.com/topics/devdocs.
|[naquad/devdocs-shell](https://github.com/naquad/devdocs-shell)|GTK shell with Vim integration |||
|[Sublime Text plugin](https://sublime.wbond.net/packages/DevDocs)| Sublime Text plugin |||
172
+
|[mohamed3nan/DevDocs-Tab](https://github.com/mohamed3nan/DevDocs-Tab)| VS Code extension (view as tab)|||
173
+
|[deibit/vscode-devdocs](https://marketplace.visualstudio.com/items?itemName=deibit.devdocs)| VS Code extension (open the browser) |||
174
+
|[mdh34/quickDocs](https://github.com/mdh34/quickDocs)| Vala/Python based viewer |||
175
+
|[romainl/vim-devdocs](https://github.com/romainl/vim-devdocs)| Vim plugin |||
0 commit comments