vaticle / typedb-driver

TypeDB Drivers for Rust, Python, Java, Node.js, C, C++, and C#.
https://typedb.com
Apache License 2.0
30 stars 32 forks source link

Each API reference is combined in a single partial for easier preview and usage #644

Closed izmalk closed 1 month ago

izmalk commented 1 month ago

Usage and product changes

For each driver, we move all AsciiDoc include directives to a dedicated partial called api-reference.adoc in the drivers repo. This way, all the content can be previewed from the typedb-driver repo and included in the docs web content with a single include directive.

Implementation

Create the api-reference.adoc file for every driver in the partials family directory. Move all the include directives to the files for each driver's API reference contents respectively.