Skip to content

Commit

Permalink
Fix docs deployment (#24)
Browse files Browse the repository at this point in the history
* Fix docs deployment

Also adds codebase doc that was not included in reorg.

* Add tiles to C API index page

* Add sentence about each file in C API index cards.
  • Loading branch information
melissawm authored Feb 18, 2025
1 parent f859f87 commit 7f2a038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/api_reference/c_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ https://github.com/acquire-project/acquire-zarr for more information.
<div class="cards">
<div class="card">
<h4><pre>acquire.zarr.h</pre></h4>
<p>The primary header file that provides the main streaming functionality and settings configuration.</p>
<a href="../../acquire_zarr_c_api/acquire_8zarr_8h" class="button">acquire.zarr.h</a>
</div>
<div class="card">
<h4><pre>zarr.types.h</pre></h4>
<p>Contains all type definitions and enumerations used by the library.</p>
<a href="../../acquire_zarr_c_api/zarr_8types_8h" class="button">zarr.types.h</a>
</div>
</div>

0 comments on commit 7f2a038

Please sign in to comment.