JacquesCarette / Drasil

Generate all the things (focusing on research software)
https://jacquescarette.github.io/Drasil
BSD 2-Clause "Simplified" License
136 stars 25 forks source link

Wiki: Update guide and add disclaimers to wiki files automatically #3775

Closed balacij closed 3 weeks ago

balacij commented 3 weeks ago

Changes:

  1. Updates the Contributor's Guide with information about updating the wiki.
  2. Automatically adds wiki-edit disclaimers to the top of all of our .md files (sans _Sidebar.md) in the ./wiki/ folder. Further, ensures that nobody manually adds it.
  3. Removes a contributors.txt file that I accidentally committed in #3771.
  4. Uses rsync instead of cp to copy over changes (this way we can sync deletions in addition to copies... we will probably need to propagate this change to #3704).

Tests:

JacquesCarette commented 3 weeks ago

So is this actually ready for review?

balacij commented 3 weeks ago

Yes :smile:

balacij commented 3 weeks ago

Thanks! I think it was your idea, actually, from #3771, I was just following up but forgot to write that in the OP :open_mouth:

Changes have already propagated, for anyone curious -- see the top of our wiki pages -- https://github.com/JacquesCarette/Drasil/wiki

smiths commented 3 weeks ago

Nice!