Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 559 Bytes

extra.md

File metadata and controls

26 lines (21 loc) · 559 Bytes

How to add Open Source section

  1. Add this lines to the index.html
<section>
  <h2>Open Source Contributions</h2>
  <div id="opensource">
    <!-- Open Source Contributions will be dynamically loaded -->
  </div>
</section>
  1. Populate data.json with the following config:
  "opensource": [
    {
      "project": "Deno - Standard Library",
      "description": "Fixed an example in the JSDocs for the Expect.ObjectContaining in the testing module.",
      "link": "https://github.com/denoland/std/pull/6357"
    }
  ]