Common assets used for package documentation.
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"
}
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.