638e83e9dc
This removes mdBook in favor of a flat docs folder generating a single `README.md` in the repository root. Installation and usage instructions have also been expanded slightly.
563 B
563 B
Library usage
All of the functionality exposed by the obsidian-export
CLI command is also accessible as a Rust library, exposed through the obsidian_export
crate.
To get started, visit the library documentation on obsidian_export and obsidian_export::Exporter.