Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 745 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 745 Bytes

docfx-assets

Common assets used for package documentation.

How to use

To use these assets in a docfx website, first clone this repository as a submodule:

git submodule add https://github.com/bonsai-rx/docfx-assets assets

Then modify docfx.json to include the asset files under the "resource" section:

      {
        "files": [
          "logo.svg",
          "favicon.ico"
        ],
        "src": "assets"
      }

Licensing

Copyright (c) 2024 Bonsai Foundation CIC and Contributors

You may use, copy, modify and redistribute all assets included in this repository according to the terms and conditions of the Creative Commons Attribution 4.0 International License. See the LICENSE file for details.