PowerShell / DscResource.Tests

Common meta tests for PowerShell DSC resources repositories.
MIT License
51 stars 49 forks source link

Publish-WikiContent: Add Wiki Sidebar, Footer and WikiSource File Copy #335

Closed X-Guardian closed 5 years ago

X-Guardian commented 5 years ago

Pull Request (PR) description

This PR adds an auto-generated Sidebar and Footer to the Publish-WikiContent function, as well as copying any files within a WikiSource directory of the repo into the Wiki.

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov-io commented 5 years ago

Codecov Report

Merging #335 into dev will increase coverage by <1%. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff          @@
##            dev   #335    +/-   ##
====================================
+ Coverage    79%    79%   +<1%     
====================================
  Files        12     12            
  Lines      1708   1733    +25     
  Branches      2      2            
====================================
+ Hits       1353   1378    +25     
  Misses      353    353            
  Partials      2      2
johlju commented 5 years ago

@X-Guardian Do you have an example on how this will look like in any of you public repos/forks?

X-Guardian commented 5 years ago

Yes. my fork of xActiveDirectory has its Wiki created from this function:

johlju commented 5 years ago

@PlagueHO must resolve his comment too, but at least this looks good to me. 🙂