Add PowerShell docs#2641
Conversation
|
Amazing, I'm looking forward to adding the documentation for this widely available+used shell. 😎 The individual version (docs/powershell/5.1, docs/powershell/7.4, docs/powershell/7.5, docs/powershell/7.6) should be spread into separate version (see lib/docs/scrapers/vite.rb for an example, you may want to provide only_patterns for filtering) For http://localhost:9292/powershell/7.5/microsoft.powershell.core/about/about_environment_provider (for instance) the page title needs to be improved. The I'm happy to enable syntax highlighting via https://prismjs.com/download.html once the other issues have been addressed. |
|
@simon04 I have fixed most issues. just the page titles for the about section is left. |
simon04
left a comment
There was a problem hiding this comment.
Amazing work. I've migrated the markdown rendering from javascript to ruby (since we're already using redcarpet for other docs).
If you’re adding a new scraper, please ensure that you have:
public/icons/your_scraper_name/directory:16.png: a 16×16 pixel icon for the doc16@2x.png: a 32×32 pixel icon for the docSOURCE: A text file containing the URL to the page the image can be found on or the URL of the original image itself